I want to know that , how can we create a pdf file in applet?
is there any java api like itext, which can help to open a pdf directly in a frame?
thanks in advance
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
1
Creating a PDF and displaying it are two different problems. For the creating part, a library like iText can indeed help (make sure you read its license, so that you don't end up having to distribute your source code).