Please Login | Return to the first page. | Help
trial%23%21watermark%23%21remains%2C%23%21and%23%21Controlling%23%21pdf%23%21driver%23%21from%23%21vba%23%21code%23%21using%23%21msaccess - Powered By Zeon Corporation
Forum > > DocuCom PDF Products > DocuCom PDF Driver > trial watermark remains, and Controlling pdf driver from vba code using msaccess

New Topic Reply topic The topic has been viewed for 11135 times  Previous Topic  Flat View  Refresh Next Topic
 Topic:trial watermark remains, and Controlling pdf driver from vba code using msaccess  
tcordier
Member

Status:【Offline】
trial watermark remains, and Controlling pdf driver from vba code using msaccess

We recently purchased a couple of licenses for DocuCom PDF Gold 8, i'm accessing the pfd driver to create pdf files without operator intervention and suppressing the save as dialog box...

the activation was successful, but i still have the trial watermark on the pdfs and when the document type is not supported the save as dialog box still appears.

How do i get rid of the trial watermark? might fixing this issue also fix the save as dialog box issue?

The Destination.ini is as follows

[Destination]
NamingMode=1
PDFName=C:\temp\test8.pdf
FileExistRule=1
bMailDelivery=0
MailRecipient=
MergeRule=00
MergeOrder=0
MergeRepeat=0set up to

below is a sample of the vba code i'm using

Public opdf As ZNPDFCMDLib.PDFCreate

Const PdfCreateSn = XXXXX serial number for docucom pdf gold 8.00 XXXXX

Public Sub test()
Dim resv As Long
Dim sn As String

Dim strdestination As String
Dim strGeneral As String
Dim strcompression
Dim strfont
Dim strdoc As String
Dim strsecurity As String
Dim strwatermark As String

'set strings = to .ini files locations

Set opdf = New PDFCreate
Call opdf.Initialize(PdfCreateSn, resv)

Call opdf.ConvertWithIni("C:\temp\test.doc", "C:\temp\test8.pdf", strGeneral, strdestination, _
    strcompression, strfont, strdoc, strsecurity, strwatermark)

opdf.Uninitialize
 Set opdf = Nothing

End Sub

3/29/2007 6:35:18 AM   Other topic By this author Quote this topic reply this topic
Total Page: 1 [ 1 ]  
  Tree View
Topic:● trial watermark remains, and Controlling pdf driv..(1696 bytes) - tcordier,3/29/2007

Copyright©1993-2024 Zeon Corporation Forum All Rights Reserved
Run Time:60ms