iTextSharp Problem

G

Gerry

Has anyone else experienced this problem?

I am using iTextSharp to generate PDF documents from XML files. Here is
the problem.

When I run the app on my development machine, everything works as it should.
When I run the app on test machines, the PDF document does not get generated
correctly.

The actual file that is output shows a size of 0 bytes and if I try to open
it using Acrobat Reader, I get an error stating that the file is either
corrupt or not a valid format.

Any ideas?
 
D

Dennis Myrén

If the file contained data, i could help you debugging it.
However, if the file is empty, which can be verified by opening the file in
a text editor, the error is likely to be at code level.
 

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