Skip to main content
Participant
December 19, 2024
Question

Stamp disappears when converting pdf to jpg??

  • December 19, 2024
  • 1 reply
  • 322 views

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!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
December 19, 2024

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.