kjacobson Posted August 12, 2019 Share Posted August 12, 2019 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. Has anyone found a way to offer a non-watermarked low res PDF after the product has been ordered? Link to comment Share on other sites More sharing options...
Recommended Posts