Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
JhoelForshav
in reply to: Anonymous

Hi @Anonymous 

No, only in this line:

If oPDFAddIn.HasSaveCopyAsOptions(oDataMedium, oContext, oOptions) Then

It should be:

If oPDFAddIn.HasSaveCopyAsOptions(oDrawing, oContext, oOptions) Then

Like I did in the code I posted in my first reply :slightly_smiling_face: