Re: [iText-questions] How to deep copy a PdfPTable?

2008-09-02 Thread murrah
new PdfPTable(PdfPTable) Paulo Thanks Paulo, but I cant get it to work. Please see attached pdf sample. My code is below. What am I doing wrong ? PdfWriter.getInstance(document, new FileOutputStream("C:\\CFusionMX7\\wwwroot\\Sites\\iText\\MyFirstTable.pdf"));

Re: [iText-questions] Large text paragraph not kept on one page

2008-09-02 Thread Paulo Soares
You may change the font size, the leading or the horizontal scaling. If you really want to control the placement use a ColumnText. Paulo - Original Message - From: "zoharat" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 8:46 PM Subject: [iText-questions] Large text paragrap

Re: [iText-questions] Annotation does not print

2008-09-02 Thread Paulo Soares
If you create the note with Acrobat, does it print? Paulo - Original Message - From: "BorisTheCat" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 7:19 PM Subject: Re: [iText-questions] Annotation does not print > > I'm using Adobe Reader 9 and the only print dialog option i

[iText-questions] Large text paragraph not kept on one page

2008-09-02 Thread zoharat
Hello, Our customers tend to create reports which are large text files. They have defined how many lines are there per page and at what offset should the text be displayed in the PDF file. Now I can display it at the required offset but the page gets split into two pages. I have attached sample

Re: [iText-questions] Annotation does not print

2008-09-02 Thread BorisTheCat
I'm using Adobe Reader 9 and the only print dialog option i have is a Comments and Forms dropdown list. I've tried each of those options and my popup annotation never appears on the printed output. I've posted my actual PDF if someone would see if they can see the problem. http://home.fuse.net/mi

Re: [iText-questions] Wrong columns width

2008-09-02 Thread cassiosteel
...so how could I print a table in html? Paulo Soares-3 wrote: > > Table is not supported and neither is HtmlWriter. > > Paulo > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of cassiosteel >> Sent: Tuesday, September 02, 2008 4:32 PM >>

Re: [iText-questions] Help with Paragraph.setIndentationLeft() and ColumnText object

2008-09-02 Thread Paulo Soares
column.addElement(paragraph); Paulo - Original Message - From: "dayvidpow" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 6:41 PM Subject: [iText-questions] Help with Paragraph.setIndentationLeft() and ColumnText object I am trying to set the indentation of a paragraph by

[iText-questions] Help with Paragraph.setIndentationLeft() and ColumnText object

2008-09-02 Thread dayvidpow
I am trying to set the indentation of a paragraph by calling the setIndentationLeft() on a paragraph then adding the paragraph to the ColumnText object. However, when i do that I am not getting any indentation in the resulting PDF. Is this supported by the ColumnText object? See my code sample bel

Re: [iText-questions] Wrong columns width

2008-09-02 Thread Paulo Soares
Table is not supported and neither is HtmlWriter. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of cassiosteel > Sent: Tuesday, September 02, 2008 4:32 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Wrong columns

Re: [iText-questions] Escaping the apostrophe

2008-09-02 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Brian Cyr > Sent: Tuesday, September 02, 2008 3:22 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Escaping the apostrophe > > This is my first time using iTextSharp and s

Re: [iText-questions] Annotation does not print

2008-09-02 Thread Paulo Soares
Works for me. Check that you have the option to print the annotations in the print dialog. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of BorisTheCat > Sent: Tuesday, September 02, 2008 4:16 PM > To: itext-questions@lists.sourceforge.net >

[iText-questions] Wrong columns width

2008-09-02 Thread cassiosteel
I create a table and I set the widths of the columns in this way: [code] Table tabella = new Table(4); tabella.setWidth(100); tabella.setBorderColor(Color.BLACK); tabella.setWidth(100);

[iText-questions] Annotation does not print

2008-09-02 Thread BorisTheCat
Even though i am using PdfAnnotation.FLAGS_PRINT, the annotation does not appear on the printout even though it does appear in the PDF. Here's the code snippet: PdfAnnotation popup = PdfAnnotation.createText(writer, getRectangle(), null, text

Re: [iText-questions] spatial referenced pdf, gis

2008-09-02 Thread Matthias Uhler
I'm new to the business but i'll try my best.. =) -- View this message in context: http://www.nabble.com/spatial-referenced-pdf%2C-gis-tp1925p19271561.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Escaping the apostrophe

2008-09-02 Thread Brian Cyr
This is my first time using iTextSharp and so far, I love it. I have two issues though. Here is what I am doing: I have a PDF created with Acrobat 8 Pro with form fields on it and I am filling it in programmatically. I am using nothing more than the sample code that comes with iText. I am cre

Re: [iText-questions] RTF (or JEdirtorPane) to PDF conversion

2008-09-02 Thread Howard Shank
I have no time line at the moment for completing this. As functionality is needed I will implement it for current projects. Howard Shank - Original Message From: Álvaro Morejón Cortés <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Friday, August 29, 2008 8:39:13 A

Re: [iText-questions] RTF and document import

2008-09-02 Thread Howard Shank
You are correct. At this point it is not possible to import into an element.. However, this functionality is under development for a client and will be released when working. Howard Shank - Original Message From: Michaël Morello <[EMAIL PROTECTED]> To: itext-questions@lists.sourcefor

Re: [iText-questions] How to deep copy a PdfPTable?

2008-09-02 Thread Paulo Soares
new PdfPTable(PdfPTable) Paulo - Original Message - From: "murrah" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 7:22 AM Subject: [iText-questions] How to deep copy a PdfPTable? Hi, Is it possible to make a deep copy of a PdfPTable? ie a separate instance, not a referenc

Re: [iText-questions] Decimal Places

2008-09-02 Thread Paulo Soares
iText doesn't round anything, it only works with strings. Convert the number to a string and then look at the string. Paulo - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 1:31 AM Subject: Re: [iText-questions] Decimal Places I am add

Re: [iText-questions] null Values When Creating Chunks

2008-09-02 Thread Paulo Soares
Null is null and empty is empty, different things, Paulo - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 6:06 AM Subject: [iText-questions] null Values When Creating Chunks It seems that the constructor for the Chunk class will throw a