@Bharathi, This doesn't directly answer your question and is irrelevant to the mailing list but I wanted to let you know that JEditorPane has built-in RTF support which may help you in your solution.
Here's a snippet from a project I've worked on: https://github.com/qzindustries/qz-print/blob/master/qz-print/src/qz/PrintJobElementPreparer.java#L164 -Tres - [email protected] On Mon, Jul 21, 2014 at 3:11 PM, Tilman Hausherr <[email protected]> wrote: > No. > > > > > Am 21.07.2014 20:43, schrieb Bharathi Sivaramakrishnan: > > Hi, >> >> I am looking for pdfbox api that will convert an RTF InputStream to an >> InputStream in PDF format. Does pdfbox have API to do this? >> >> >> Thanks, >> Bharathi >> >> >

