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

drawing that was drawn with annotations to other doc?

Participant ,
Feb 20, 2019 Feb 20, 2019

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
347
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 ,
Feb 20, 2019 Feb 20, 2019
LATEST

Annotations and form fields are not the same.

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