Re: [iText-questions] RTF format

2003-07-09 Thread Leonard Rosenthol
At 08:27 PM 7/9/2003 +0200, Mark Hall wrote: > What alternatives are there? Is there a utility (in iText or outside) to > convert PDF to RTF? (I know there are stand-alone converter apps that > can do it, but I am looking for a Java-based solution). The only thing that wuold come close as a

Re: [iText-questions] RTF format

2003-07-09 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 04 July 2003 22:52, Alexandr Molochnikov wrote: > Recently the need arouse to generate reports in RTF format. > Unfortunately, RtfWriter does not implement getDirectContent() method, > so we cannot use it as a simple substitute to PdfWriter i

[iText-questions] RTF format

2003-07-04 Thread Alexandr Molochnikov
Hello everyone, We use iText to generate a PDF file from Java program that draws to the Graphics2D object. PdfWriter class nicely allows us to preserve the original logic, by doing this: PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream(filename)); document.open(); DefaultFo