Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

pdf document generation using java

807603Jan 18 2008 — edited Jan 19 2008
Dear All

My Java web application generates a pdf document using iText library.

I need to open some files(which are residing in the web server) along with this generated pdf. I can embed gif, jpg, png etc in the pdf document. I can even read from another pdf docs and append them to the pdf doc which i am generating manually using iText.

But i am not able to incorporate a word doc or email msg etc into the pdf.

--> Could anybody please let me know that, whether the above mentioned is possible?

--> If it is possible, how to proceed??

OR
--> Is it possible to convert a word doc / email msg to an image file using Java, so that i can embed the image file in the pdf document.

null
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2008
Added on Jan 18 2008
1 comment
275 views