how can I get a StyledDocument
directly or over the RTFEditorKit
to a PDF file?
Currently I have a RTF document and converted this file with Aspose.Word
to PDF, but I don't want to spend so much money for this library. I want to have a solution without using any OpenOffice or Microsoft Office API's.
Asked
Active
Viewed 285 times
0

marc3l
- 2,525
- 7
- 34
- 62
-
*"I want to have a solution without using any OpenOffice or Microsoft Office API's."* Why not? BTW - good call on mentioning the money factor of Aspose as being the reason you do not want to use it. – Andrew Thompson Jun 13 '13 at 13:33
-
@AndrewThompson If I use an API like the Office ones, I used to have this program installed, which is not actually the case. – marc3l Jun 13 '13 at 13:35
-
Huh.. I thought OpenOffice provided a pure Java API you could include with your app., but never checked into it closely. – Andrew Thompson Jun 13 '13 at 14:54