Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I Tried with iText and PDFBox . It is not simple , we need to understand lot of code for this. Can anybody provide a simple way of reading and writing PDF using Java Application. Make sure the application is standalone, and no need of any web/application server.

share|improve this question

1 Answer

There are loads of simple examples for manipulating PDFs with Itext in the Itext in Action Book.

PDF is a complex file format. What are you trying to do exactly?

share|improve this answer
I have one application in which user can download a page what he/she is viewing, in the form of PDF.Need a PDF tool to be incorporated into my J2EE webapp. The user is on a given page which has bunch of text paragraphs. User clicks "Download PDF", the application will convert the page to PDF and show Save dialog. – user644430 Mar 6 '11 at 6:38
So you want an HTML to PDF conversion tool? – mark stephens Mar 6 '11 at 9:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.