[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 of

[iText-questions] iText createFont NullPointerException

2003-10-23 Thread Cramer, Jo Ann
I've successfully created a PDF document using iText with the BaseFont.HELVETICA and wanted to use other fonts. When I used the following code to access another font on my machine, it created a NullPointerException. I am using Windows NT and JDK 1.2.2 built into VisualAge for Java. Is there a

[iText-questions] Embed OpenType fonts from Adobe?

2003-10-23 Thread Coles, Brian
Title: Message Hi!   Quick question:  Can iText embed OpenType fonts from Adobe?   Thanks, Brian Coles Kansas Farm Bureau, Software Systems Manager 2627 KFB Plaza, Manhattan, KS   66503 Voice:  785-587-6700 ext 6337  Fax: 785-587-6914      

[iText-questions] Disable printing

2003-10-23 Thread Matjaz . Trtnik
Hello! How can I disable printing on existing PDF file with JDK 1.1.x? TIA! Best regards, Matjaz

Re: [iText-questions] Embed OpenType fonts from Adobe?

2003-10-23 Thread Leonard Rosenthol
At 1:50 PM -0500 10/22/03, Coles, Brian wrote: Quick question: Can iText embed OpenType fonts from Adobe? Yes. Leonard -- --- Leonard Rosenthol Chief Technical Officer

[iText-questions] Barcode iText

2003-10-23 Thread Olivier Barbecot
Hi,   How could I add a Barcode and position it on a Pdf document (either with TTF or not). I am already using a PdfStamper to do other things.   Help would be appreciated, Regards  

[iText-questions] Text Wrapping in Table Cells {Scanned}

2003-10-23 Thread Bill Simpson
I have an interesting problem. I am trying to keep text from automatically wrapping in table cells when it shouldn't. The following, when placed in the same cell, of the same width, will wrap differently: 3.141E3 will not wrap. 3.141E-03 WILL wrap with the following characteristics (liter

[iText-questions] TemplateFilling the Existing PDF File

2003-10-23 Thread mamadi rajesh
Dear all I tried Reading an existing PDF file which is like a form with empty blank spaces, and fill the spaces  with the Specified position but was not able to do it, is it possible to fill the Template PDF file and write it to a new text file, if so please tell me how to do it. Rajesh [EMAIL PROT

[iText-questions] Tooltips

2003-10-23 Thread Dave Comfort
Hi. I'm using iText with JFreeChart to draw charts in pdf documents. I'd like to be able to popup a tooltip when the mouse is over certain regions in the chart. Is this possible in a pdf document? If so, which features of iText can I use to make it happen? Thanks. Dave