having a slight problem that i don´t seem to be able to figure out.
I have to stamp pdf drawings regulary with custom editable stamp.
The form/stamp/interactive stamp has custom graphics behind
and have to include these fields.
Date field: editable or automatic. doesn´t matter
Docum. No. field: Editable
Revision No. field: Editable
and then couple of Check boxes.
The way i have done this so far is that i just made a editable
form... fill it out, save it as tiff, then copy/paste to the pdf drawing.
Would be nice if it was possible to make kinda interactive stamp or sum
of it..
click the stamp, Fillout the information needed and choose location for the
stamp on the drawing..
hope some could help me out..
Best regards..
David
http://acrobatusers.com/tutorials/2007/02/dynamic_stamp_secrets
Stamps are not directly editable. The image on the stamp is just that, an image. The stamp file can contain interactive fields that are set before the stamp is flattened and applied to a document. But once applied the stamp data is set in stone.
Not to say there aren't lots of stamp tricks that can make it seem as if the stamp is more editable for dynamic than it really is. For example, the stamp data could be stored in the stamp contents so that an automation tool has access to the original data. The automation tool can display a popup dialog to the user for collecting new data, or modifying the old, then delete the old stamp and create a new one with the new info. To the user it appears as if the stamp was modified, but in reality it was deleted and replaced.
Watch the "Stamps Gone Wild" video at www.pdfscripting.com
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script