IRC Logs

Log of #ghostscript at irc.freenode.net.

Search:
 <<<Back 1 day (to 2014/04/18)2014/04/19 
kanru` any mupdf developer around?02:19.41 
Robin_Watts_ Morning jogux. Thought you were in the lake district?14:17.01 
mvrhel_laptop hi Robin_Watts_ 14:51.33 
  did the upload complete?14:51.39 
Robin_Watts_ Morning.14:51.41 
  mvrhel_laptop: It did.14:51.45 
mvrhel_laptop ok great14:51.48 
  I will grab it now then14:51.59 
  thank you14:52.02 
Robin_Watts_ I'm going to be around for a couple of hours or so.14:52.08 
  just playing with gnu make to see if I can make it read the nmake makefiles for gs :)14:52.37 
mvrhel_laptop permission denied...14:53.30 
Robin_Watts_ try now ?14:53.48 
mvrhel_laptop ok working. thanks14:54.01 
Robin_Watts_ sorry about that.14:54.08 
mvrhel_laptop np. son is playing video games so I am not sure what my bandwidth is going to be..14:54.28 
  he will probably be made in a bit14:54.46 
  s/made/mad/14:54.50 
  :)14:54.57 
  Robin_Watts_: quick question for you14:57.47 
  I was going to use the pdfinfo stuff from mutool for gsview14:58.00 
  I was looking over the code14:58.09 
  what is filename used for in the function printinfo?14:58.29 
  this is in pdfinfo.c14:58.38 
Robin_Watts_ let me look.14:58.45 
  It's not used for anything.14:59.55 
  It's probably a hangover from some refactoring.15:00.10 
  Or a cut and paste thing.15:00.14 
mvrhel_laptop ok. that is what I was guessing15:00.22 
Robin_Watts_ Lots of those things were globals before.15:00.27 
mvrhel_laptop right15:00.30 
  ok. I just wanted to make sure I was not missing some strange purpose that it was there15:01.00 
  got it Robin_Watts_ 15:11.11 
  thanks again15:11.18 
Robin_Watts_ no worries.15:11.23 
  Are you planning to try a build today?15:11.33 
mvrhel_laptop I may but only if baseball games get rained out15:12.07 
  at min I will get this installed15:12.26 
  daughter has a softball game that I have to ump for and then my son has a double header game15:13.05 
Robin_Watts_ fairy nuff.15:14.40 
  Just found this in the gs makefiles, and I don't follow the logic.15:29.45 
  # WIN32 and WIN64 are mutually exclusive. WIN32 is the default.15:29.49 
  !if !defined(WIN32) && (!defined(Win64) || !defined(WIN64))15:29.51 
  WIN32=015:29.53 
  !endif15:29.55 
  if we have WIN32 defined, and at least one of Win64 or WIN64 isn't defined, then clear Win32.15:30.54 
  Surely it should be: "if we have Win32 defined, and either of Win64 or WIN64 is defined, clear WIN32" ?15:31.17 
  oh, god it's worse than that.15:31.58 
  if we don't have win32 defined, and either Win64 or WIN64 isn't defined, then set win32 = 0.15:32.35 
aditsu how can I remove the outline / table of contents (or whatever it's called) from a pdf?15:39.09 
Robin_Watts_ aditsu: For a single PDF or for many ?15:40.07 
aditsu Robin_Watts_: a single pdf for now15:40.36 
Robin_Watts_ For a single one, I'd hand edit it to remove the reference, then feed it to mutool clean to clean it up.15:41.06 
aditsu hand edit? :o how?15:41.45 
Robin_Watts_ Load the PDF into your favourite editor.15:42.03 
  Search for the /Outlines entry (I think that's it).15:42.14 
  and replace /Outlines 10 0 R (or whatever it is) with spaces.15:42.31 
aditsu it's a binary format, right? we're talking about pdf15:42.49 
Robin_Watts_ aditsu: PDF is a mix of binary and ascii.15:43.19 
  If your editor is decent it will let you load/edit/save the file.15:43.31 
  That edit will remove the internal reference to the outlines, but will keep the data in the file.15:43.48 
  mutool clean -ggg will then remove the data itself as it's unreferenced.15:44.08 
  gotta go, sorry!15:44.13 
aditsu even if it works, it doesn't sound like a good idea to do it this way15:45.03 
Robin_Watts_ aditsu: It will give perfect results.16:50.57 
 Forward 1 day (to 2014/04/20)>>> 
ghostscript.com
Search: