Hi,
Today contacted
service specialist for technical issue we are facing and as per his advice
filing the following issue.
For our
application we need to convert all PDF files to version 1_3 and we are using
aspose Document.Convert API for this purpose. The API is working fine for some
files, but for others, after conversion unable to read file contents. Also observed
default zoom size is set in 2000% to 5000% range while opening pdf file in
adobe.
We are in the
process of procuring aspose and this feature is critical for the project.
Code:
var doc =
new Document("doc.pdf");
if (doc.Version != "1.3")
{
doc.Convert("error.txt", PdfFormat.v_1_3 , ConvertErrorAction.None);
doc.Save(pdfFile);
}
Attaching doc.pdf
file (input file which we are trying to convert).
Appreciate your help in this matter.
-Krishna