IRC Logs

Log of #ghostscript at irc.freenode.net.

Search:
 <<<Back 1 day (to 2014/12/04)20141205 
Anaphaxeton i need to change the page size of a pdf, and retain all proportions which should be piece of cake with fonts and vectors00:13.06 
  well00:13.11 
  i cant seem to find a way00:13.20 
  even his majesty the acrobat will not do it00:13.48 
  could gs be of help?00:14.25 
nsz clarify 'retain all proportions'00:28.51 
  the new page size has the same aspect?00:29.06 
Anaphaxeton yes00:42.49 
  i think i did something that worked00:43.02 
  i just printed from my pdf viewer to a pdf with the dimensions i want00:43.27 
  how is the 6inch x 9 inch format called?00:44.42 
  i wrote it in cm00:44.57 
  the result was 6x900:45.05 
  pretty cool00:45.09 
t4nk022 hello 06:15.04 
ghostbot Welcome to #ghostscript, the channel for Ghostscript and MuPDF. If you have a question, please ask it, don't ask to ask it. Do be prepared to wait for a reply as devs will check the logs and reply when they come on line.06:15.04 
t4nk022 working on MuPDF android with sample app code , I have put several pdf with MuPDFReaderView 's into a view pager. 06:16.21 
  works fine, if traverse through view pager pages without zooming, but if I zoom and try to see zoomed page by horizontal direction, view pager is coming up with next/previous page, but if i scroll vertically/diagonally then I can see the zoomed in area of pdf page06:18.21 
  could you please give me idea , how can I see the zoomed in page areas if I scroll horizontally, I will be scrolling to next page only if the page is in initial size or the page is scrolled to it's final boundary content edge06:20.33 
lancelot_of hi there07:34.50 
ghostbot Welcome to #ghostscript, the channel for Ghostscript and MuPDF. If you have a question, please ask it, don't ask to ask it. Do be prepared to wait for a reply as devs will check the logs and reply when they come on line.07:34.50 
lancelot_of mupdf is simply....great! I am only missing a printing option...is there any chance to get that?07:35.24 
t4nk026 hello07:49.02 
ghostbot Welcome to #ghostscript, the channel for Ghostscript and MuPDF. If you have a question, please ask it, don't ask to ask it. Do be prepared to wait for a reply as devs will check the logs and reply when they come on line.07:49.02 
rayjj lancelot_of: we're working on "gsview" that combines mupdf + ghostscript that views with mupdf, and uses gs to print (on Windows so far, being ported via Qt to other platforms) 07:49.07 
t4nk026 [00:20] <t4nk022> working on MuPDF android with sample app code , I have put several pdf with MuPDFReaderView 's into a view pager. [00:22] <t4nk022> works fine, if traverse through view pager pages without zooming, but if I zoom and try to see zoomed page by horizontal direction, view pager is coming up with next/previous page, but if i scroll vertically/diagonally then I can see the zoomed in area of pdf page, could you please 07:49.21 
rayjj the mupdf guys are going to be mostly tied up this AM (meeting starting in 40 min), but they might respond during the meeting07:50.45 
t4nk026 okk thanks07:51.47 
lancelot_of rayjj, thannks for the info07:52.04 
rayjj Robin_Watts: are you coming to the meeting ???09:15.59 
t4nk026 hello... I had a query if you guys are free.. 09:26.46 
  orking on MuPDF android with sample app code , I have put several pdf with MuPDFReaderView 's into a view pager. [00:22] <t4nk022> works fine, if traverse through view pager pages without zooming, but if I zoom and try to see zoomed page by horizontal direction, view pager is coming up with next/previous page, but if i scroll vertically/diagonally then I can see the zoomed in area of pdf page, could you please give me idea , how 09:27.01 
  How could I see the zoomed in areas till the boundary edge of the pdf without scrolling to the next view pager page09:27.41 
CaRa_ hi16:42.11 
ghostbot Welcome to #ghostscript, the channel for Ghostscript and MuPDF. If you have a question, please ask it, don't ask to ask it. Do be prepared to wait for a reply as devs will check the logs and reply when they come on line.16:42.11 
CaRa_ i used ghostscript in order to build some pdf with pdftk on a debian server16:42.39 
  but i've got some "File has unbalanced q/Q operators (too many Qs)" on apaches' error.log 16:43.09 
  of course, the log in so big that apache stop listenning, it takes all place16:44.11 
  is there is someone have encountered the same problem here ?16:44.26 
  and i secify that i use the last ghostscript version "GPL Ghostscript 9.15 (2014-09-22)"16:44.59 
  specify*16:45.05 
kens If you think you have found a bug, the best bet is to report it at bugs.ghostscript.com16:45.56 
  I'm not at all sure how you would have used Ghostscript with pdftk though16:46.19 
CaRa_ i use pdftk whose use ghostscript16:46.54 
kens O, so then why is it a Ghostscript problem ?16:47.23 
  Hang on, pdftk doesn't use Ghostscript (as far as I'm aware)16:48.00 
CaRa_ sorry, i use fpdf who use ghostscript16:48.16 
kens OK well in order to look into the problem we will need to see the input and teh Ghostscript command line16:48.48 
CaRa_ i search that16:49.45 
  hum ...16:53.10 
  you say that pdftk doesn't use ghostscript ?16:53.21 
  because here, fpdf use pdftk, so the problem is not here16:53.40 
  but for this error i only find ghostscript relevance on our firend google16:54.00 
kens I don't believe that pdftkuses Gostscript, it processes pdf files directly itself16:55.13 
  But yes, the error is a Ghostscript warning16:55.29 
  However, I don't know what your Apache server is doing when the warning occurs, perhaps it is post-processing the PDF for some reason16:56.42 
  FPDF sayit only needs zlib, so it doesn't seem that it needs either pdftk or Ghostscript16:57.42 
CaRa_ actually the server is here in order to create pdf from datas, so (i think) the warning came when it did pdf file :p16:58.16 
kens Well that is entirely possible. But that wold mean it is using Ghostscript to do it, not fpdf apparently16:58.57 
CaRa_ fpdf use pdftk, sure16:59.02 
  there is the code here :if(is_windows()) {16:59.10 
  $cmd="pdftk.exe"; //For windows16:59.10 
  }else{16:59.10 
  $cmd="pdftk"; //For linux and mac16:59.10 
  }16:59.10 
kens Though again, the warning is only emitted by Ghostscript when the input is a PDF file, so something must be sending a PDF file to Ghostscript16:59.33 
  I really don't think pdftk uses Ghostscript, so something else must be invoking GS, obviously I have no idea what....17:00.45 
CaRa_ i search17:01.29 
  my fault, i don't have a lot of explains about this problem17:01.42 
  in fact, i don't know where is come form, 'cause sometimes there is no problem, and one day the server stop ...17:02.05 
kens The pdftk web site mentions imagemagick, and imagemagick *does* use Ghostsc to render PDF files, possibly that is happening for some reasoni17:02.16 
  I seeto albumsms pdftk uses IM for ph17:03.05 
CaRa_ ahh, a track !17:03.08 
kens Sorry, typing went mad17:03.15 
CaRa_ thank you anyway, it's the week end now, i will find more informations later, and i will come back if i've got more informations for you :p (not before monday ofc :p)17:03.31 
kens I see pdftk uses IM for photo albums17:03.39 
  OK there should be people around Monday. Good luck17:03.54 
CaRa_ thank, bye bye17:04.13 
 Forward 1 day (to 2014/12/06)>>> 
ghostscript.com
Search: