Re: [iText-questions] PDF to PCL (or PDF to POSTSCRIPT)

2005-11-03 Thread Matt Benson
Google for ghostPcl. --- Paulo Soares [EMAIL PROTECTED] wrote: No. - Original Message - From: Monkey Punch [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, November 02, 2005 10:13 PM Subject: [iText-questions] PDF to PCL (or PDF to POSTSCRIPT

[iText-questions] PDF to PCL (or PDF to POSTSCRIPT)

2005-11-02 Thread Monkey Punch
Hi, I'm looking into printing some pdf document via the java print service api. I know this api supports printing pdf directly, however our printers here do not support direct pdf printing. It only supports pcl and postscript printing. I was wondering if it was possible to convert a pdf via iText

Re: [iText-questions] PDF to PCL

2004-11-22 Thread Rémi Guilbert
:50 AM Subject: Re: [iText-questions] PDF to PCL At 01:56 PM 11/18/2004, Rémi Guilbert wrote: Hi, I have acrobat Reader 6.0.2, but it's doesn't work. I need to change the page size. Am I suposed to change this method : PdfAction.javaScript(this.print(true);\r, writer); ? You need to use

Re: [iText-questions] PDF to PCL

2004-11-22 Thread Leonard Rosenthol
At 07:15 AM 11/22/2004, Rémi Guilbert wrote: Hi, I just know that print method this.print(printDialogTrueorFalse, firstPage, lastPage); Do you know an another one ? Yes, see the Acrobat 6 JavaScript documentation for the newer methods. Leonard

Re: [iText-questions] PDF to PCL

2004-11-19 Thread Leonard Rosenthol
At 01:56 PM 11/18/2004, Rémi Guilbert wrote: Hi, I have acrobat Reader 6.0.2, but it's doesn't work. I need to change the page size. Am I suposed to change this method : PdfAction.javaScript(this.print(true);\r, writer); ? You need to use a different command. this.print() is the old

Re: [iText-questions] PDF to PCL

2004-11-18 Thread Rémi Guilbert
PROTECTED] Sent: Wednesday, November 17, 2004 10:34 AM Subject: Re: [iText-questions] PDF to PCL --- Rémi Guilbert [EMAIL PROTECTED] wrote: Hi, do you know what can I do to convert pdf file to pcl file (on Unix) ? I need to use duplex functionnality. Never forget ghostScript for tasks just

Re: [iText-questions] PDF to PCL

2004-11-18 Thread Leonard Rosenthol
At 10:23 AM 11/18/2004, Rémi Guilbert wrote: Hi, is it possible to use PdfAction.javaScript(this.print(true);\r, writer);, but add a parameter to set pageSize at LEGAL ? The default size of my printer is LETTER. When printing from Acrobat 6, yes. Leonard

[iText-questions] PDF to PCL

2004-11-17 Thread Rmi Guilbert
Hi, do you know what can I do to convert pdf file to pcl file (on Unix) ? I need to use duplex functionnality. Thank's !! Rmi --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that

Re: [iText-questions] PDF to PCL

2004-11-17 Thread Matt Benson
--- Rémi Guilbert [EMAIL PROTECTED] wrote: Hi, do you know what can I do to convert pdf file to pcl file (on Unix) ? I need to use duplex functionnality. Never forget ghostScript for tasks just such as this! -Matt Thank's !! Rémi __