Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread luy
Thank you Paulo! Finally, it worked. As a summary I write down what I did for people who may interest about it in the future. My intention is to output one merged pdfs based on 1, 2... N auto-generated pdf files (all dynamically generated based on the same template - XFA PDF form), auto-fillin

Re: [iText-questions] Annotations Modified?

2009-10-23 Thread Paulo Soares
Please post the signed PDF, I don't have Java where I am now. Paulo > -Original Message- > From: Roger Misteli [mailto:roger.mist...@abacus.ch] > Sent: Friday, October 23, 2009 4:45 PM > To: iText > Subject: [iText-questions] Annotations Modified? > > Hiyas > > For some unknown reason

Re: [iText-questions] PDF to PDF-X/PDF-A

2009-10-23 Thread Leonard Rosenthol
He didn't necessary say PDF/A-1a (which, as you note, requires tagging). He could just as easily make PDF/A-1b. -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Friday, October 23, 2009 11:13 AM To: Post all your questions about iText here Subject: Re: [iText-questions

Re: [iText-questions] Annotations Modified?

2009-10-23 Thread Roger Misteli
>> Acrobat can open and verify the signature, but, below, mentions >> "Annotations modified" with the whole list of annotations that exist in the >> PDF. Forgot to mention that: Acrobat 9.1.3 and iText 2.1.7 Best regards Rog --

Re: [iText-questions] GEO Spatial pdf....

2009-10-23 Thread Mark Storer
Unless someone beat me to it. See what happens when you don't update your source regularly? --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Message- > From: Mark Storer [mailto:msto...@autonomy.com] > Sent: Friday, Oct

Re: [iText-questions] GEO Spatial pdf....

2009-10-23 Thread Mark Storer
You've marked "UserProperties" as "false". It needs to be true. I think we need to add direct support for the UserProperties flag in PdfWriter. I'll get it. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Message- >

Re: [iText-questions] Spam: PDF to PDF-X/PDF-A

2009-10-23 Thread Mark Storer
It would be much more reasonable to aim for PDF/A-1b. The 'b' requirements are significantly easier to achieve with some random PDF file. iText still won't do it for you, but it becomes a job an expert could accomplish. --Mark Storer Senior Software Engineer Cardiff.com #include ty

Re: [iText-questions] GEO Spatial pdf....

2009-10-23 Thread Larry Reeder
Amit, According to the "Adobe Supplement to the ISO 32000", section 8.8.1: http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAsQFjAA&url=http%3A%2F%2Fwww.adobe.com%2Fdevnet%2Facrobat%2Fpdfs%2Fadobe_supplement_iso32000.pdf you need a Measure dictionary of Subtype GEO to create a geospat

Re: [iText-questions] PDF to PDF-X/PDF-A

2009-10-23 Thread 1T3XT info
Leonard Rosenthol wrote: > It’s possible, but it’s a LOT of work. There is nothing built into > iText to do this I had a report in plain PDF with the following text: PRESENT: F. Lloyd Wright, R. Piano, A. Rossi, R. Koolhaas, B. Van Reeth, S. Beel, B. Lowagie I converted this PDF to PDF-1a wit

Re: [iText-questions] PDF to PDF-X/PDF-A

2009-10-23 Thread 1T3XT info
Imgen Tata wrote: > Dear Everyone, > I have a problem - use iText to convert PDF files to PDF-X/PDF-A > files, is it possible? No, that's not possible. I've tried to convert a PDF file to PDF/A-1a with Acrobat and EVEN Acrobat wasn't able to do this correctly in all cases (although the resul

Re: [iText-questions] PDF to PDF-X/PDF-A

2009-10-23 Thread Leonard Rosenthol
It's possible, but it's a LOT of work. There is nothing built into iText to do this... From: Imgen Tata [mailto:im...@hotmail.com] Sent: Friday, October 23, 2009 9:39 AM To: iText Questions Subject: [iText-questions] PDF to PDF-X/PDF-A Dear Everyone, I have a problem - use iText to conver

Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread Paulo Soares
PdfCopyFields works with the fields at its disposal and if they have the same name they will have the same value and that is to be expected. What's generally done is to rename the fields, by adding a _1 for the first pdf _2 for the second and so on for example. You can do it with AcroFields.rena

Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread luy
Hi Mark, Mark Storer-2 wrote: > > Little Known Fact: All the fields in a PDF form with the same name HAVE > THE SAME VALUE. If two different forms have a field called "First Name", > the combined PDF will have a single value in those two fields. > I know copy will make field1 let's say in

Re: [iText-questions] PDF merge with some fields still editable

2009-10-23 Thread luy
Thank you Paulo, PdfCopyFields would copy the value as well, wouldn't it? I tried it, and I got: change fields1 in pdf1, pdf2.field1 is updated as well - this is not what I want, I want pdf1.fields are totally unrelated to pdf2 pdfN's fields. Some comments? -- Lu Ying Paulo Soares-3

[iText-questions] PDF to PDF-X/PDF-A

2009-10-23 Thread Imgen Tata
Dear Everyone, I have a problem - use iText to convert PDF files to PDF-X/PDF-A files, is it possible? _ Windows Live Hotmail: Your friends can get your Facebook updates, right from H

[iText-questions] GEO Spatial pdf....

2009-10-23 Thread Amit Sinha
http://www.nabble.com/file/p26024688/OutPDF1.pdf OutPDF1.pdf I am creating Geospatial PDF using iTextSharp and I have done almost thing. I have enabled the UserProperties also. But when i click on object model tree its not recognising the feature. I am attaching the output pdf.Please see my PDF