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
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
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