pdf document generation using java
807603Jan 18 2008 — edited Jan 19 2008Dear 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