Re: [iText-questions] Printing problem on PS driver

2007-10-22 Thread Leonard Rosenthol
IIRC, Samsung doesn't use Adobe Postscript - it uses a clone. I suspect you are running into issues/bugs/errors in their implementation. Trying telling Acrobat to "dumb down" the Postscript by choosing a lower PS level in the printer settings. Leonard On Oct 22, 2007, at 12:32 PM, Matthew

RE: [iText-questions] Printing problem with fonts

2004-05-13 Thread Javier Arregui
More remarks: If the document has only one page, it's printed correctly. I've got no idea about what's happening here... > -Mensaje original- > De: Javier Arregui [mailto:[EMAIL PROTECTED] > Enviado el: jueves, 13 de mayo de 2004 13:48 > Para: [EMAIL PROTECTED] > Asunto: [iText-questio

Re: [iText-questions] Printing problem

2003-07-21 Thread Paulo Soares
;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'Paulo Soares'" <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 17:15 Subject: RE: [iText-questions] Printing problem > Hmmm... > The question now comes up is to use PdfPatternPainter to draw the > patterns >

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
Sent: Monday, July 21, 2003 11:10 AM To: Jaladurgam, Ramana; 'Matt Tencati' Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; 'Paulo Soares' Subject: RE: [iText-questions] Printing problem At 11:01 AM 7/21/2003 -0500, Jaladurgam, Ramana wrote: >That amounts to around 570KB. M

RE: [iText-questions] Printing problem

2003-07-21 Thread Matt Tencati
cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED][EMAIL PROTECTED] eforge.net

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
, Ramana; 'Matt Tencati' Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; 'Paulo Soares' Subject: RE: [iText-questions] Printing problem At 11:01 AM 7/21/2003 -0500, Jaladurgam, Ramana wrote: >That amounts to around 570KB. My spool file size is 1MB. >The 570KB is still

RE: [iText-questions] Printing problem

2003-07-21 Thread Leonard Rosenthol
At 11:01 AM 7/21/2003 -0500, Jaladurgam, Ramana wrote: That amounts to around 570KB. My spool file size is 1MB. The 570KB is still unacceptable. The size of the spool file isn't something you can control!! It is determined by a combination of the client software (Acrobat Reader in

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
; 'Leonard Rosenthol'; 'Paulo Soares' Subject: RE: [iText-questions] Printing problem Document 203, Caiai.pdf owned by USER was printed on PRINTER via port PORT. Size in bytes: 578155; pages printed: 1 "Jaladurgam, Ramana"

RE: [iText-questions] Printing problem

2003-07-21 Thread Matt Tencati
07/21/2003 08:56 AM Soares' <[EMAIL PROTECTED]>

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
Sent by:cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] [EMAIL PROTECTED] eforge.net Subject: RE: [iText-questions] Printing

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
l' Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Printing problem Here with I am attaching the PDF file in question. I have again checked out the Acrobat reader version and the Help-About box says 5.0.1. I am sure I have the latest driver for the printer.

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
: Monday, July 21, 2003 9:31 AM To: Jaladurgam, Ramana; 'Matt Tencati' Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Printing problem At 09:06 AM 7/21/2003 -0500, Jaladurgam, Ramana wrote: >What type of printer? > HP PCL printer >What

RE: [iText-questions] Printing problem

2003-07-21 Thread Leonard Rosenthol
At 09:06 AM 7/21/2003 -0500, Jaladurgam, Ramana wrote: What type of printer? HP PCL printer What OS platform? Windows 2000 Professional What program are you printing the PDF from? Acrobat Reader 5.0 Is that really 5.0, and not 5.0.5 or 5.1? If so, that's probably the problem.

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
ECTED]'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Printing problem What type of printer? HP PCL printer What OS platform? Windows 2000 Professional What program are you printing the PDF from? Acrobat Reader 5.0 Regards, Ramana.JV. Regards, Ramana.JV. -Original Messag

RE: [iText-questions] Printing problem

2003-07-21 Thread Jaladurgam, Ramana
, 2003 12:29 PM To: Jaladurgam, Ramana; 'Matt Tencati' Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Printing problem At 5:54 PM -0500 7/18/03, Jaladurgam, Ramana wrote: >With closePathStroke(), I am not getting the pattern inside. >A pdf with

RE: [iText-questions] Printing problem

2003-07-20 Thread Leonard Rosenthol
At 5:54 PM -0500 7/18/03, Jaladurgam, Ramana wrote: With closePathStroke(), I am not getting the pattern inside. A pdf with 8 small polygon on a page: What type of printer? What OS platform? What program are you printing the PDF from? Leonard -- ---

RE: [iText-questions] Printing problem

2003-07-18 Thread Jaladurgam, Ramana
To: Jaladurgam, Ramana Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Printing problem What is the line weight you are intending for the mPdfContentByte.closePathFillStroke() call? Since this is just a line can you use closePathStroke() instead? The proble

RE: [iText-questions] Printing problem

2003-07-18 Thread Matt Tencati
cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED][EMAIL PROTECTED] eforge.net

RE: [iText-questions] Printing problem

2003-07-18 Thread Jaladurgam, Ramana
ana Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [iText-questions] Printing problem It doesn't look like you ever use the Pattern you have defined. I think you need to use mPdfContentByte.setPatternFill() and/or mPdfContentByte.setPatternStroke() in order to use the

RE: [iText-questions] Printing problem

2003-07-18 Thread Matt Tencati
t;'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Sent by:cc: [EMAIL PROTECT

RE: [iText-questions] Printing problem

2003-07-18 Thread Jaladurgam, Ramana
I have digged into the printing problem and could find that the problem is due to the use of patterns. Here is the way I am using patterns. mPdfContentByte.moveTo(mXValues[0] , mYValues[0]); for (int lPoint = 1; lPoint < mXValues.length; lPoint++) {