Can DominoPDF support different character sets?

DominoPDF can convert different character sets, such as Simplified Chinese or Arabic, however there are some requirements as follows. - DominoPDF will determine the character set from the CodePage specified in the HTML attribute. For example; S ...

Can DominoPDF disable the save button in Acrobat?

There's no way to disable the Save button on the Adobe Reader "toolbar" - not from DominoPDF or from any other product. You can just stop someone from re-assembling the PDF contents. The Save A Copy action in the reader is just like copying the PDF ...

Calling DominoPDF COM in LotusScript

DominoPDF COM object can be called directly from LotusScript as follows. Dim v as Variant Set v = CreateObject("DominoPDFCOM.DominoPDFCOM") If Not v Is Nothing then Call v.DoPDF(szInput, szOutput, szSettings) End If All DominoPDF me ...