Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can keep fast web view when save as?

Enthusiast ,
Jan 23, 2019 Jan 23, 2019

I have a file pdf : Attribute [Fast web view ]= Yes,

before.png

i call js save as file
this.saveAs("D:\\tmp\test.pdf")

[Fast web view ] had change to "No" in result file

after.png

How can keep fast web view when save as?

Thank you.

TOPICS
Acrobat SDK and JavaScript
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jan 24, 2019 Jan 24, 2019

It’s an option in Preferences. Can’t be set in JavaScript.

Translate
LEGEND ,
Jan 24, 2019 Jan 24, 2019

It’s an option in Preferences. Can’t be set in JavaScript.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 24, 2019 Jan 24, 2019

thank you,

i can set option when save file

PDSaveLinearized — Save the file optimized for the web, providing hint tables. This allows the PDF file to be byte-served. This flag can only be specified if PDSaveFull is also used.

Acrobat DC SDK Documentation

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 24, 2019 Jan 24, 2019
LATEST

This options are not available in the Javascript interface.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines