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
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
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
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
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
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
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
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