Hanging on systems
PDFsharp is a .NET library for creating and modifying PDF documents.
Brought to you by:
pdfsharp,
stefan_lange
I am having an issue where an application I wrote runs fine on my system but hangs when run from other systems. It can create and empty pdf document and a new pdf page but it hangs when it does the first write to the file ( tested with drawing rectangle and string )
Are there any other dependencies that I need to check on ( i.e. xml parser )