Re: [iText-questions] Merging pdf file with unknown owner password

2011-03-12 Thread Balder
On 11/03/2011 10:30, Gigi wrote: Hi to all. I've searched for quite a long time about this topic, but something seems to be missing. Scenario: I have a bunch of pdf files to merge, and that's not a problem (I'm following the instructions on "Importing pages" written herehttp://www.manning.co

Re: [iText-questions] Using two different input PDF templates in generating a single multipage PDF output file

2011-03-12 Thread Balder
Perhaps you could start with chapter 6 of the book iText in Action 2. Take a look at the examples http://www.itextpdf.com/book/examples.php they are online. On 9/03/2011 22:32, Pankaj Adsul wrote: Hi ,   We

Re: [iText-questions] Digitally sign a PDF using a smartcard and programmatic pin with iTextSharp

2011-03-12 Thread dlimec
Hello Erol Dönerler, now I'm supposed to do exactly this task. Have you found out, how to set pin to the private key programmatically? What is the best way for this? Best wishes Daniel Limec -- View this message in context: http://itext-general.2136553.n4.nabble.com/Digitally-sign-a-PDF-using-a

Re: [iText-questions] AcroFields setListSelection and/or setFields XFDF does not set list options

2011-03-12 Thread MarkMYoung
I managed to get it working using XFA. The problem was with the example code I got from iTextPDF.com. This does not work part2.chapter08.XfaMovie.fillData2: DocumentBuilderFactory fact = DocumentBuilderFactory.newInstance(); fact.setNamespaceAware(true); DocumentBuilder db

[iText-questions] Questions regarding button action fied in existing PDF

2011-03-12 Thread Taher Dhilawala
Hello All, I have a blank PDF created on the server. I want to populate the fields in the PDF using iTextSharp. Also, there is a "Save" button in the PDF. I want to set the action on the Save Button such as when the user clicks on Save in PDF, the PDF posts itself to an ASPX page. I am able to

[iText-questions] Using two different input PDF templates in generating a single multipage PDF output file

2011-03-12 Thread Pankaj Adsul
Hi , We work on product called Archibus 18.1 facility and asset management system. And it uses I-text libraries to work on pdf related task. Being a programmer I can access this libraries from Archibus to program pdf related task for Archibus User. I am having one problem and could not

Re: [iText-questions] Editable, Save-able, Encrypted PDFs - Possible?

2011-03-12 Thread dsm...@gxppartners.com
Not sure if this has been asked and answered - bought the iText in Action (Version 2) book specifically for this issue. I have created a PDF using Adobe Designer and Adobe Reader enabled it in Acrobat. I can open it add text and save it all day long. With iText I am using the Stamper method to mer

[iText-questions] How to populate a Table in an existing form

2011-03-12 Thread DonRule
I have followed the example in chapter 8 to fill out the text fields of a template form and things are workng well. Now I want to fill out the cells of a Table that is part of the template. AcroFields do not seem to include the table but I am not sure how to get a reference to it to add cells. Tha