itextsharp, text not printing

R

rgparkins

Hi Eveyone.

I have a problem printing out a generated PDF. I have a single image
and the rest of the page is made up of tables of which each cell has
Chunks of text. There is no watermark.

When I print this document the printer is simulating printing the text,
but nothing appears, ie it is not printing any text at all like its
printing in white.. I tried on colour paper and no text so no ink
therefore I am not sure what is happening... The image is printing ok.

Has anyone come across this before, am I missing some setup variable
that needs to be set in c#. Can I add text into cells of a table?

I cant find any help in the documentation so hence the topic. I also
tried to print the document as an image but no luck :(

Many thanks for your help

Richard
 
J

Johann Blake

Richard,

Who'se generating the PDF? Adobe or your application or some third
party component?

Best Regards
Johann Blake
 
R

rgparkins

Hi Johann

I am generating the PDF via itextsharp, via the PDFWriter object.

Regards

Richard
 
A

aisha mathew

Use SetEncryption before opening the document and set AllowPrinting
attribute.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top