0
Rectangle annotation using JS
New Here
,
/t5/acrobat-reader-discussions/rectangle-annotation-using-js/td-p/12345039
Aug 26, 2021
Aug 26, 2021
Copy link to clipboard
Copied
Hi team,
I am looking for draw rectangle and annotate pdf using javascript/JQuery.
So is it possible in adobe.
If yes can you please give me some demo file.
Thanks
TOPICS
PDF and browsers
,
View PDF
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-reader-discussions/rectangle-annotation-using-js/m-p/12345238#M82477
Aug 26, 2021
Aug 26, 2021
Copy link to clipboard
Copied
You can use the addAnnot method of the Document object to create annotations, yes.
All the information you need on how to use it can be found in the Acrobat SDK:
https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

