0
Enthusiast
,
/t5/acrobat-sdk-discussions/how-can-keep-fast-web-view-when-save-as/td-p/10376594
Jan 23, 2019
Jan 23, 2019
Copy link to clipboard
Copied
I have a file pdf : Attribute [Fast web view ]= Yes,
i call js save as file
this.saveAs("D:\\tmp\test.pdf")
[Fast web view ] had change to "No" in result file
How can keep fast web view when save as?
Thank you.
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
LEGEND
,
Jan 24, 2019
Jan 24, 2019
It’s an option in Preferences. Can’t be set in JavaScript.
LEGEND
,
/t5/acrobat-sdk-discussions/how-can-keep-fast-web-view-when-save-as/m-p/10376595#M15520
Jan 24, 2019
Jan 24, 2019
Copy link to clipboard
Copied
It’s an option in Preferences. Can’t be set in JavaScript.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
daitranthanhoa
AUTHOR
Enthusiast
,
/t5/acrobat-sdk-discussions/how-can-keep-fast-web-view-when-save-as/m-p/10376596#M15521
Jan 24, 2019
Jan 24, 2019
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/how-can-keep-fast-web-view-when-save-as/m-p/10376597#M15522
Jan 24, 2019
Jan 24, 2019
Copy link to clipboard
Copied
This options are not available in the Javascript interface.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

