aspose file tools
The moose likes Java in General and the fly likes Open library for PDF file generation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Open library for PDF file generation" Watch "Open library for PDF file generation" New topic
Author

Open library for PDF file generation

Kumar Gaurav
Ranch Hand

Joined: Apr 08, 2008
Posts: 108
Hi All,

Till now i was using iText for generating PDF file in my project. Now i have come to know that there is some license issue with using iText in project. Now i am looking for some other open source library on the lines of iText which supports the feature of writing a PDF file.

Any pointer will be very helpful.


Regards,
Gaurav
prem pillai
Ranch Hand

Joined: Nov 02, 2007
Posts: 87

http://www.coderanch.com/how-to/java/AccessingFileFormats
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
Now i have come to know that there is some license issue with using iText in project.

Presumably you're referring to the fact that iText 5 uses the GNU Affero license. You can get around that by using iText 2 (which uses the GNU Lesser GPL license).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Open library for PDF file generation
 
Similar Threads
Output Data to Formated Report
Best way to create reports with FOP
Can I read already pdf file
Converting image into pdf file and displaying the pdf file.
Java API to convert from Excel to PDF?