Author
on-the-fly pdf convertion
nazmun begum
Greenhorn
Joined: Feb 04, 2006
Posts: 2
Hi all, we have used linux ES4 server.we need to convert any files to pdf . we are able to do it only txt to pdf using iText.jar API. but our requirement is convert any files(.doc,xsl,txt,gif etc) to pdf on-the pdf file. please help me how to do it JSP Project.
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
There is nothing in JSP for working with PDFs. Moving to Other Open Source Projects where Apache-Fop, iText, etc.. are discussed.
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
posted Sep 03, 2006 10:27:00
0
DOC-to-PDF is hard. Have a look at OpenOffice, which can read DOC and generate PDFs (some links are here . XSL is just text, so you can treat it just like you would treat text files. iText can handle images like GIFs as well as text.
Android apps – ImageJ plugins – Java web charts
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
try using iText for on the fly pdf conversion.Not only pdf but a few other formats.
Rahul Bhattacharjee
LinkedIn - Blog
subject: on-the-fly pdf convertion