drawing that was drawn with annotations to other doc?
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.
