[iText-questions] PDF Generation using itext- Hide Attachment Section by default

2012-03-19 Thread Antony Ignatius
I'm using itext to generate pdf in my spring mvc application. The pdf is getting generated just fine, but I always see an empty Attachment section under the pdf document which is taking up some real estate on the document. Wondering if there is a way to hide that section by default when we generate

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-19 Thread kulod
In the PDF below you can see several models in the model hierarchy. Is this all coded in one U3D file? http://acrobatusers.com/assets/uploads/gallery/Manuel-Lastra_Color_me_v5.pdf http://acrobatusers.com/assets/uploads/gallery/Manuel-Lastra_Color_me_v5.pdf -- View this message in context: ht

Re: [iText-questions] Trapping an invalid PDF in Visual Basic

2012-03-19 Thread Al Jones
If I could see how itext returned a trappable error I wouldn't be asking syntax questions. How, within the syntax of Visual Basic given what itext returns is it possible to trap an exception? Not much better ... but ... > -Original Message- > From: Paulo Soares [mailto:pgpsoa...@gmail.co

[iText-questions] PDF/A Validation

2012-03-19 Thread Pascal Huynh
Hi, I try to generate a PDF/A and check its conformance with a validation tool : PDF Validator from PDF Tools. I create a document, I add all informations to fill "document info" and finally I call createXmpMetadata() method from writer. The most simpliest method to generate XMP metadatas. When v

Re: [iText-questions] Trapping an invalid PDF in Visual Basic

2012-03-19 Thread Paulo Soares
Looks like you're asking VB syntax and variable scope questions. I don't see any iTextSharp question there. Paulo On Mon, Mar 19, 2012 at 4:50 PM, Al Jones wrote: > In a Visual Basic 2005 program which scan several hundred PDF's, I'm having > problems trying to trap those situations where I have

[iText-questions] Trapping an invalid PDF in Visual Basic

2012-03-19 Thread Al Jones
In a Visual Basic 2005 program which scan several hundred PDF's, I'm having problems trying to trap those situations where I have an invalid pdf. Try Dim reader As New PdfReader(strFile) Catch PrintLine(intBOLo

Re: [iText-questions] Howto get PdfFormField from AcroFields and field name

2012-03-19 Thread iText Info
Op 19/03/2012 12:21, Larry Evans schreef: > I have studied the TextFieldActions example which you cited: > >http://itextpdf.com/examples/iia.php?id=238 > > In particular, in that example, there's: > > TextField name = new TextField(writer, new Rectangle(130, 806, > 256, 780), "name");

Re: [iText-questions] Howto get PdfFormField from AcroFields and field name

2012-03-19 Thread Larry Evans
On 03/19/12 02:39, iText Info wrote: > Op 18/03/2012 20:36, Larry Evans schreef: >> However, I still can't figure out how to add the /AA: Dictionary. > I didn't follow the complete converstation, but I see that you're > talking about Additional Actions. Did you look this up in the keywords > list

Re: [iText-questions] Preserving bookmarks/links in existing PDF using ITextshap 4.1.6.0

2012-03-19 Thread prashant Patil
Hi, My PDF is having bookmarks and I am using following code to get the bookmarks from existing PDF: tempBookmarks = SimpleBookmark.GetBookmark(reader); But I am getting the value of tempBookmarks as "null". Kindly provide the solution so that all the bookmarks/links are preserved. Thanks & R

Re: [iText-questions] Howto get PdfFormField from AcroFields and field name

2012-03-19 Thread iText Info
Op 18/03/2012 20:36, Larry Evans schreef: > However, I still can't figure out how to add the /AA: Dictionary. I didn't follow the complete converstation, but I see that you're talking about Additional Actions. Did you look this up in the keywords list of "iText in Action - Second Edition"? http:/