Copy link to clipboard
Copied
Cannot figure out if this is an error if I'm doing something wrong. Will place a stamp, align it's size and save the document. No matter how I export it the stamp always disappears when exporting to jpg. I've tried binders on the single page, printing to pdf then exporting, adjusting opacity, locking stamp, emit flatness in properties, etc.
Please help! It seems like it should be so simple but I cannot figure it out!
Copy link to clipboard
Copied
Flatten the file first. You can do it using the Preflight Tool's "Flatten Annotations and Form Fields" command, or by using this code (as a part of a Custom Command, for example):
this.flattenPages();
Just be aware this is NOT reversible, so don't overwrite the file after doing it, or save it under a new name, at least, in case you want to edit it further in the future.