How to save PDF file with netbeans?

Asked By 30 points N/A Posted on -
qa-featured

Hello,

How to save PDF file with net beans? Net beans is a programming environment use for java programmers and I am just wondering if it has the ability to save PDF files and is it possible to import PDF files to net beans? To all programmers give me your advice and your knowledge regarding this issue.

Thanks.

SHARE
Answered By 0 points N/A #184588

How to save PDF file with netbeans?

qa-featured

 

You need to download “iTex” first for you to be able to save PDF FILE using JAVA code in netbean 6.8 IDE then copy JAVA class path: go to documents and settings > administrator > documents > downloads, here you can right click to copy itext-5.0.6.jar now click local folder > program files > java > jre6 > library > text > text 5.0.6 jar (executable jar file), this time open netbean then make a new PDF_APP project, copy the code in the jar library to the project “pdf application” to do this go to pdf application > properties > library > add jar folder > select itext-5.0.6 jar > open and hit ok. Just go to the folder where you saved the project for you to be able to view PDF file.

 

Related Questions