[iText-questions] pdf printing

2006-05-25 Thread Vasil Valkov
Hello, I'm having some problems printing a multi-page pdf document after using iText to create it. I'm trying to print it using the javax.print.* APIs and it's printing only the first page. I think the problem is in the pdf creation process. My flow is the following: - read a pdf template using

[iText-questions] PDF printing from Reader is randomly ROT1'ing the printed page(s)

2005-12-15 Thread Jeff Buhrt
Has anyone seen where Acrobat Reader 6/7 would display the text on a PDF fine, but when printed sometimes the output was shifted up one ascii character like a ROT1? [Like the old days of rot13 encryption.] So a page with: 'DATE 12/10/2005' Would print as: 'EBUF!!!2302103116' We have

[iText-questions] PDF Printing

2005-10-07 Thread Soumya
Hi All, I am using iTextSharp in C# to write an application which can print pdf documents on a network printer while programmatically configuring the printer. I am using the PrintDocument class in the System.Drawing.Printing namespace along with PrinterSettings and PageSettings classes in order

Re: [iText-questions] PDF Printing

2005-10-07 Thread Paulo Soares
-questions@lists.sourceforge.net Sent: Friday, October 07, 2005 7:58 AM Subject: [iText-questions] PDF Printing Hi All, I am using iTextSharp in C# to write an application which can print pdf documents on a network printer while programmatically configuring the printer. I am using

RE: [iText-questions] PDF Printing

2005-10-07 Thread Soumya
: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 1:02 PM To: [EMAIL PROTECTED]; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Printing As far as I know all the pdf rasterizers are either commercial or GPL. If you want something free you can use

[iText-questions] PDF Printing to Network printer

2005-08-31 Thread Roopa Kannan
Dear iText support, Thanks for a wonderful piece of software that makes me breathe easy now... I solicit your advice on the following requirement of mine. I have a Java Stored procedure through which I generate a PDF report using the iText API. After generating the PDF, I want to print

Re: [iText-questions] PDF Printing Problems Related to Images - Sample files

2005-03-29 Thread Leonard Rosenthol
At 10:50 AM 3/29/2005, Jerold Sampson wrote: I am attaching a zip file containing two one-page docs. One built with iText the other uses the Adobe library. The Adobe PDF views and prints. The iText views differently and does not print correctly. I am surprised that you are finding the

Re: [iText-questions] PDF Printing Problems Related to Images

2005-03-02 Thread Paulo Soares
If it prints correctly as image then the problem is with your printer driver. - Original Message - From: Jerold Sampson [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Tuesday, March 01, 2005 10:23 PM Subject: [iText-questions] PDF Printing Problems Related to Images

[iText-questions] PDF printing direct from JAVA

2003-12-17 Thread Reynaldo S. Tamayo
guys, I'm new in Java Programming and i'm having a problem on printing directly the PDF generated from database from my Action class. tanks in advance, Jun Tamayo NEC Technologies Philippines --- This SF.net email is sponsored by:

[iText-questions] PDF printing with different margins on different printers(same model)

2003-10-23 Thread jagadish_velaga
Hello, We have generated a pdf report, to be printed on Avery Label. Each label should have a fixed length SSN#. The problem we are facing is, same pdf report when printed on different printers prints with different margins(about 1/4inch error based on printer). Because of the margin shift some

[iText-questions] PDF printing

2002-07-24 Thread Patrick DeZenzio
Hello all, I have a user request to print applet information. As you know, there is no mechanism to print an applet, but I can build on a project I wrote that creates PDF documents to be attached to an email. The problem is the mechanism to actually print anything is difficult and PDFs make it

Re: [iText-questions] PDF printing

2002-07-24 Thread Leonard Rosenthol
At 3:44 PM -0500 7/24/02, Patrick DeZenzio wrote: Is there anything within iText that handles printing? No. The JPEDAL project (http://www.jpedal.org) folks have a PDF rasterizer that might be usuable for printing purposes - I don't know. I have sort of got this to work, but