Re: [iText-questions] JPanel in PDF

2010-03-29 Thread Michael Harig
Hi, I admit my question was not very clear. Sorry. However, after heavy searching THE NET I found the solution to most of my problems: Document doc = new Document(PageSize.A4); PdfWriter out = null; try { out = PdfWriter.getInstance(doc, new FileOutputStream(getNewFi

Re: [iText-questions] JPanel in PDF

2010-03-27 Thread 1T3XT info
Michael Harig wrote: > Hi, > > I want to print a JPanel in a PDF document. > Structure will be: a title, some arbitrary text, the JPanel, some > tables, more arbitrary text. > > The examples I found that print images use either a PDFContentByte or > are some HTML, XML processing stuff using IText

[iText-questions] JPanel in PDF

2010-03-26 Thread Michael Harig
Hi, I want to print a JPanel in a PDF document. Structure will be: a title, some arbitrary text, the JPanel, some tables, more arbitrary text. The examples I found that print images use either a PDFContentByte or are some HTML, XML processing stuff using IText Image. When using a template and P