Hello!
We have a problem with our PDFviewer. Our system creates PDF files with Dynamic PDF generator and shows them in the viewer. Our users then sometimes use the Save as-command for saving their reports.
The strange thing is that sometimes, but not always, the file gets corrupted. When you try to open it with for example Adobe Acrobat it says something like "the file is corrupted, maybe because it was sent as an email...." (we gets the error message in Swedish so maybe a strange translation...)
It's very random when it happens, the only command used is
aPDFViewer.SaveAs(MySaveFileDialog.FileName)
PDFviewer is declared:
Friend WithEvents aPDFViewer As ceTe.DynamicPDF.AxViewer.Control.DynamicPDFViewerControl
We use VB.Net 2012
Is there any way to get around this?
Best regards
Hanna