0
drawing that was drawn with annotations to other doc?
Participant
,
/t5/acrobat-sdk-discussions/drawing-that-was-drawn-with-annotations-to-other-doc/td-p/10326068
Feb 20, 2019
Feb 20, 2019
Copy link to clipboard
Copied
I'm still working on the same doc a few years later. What I would like to do now is to make a job sketch of a fence layout with the drawing tools in Acrobat. Most of the doc, up to this point, has been created around using the following script. Here's just a few lines, but you guy will know what I'm doing. So, take a look at the following:
try {
otherDoc.getField("DrAA1").value = myDoc.getField("DrAA1").value
} catch(e) {}
Is it possible or would anyone know of a way of making the drawing in one myDoc the click "Generate" button and the fields and the drawing would fill the otherDoc. Any solutions or suggestions would be appreciated.
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
,
LATEST
/t5/acrobat-sdk-discussions/drawing-that-was-drawn-with-annotations-to-other-doc/m-p/10326069#M14859
Feb 20, 2019
Feb 20, 2019
Copy link to clipboard
Copied
Annotations and form fields are not the same.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

