Hello,
I have come across an issue where a PDF with application type of “Acrobat PDFMaker 10.1 for Word” is showing Fast Web View = Yes. If you go into the actual PDF the Fast Web View is No. I am attaching two files for you to look at.
Please advise.
Hi Brent,
Thanks for using our products.
Aspose.Pdf for .NET supports the feature to set fast web view option on PDF files. You may consider using the following code snippet to set fast web view on PDF file. For your reference, I have also attached the resultant PDF file.
C#
// open PDF file
Document doc = new Document("c:/pdftest/compare-shipper-label-200ml.pdf");
// linearize PDF file for fast web view
doc.Optimize();
// save the resultant PDF file
doc.Save("c:/pdftest/compare-shipper-label-200ml_FastWeb.pdf");
Thank you for the quick response.
I am not looking to set the Fast Web View I am looking at what the Aspose Library is returning. I am using the AsposePDF.Document.IsLinearized to see if the PDF’s FastWeb view is True or False. For the documents I attached, your library is returning true however when you load the same document into Adobe Acrobat 10. It is reflecting false. Thank you
FalconsSnowman: Thank you for the quick response.
I am not looking to set the Fast Web View I am looking at what the Aspose Library is returning. I am using the AsposePDF.Document.IsLinearized to see if the PDF’s FastWeb view is True or False. For the documents I attached, your library is returning true however when you load the same document into Adobe Acrobat 10. It is reflecting false.
Hi Brent,
Thanks for sharing the details.
I have tested the scenario and I am able to notice the same problem. For the sake of correction, I have logged this issue as PDFNEWNET-35605 in our issue tracking system. We will further look into the details of this problem and will keep you updated on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.
Hi just checking on an update for this. I know you ask for patience but it has been over a year since I have been able to provide an update to my customers because of a series of issues that have needed fixed. I think I have held quite a bit of patience with my issues.
Hi Brent,
You are correct in that this issue was submitted within the last month. I was simply hoping for a fast turn around on this issue as I have had multiple issues submitted over the last year which have taken a variable amount of time all adding up to me not being able to push out an update. I do see that this is now marked as fixed so thank you for addressing this.
Hi Brent,
The issues you have reported earlier (filed as PDFNEWNET-35605) have been fixed in Aspose.Pdf for .NET 8.4.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.