Hello,
We are currently evaluating your product and found one issue.
We get an exception when trying to open New York State DMV form mv-104 using your dll.
The following line caused an exception:
PdfDocument doc = new PdfDocument("E:\\mv104.pdf");
I didn't find the way to attach pdf file to the ticket but the form can be downloaded from their site:
http://dmv.ny.gov/dmv-records/motorist-accident-reportsHere is the direct link to download the form:
http://dmv.ny.gov/forms/mv104.pdfHere is the stack trace:
[InvalidDataException: Found invalid data while decoding.]
   System.IO.Compression.Inflater.DecodeDynamicBlockHeader() +6548948
   System.IO.Compression.Inflater.Decode() +408
   System.IO.Compression.Inflater.Inflate(Byte[] bytes, Int32 offset, Int32 length) +150
   System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset, Int32 count) +64
   EO.Internal.ane.a(Byte[] A_0) +342
   EO.Internal.ane.b(Byte[] A_0, Stream A_1, a6m A_2, Int32 A_3) +378
   EO.Internal.v7.b(Byte[] A_0, String A_1, a6m A_2, Int32 A_3) +131
   EO.Internal.v7.d() +344
   EO.Internal.v7.a(v7[] A_0) +190
   EO.Internal.v7.e() +81
   EO.Internal.aku.a(f6 A_0, v7 A_1) +1017
   EO.Internal.aku.a(PdfDocumentSecurity A_0) +1477
   EO.Internal.aku.a(Boolean A_0, Boolean A_1, PdfDocumentSecurity A_2) +175
   EO.Internal.f6.a(Stream A_0, Boolean A_1, Boolean A_2) +195
   EO.Internal.f6.a(String A_0) +103
   EO.Internal.f6..ctor(String A_0, PdfDocumentSecurity A_1) +332
   EO.Pdf.PdfDocument..ctor(String fileName) +57
   WebApplication1.WebForm1.Page_Load(Object sender, EventArgs e) in e:\ttt\WebApplication1\WebApplication1\WebForm1.aspx.cs:19
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +92
   System.Web.UI.Control.LoadRecursive() +54
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Thank you