First of all if this is a reposting I had a problem sending the mail.
Hi I'm having problems in getting the PdfContentByte this are the lines
of code:

 fileOPS = new FileOutputStream("path");
 writer = PdfWriter.getInstance(docPdf, fileOPS);
 cb = writer.getDirectContent();

If I print the objects:
 System.out.println("fileOPS:"+fileOPS+"---");
 System.out.println("docPdf:"+docPdf+"---");
 System.out.println("writer:"+writer+"---");
 System.out.println("cb:"+cb+"---");

You can see "theObject:[EMAIL PROTECTED]"  for the first three lines and
"cb:---" for the last one.
I get no errors or exceptions, until I try to use the contentbyte of course.

I'm stuck with this, any help will be appreciatted.
Thanks in advanced, Miguel.

NUEVO TISCALI ADSL ON
�Navega desde las 15.00h. a alta velocidad por s�lo 29,50 �/mes!
Con�celo en http://acceso.tiscali.es/pag-acceso-adsl-on.jsp?did=adn-7520007







-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to