Jump to content

Supress watermark after product is ordered


kjacobson

Recommended Posts

I am using the basic code to add a watermark to templates for proofing.

 

    onlinePreviewVal = FusionPro.Composition.JobOptions.isOnlinePreview;
   desktopPreviewVal = FusionPro.Composition.isPreview;

   if (onlinePreviewVal == "Yes" || desktopPreviewVal == true) {
       return CreateResource("AC-Watermark-Draft-Multi.pdf");
   } else {
       return NullResource();
   } 

This works great when proofing in the store, but once the product is ordered the watermark remains on the downloadable Low Res PDF in the Order Manager.

 

:confused: Has anyone found a way to offer a non-watermarked low res PDF after the product has been ordered? :confused:

Link to comment
Share on other sites

×
×
  • Create New...