Re: [iText-questions] How to access Generic List of PdfObjects

2011-08-16 Thread William Bell
Many thanks for this - I presume Bruno?). Great help in getting it working. Kind regards William From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: 15 August 2011 17:58 To: Post all your questions about iText here Subject: Re: [iText-questions] How to access Generic List of PdfObjects

Re: [iText-questions] PDF page rolling over part of text to next page

2011-08-16 Thread vikasgupta
Thanks Alexis, its really helpful :) -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-page-rolling-over-part-of-text-to-next-page-tp3747889p3748372.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] PDF page rolling over part of text to next page

2011-08-16 Thread Alexis Pigeon
Hi Vikas, On 16 August 2011 19:36, Vikas Gupta wrote: > Hi - > > I have problem where one of page in PDF rolling part of paragraph text to > next page even thou there is lot of space left below in page. > > Problem description: my program is receiving PDF stream from external > system (not in my

[iText-questions] PDF page rolling over part of text to next page

2011-08-16 Thread Vikas Gupta
Hi - I have problem where one of page in PDF rolling part of paragraph text to next page even thou there is lot of space left below in page. Problem description: my program is receiving PDF stream from external system (not in my control) which generating PDF stream from iText-2.1.0.jar and this s

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-16 Thread jmrrva
Hello, This is an easy one. You are probably using an old iText version. Take a look at: http://itext-general.2136553.n4.nabble.com/PDF-A-conformance-and-StructElem-Type-td3005862.html Jose 2011/8/16 myworld.amol > Hello Jose, > Thanks for your reply. > I tried following example to generate

Re: [iText-questions] Adobe Forms Compatibility

2011-08-16 Thread 1T3XT BVBA
On 16/08/2011 17:15, Rik Bardrof wrote: > I will look into that. Before I do, do you know if "Embedding files > into a PDF" is also supported in iTextSharp? Yes, it is. -- uberSVN's rich system and user administration cap

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-16 Thread Mark Storer
You've got text outside marked content operators ("These are some famous movies by Stanley > Kubrick:", "This is a movie by Akira Kurosawa: ", etc). IIRC, /everything/ must be properly marked up. And "properly" has a very specific definition. You really need to buy a copy of the PDF/A spec in o

Re: [iText-questions] Adobe Forms Compatibility

2011-08-16 Thread Rik Bardrof
I will look into that. Before I do, do you know if "Embedding files into a PDF" is also supported in iTextSharp? On Tue, Aug 16, 2011 at 11:10 AM, 1T3XT BVBA wrote: > On 16/08/2011 17:02, Rik Bardrof wrote: > > Do you have anything more specific? Is it possible to add attachments > > to an iText

Re: [iText-questions] Adobe Forms Compatibility

2011-08-16 Thread 1T3XT BVBA
On 16/08/2011 17:02, Rik Bardrof wrote: > Do you have anything more specific? Is it possible to add attachments > to an iText Document? "most likely as part of a Collection," do you > have a particular collection in mind? Leonard is referring to ISO-32000-1 Section 7.11.6 Collection items. This

Re: [iText-questions] Adobe Forms Compatibility

2011-08-16 Thread Rik Bardrof
Do you have anything more specific? Is it possible to add attachments to an iText Document? "most likely as part of a Collection," do you have a particular collection in mind? On Tue, Aug 16, 2011 at 9:24 AM, Leonard Rosenthol wrote: > You can't append an XFA form in the same way you append other

Re: [iText-questions] Adobe Forms Compatibility

2011-08-16 Thread Leonard Rosenthol
You can't append an XFA form in the same way you append other documents. You need to embed it as an attachment, most likely as part of a Collection. Leonard From: Rik Bardrof mailto:r...@xs-go.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Tue, 16 Aug 2011 05:33

Re: [iText-questions] Adobe Forms Compatibility

2011-08-16 Thread Rik Bardrof
As it turns out I was trying to flatten out an XFA form. I understand that iText allows filling out XFA fields, but that is not what my application does. We have documents attached to entities such as claims, a user can select multiple documents and print them as a whole. We receive documents come

Re: [iText-questions] Image PDF's with mutiple images per page

2011-08-16 Thread Leonard Rosenthol
There are various reasons why a PDF may be created that way - it's perfectly valid. Leonard On 8/15/11 11:47 PM, "bcolloty" wrote: >I am not that familiar with thePDF standard or how these images are put >together - I also am wondering why the scanning software/copier would >choose >to generate

Re: [iText-questions] Create Bookmak in the top of the page

2011-08-16 Thread vfeki
thanks for your reply!! I have found also that I can return the page size from the reader and put it in the XYZ as Y value, so that way I guess for any page A4, A5.. it will work. But I like your first proposal, I'll try it out, thanks!! -- View this message in context: http://itext-general.2

Re: [iText-questions] Create Bookmak in the top of the page

2011-08-16 Thread 1T3XT BVBA
On 16/08/2011 13:30, vfeki wrote: > Can you please tell me if there is a way to create a Bookmark in the top of > the page, in a way to represent 'Home' link to the beginning of the first > page. I need to add one to the existing pdf file. > > I have tried with the code similar from the book, but c

[iText-questions] Create Bookmak in the top of the page

2011-08-16 Thread vfeki
Hi, Can you please tell me if there is a way to create a Bookmark in the top of the page, in a way to represent 'Home' link to the beginning of the first page. I need to add one to the existing pdf file. I have tried with the code similar from the book, but cannot find a proper parameter to add

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-16 Thread myworld.amol
Hello Jose, Thanks for your reply. I tried following example to generate PDF/A-1a compliance PDF using iText APIs. import java.awt.color.ICC_Profile; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.Document; import com.lowagie.

Re: [iText-questions] Image PDF's with mutiple images per page

2011-08-16 Thread 1T3XT BVBA
On 16/08/2011 5:47, bcolloty wrote: > What I want to know is - is there some way I can detect these > multi-image/page type PDF's as opposed to our usual single image on a page > scans? The PDF parser functionality can detect images in a PDF, and returns information about the image through the Ima

[iText-questions] Image PDF's with mutiple images per page

2011-08-16 Thread bcolloty
Hi, I have an application that detects barcodes in PDF files usng a 3rdparty control. The icoming files are "Image" type PDF's with embedded CCITT Group4 compressed page images. Recently we've been starting to have some issues with PDF scans which break the page image up into a number of su-