Conversion to PDF and Fast Web View

Hi,


can you add support for Fast Web View in PDF when converting a document? Currently I cannot see such an option in PdfSaveOptions class. I know I can use Pdf Kit for that, but since it’s not compatible with Google Web Toolkit and requires JAI to work we cannot use it. Can add that as an option into PdfSaveOptions ?

Thank you,
Mariusz Pala
Hi Mariusz ,

Thanks for your inquiry. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, we had already logged this feature request as WORDSNET-2231 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

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:(


pdf.setOpenType(OpenType.Bookmarks);
Hi Mariusz ,

Thanks for your inquiry. I have logged the requested feature as WORDSNET-8898 in our issue tracking system. You will be notified via this forum thread once this feature is available.

Please let us know if you have any more queries.

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:

  1. Low Demand – Minimal customer requests over 11 years (fewer than accessibility-related asks in just 1 year
  2. 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
  3. Existing Workarounds – Customers can easily linearize output using:
    • Standard tools (qpdf, Adobe Acrobat)
    • Simple post-processing scripts