Hi,
Can you also add ability to set open type in PdfSaveOptions? It’s available in Aspose.Pdf, but Aspose.Pdf is not compatible with Aspose.Words:(
The issues you have found earlier (filed as WORDSNET-8898) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
I can see is not done, but I can’t see setOpenType method in PdfSaveOptions in v13.9?
Hi there,
Thanks for your inquiry. Please use the PdfSaveOptions.setPageMode method to achieve your requirements.
The PdfPageMode specifies how the PDF document should be displayed when opened in the PDF
reader. Please check the following detail of PdfPageMode.
USE_NONE : Neither document outline nor thumbnail images are visible.
USE_OUTLINES : Document outline is visible. Note that if there’re no outlines in the PDF document then outline navigation pane will not be visible anyway.
USE_THUMBS : Thumbnail images are visible.
FULL_SCREEN : Full-screen mode, with no menu bar, window controls, or any other window visible.
USE_OC : Optional content group panel is visible.
Thank you! When do you plan to add WORDSNET-2231?
Hi there,
Thanks for your inquiry.
I am afraid the feature WORDSNET-2231 has now been postponed till a later date due to some other important issues and new features. We will inform you as soon as there are any further developments.
We apologize for your inconvenience.
The issues you have found earlier (filed as WORDSNET-2231) have been fixed in this Aspose.Words for .NET 25.5 update also available on NuGet.
After careful evaluation, we have decided not to implement PDF linearization (“Fast Web View”) at this time due to:
- Low Demand – Minimal customer requests over 11 years (fewer than accessibility-related asks in just 1 year
- High Implementation Cost – Would require:
- Rewriting our single-pass PDF renderer to multi-pass
- Significant memory management changes Risk of performance degradation in core workflows
- Existing Workarounds – Customers can easily linearize output using:
- Standard tools (qpdf, Adobe Acrobat)
- Simple post-processing scripts