I use itext \'s setField function to save field value into pdf form, but I find after I use itext, the whole pdf will corrupt, you can not edit the pdf in adobe reader any more. It will show you that
On an asp.net page I am allowing my user to enter data to my pdf form, all I want to do is once they submit, save that form as a PDF file under different name into a directory.
Please point us in right direction We have a requirement to Generate a PDF Edit/Enter some fields on it
Hi I have created a PDF file with an image in it, I want to print my pdf after creating. Better if I have the PDF in memory instead of having a file, and then send it to the printer... Any Idea ?
In my self signed java applet, I get following error: uncaught exception: java.security.AccessControlException: access denied (java.io.FilePermission resources/fonts/n开发者_运维技巧ew_font.TTF read)
I am a newbie in android world. I tired to create a android project using eclipse IDE, in which i tried reading a pdf file with the help of itext library.
I\'m trying to create a simple table of contents (the document is only 4 pages long). The issue I have is that while my mouse does turn into a hand, when I click it nothing happens.
I have a java SAX parser which I would like to call multiple times on the same Handler with different XML files. I am using this in conjunction with iText to create a multi-page PDF document where som
I was able to add an attachment to my PDF: PdfFileSpecification specification = PdfFileSpecification.FileEmbedded(writer, name, name, null);
first post ever in any forum with regard to programming... i usually just search until i find the answer... but this time im really stuck...