0
How to remove Tags of the PDF with JavaScript?

/t5/acrobat-sdk-discussions/how-to-remove-tags-of-the-pdf-with-javascript/td-p/9882105
Apr 23, 2018
Apr 23, 2018
Copy link to clipboard
Copied
Hi, recently I read SDK of the Acrobat and I learn about Accessibility,
I learned that I can add Tags with Command:
app.execMenuItem("Adobe:MakeAccessible");
But, I would like to learn how to Remove Taggs too
Somebody can help me?
Thanks
TOPICS
Acrobat SDK and JavaScript
,
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/how-to-remove-tags-of-the-pdf-with-javascript/m-p/9882106#M22673
Apr 23, 2018
Apr 23, 2018
Copy link to clipboard
Copied
How would you do it without a script?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/acrobat-sdk-discussions/how-to-remove-tags-of-the-pdf-with-javascript/m-p/9882107#M22674
Apr 23, 2018
Apr 23, 2018
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/how-to-remove-tags-of-the-pdf-with-javascript/m-p/9882108#M22675
Apr 23, 2018
Apr 23, 2018
Copy link to clipboard
Copied
You can't simulate that with a script, unless it can also be done using the Preflight tool.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/acrobat-sdk-discussions/how-to-remove-tags-of-the-pdf-with-javascript/m-p/9882109#M22676
Apr 23, 2018
Apr 23, 2018
Copy link to clipboard
Copied
I found resources about "Preflight" and "Optimized PDF" for save pdf without tags, but I don't found any resource that make it in silent mode (without messages).
I would want learn any way to save without tags or any way to remove it 😕
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

