iTextSharp Problem

  • Thread starter Thread starter Gerry
  • Start date Start date
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?
 
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.
 
Back
Top