Re: [iText-questions] PdfString

2005-08-29 Thread bruno
[EMAIL PROTECTED] wrote: Hello, I have a problem using class PDFString PdfString is a class intended for internal use (inside iText) only. I don't see any reason why you should need it. I think you mistake PdfString, the low level PDF object, with Chunk, the high level iText object. My sour

[iText-questions] PdfString

2005-08-29 Thread pmendoza
Hello, I have a problem using class PDFString My source code is:  PdfString pdfString2 = new PdfString("Test");  Document document = new Document(PageSize.A4, 80, 50, 30, 65);  pdfString2.toPdf(PdfWriter.getInstance(document, new FileOutputStream("test.pdf")), new FileOutputStream("test.pdf"));