I am looking for a fast and efficient way to create pdf from my website. The pdf will have images along with some text that I can pass as an html. The pdf could simply be a printed format of the html I pass. Something that is similar to what CutePDF does. Is it possible? How? Please share your thoughts.
Share
Really its possible just one week before i did it. I was used java, servlet and jsp to did the same.
Steps :
Sample Code :
Note : include itext.jar and core-renderer.jar
Try this way u can do… All the best…