When I load a PDF file from my local hard disk and save it to hard disk, the output file can’t be opened correctly by Acrobat 5.0 , but it can be opened by Adobe Reader.
Here is the code(VB.Net):
Dim pdf As New Document(txtFilePath.Text)
SetLisence()
If pdf IsNot Nothing Then
pdf.Save(“F:\AsposePDF\Output\output.pdf”)
End If
The demo has deleted license file and Aspose PDF DLL.