I was successful exporting content to pdf using itext but then their commercial package is much than what i thought. is there any other way free/paid way of exporting content to pdf?
Asked
Active
Viewed 2,777 times
1 Answers
-1
Flying Saucer takes XML or XHTML and applies CSS 2.1-compliant stylesheets to it, in order to render to PDF (via iText), images, and on-screen using Swing or SWT. The library implements (basically) the entirety of CSS 2.1 and aims to be fully compliant with the W3C specification; it includes a small handful of CSS 3 features.

outman
- 1
-
2Hi i dont want to use itext. Is there any other way to generate pdf? i am developing a commercial app. IText's library are way too expensive!!! – Jana Jul 28 '11 at 07:50
-
Also, as far as I know, Flyingsaucer uses classes not available for Android (javax.*), so it's not suited for Android. – olivarra1 Dec 15 '14 at 16:56