OLE vspdf8 (OpenInsight 64-bit)
At 13 MAR 2023 08:05:36PM Gerry Van Niekerk wrote:
Is there a way I can convert a current tif file to a pdf on the fly in OI
There are external programs we can use, and use but curious if it can be done in OI directly
Looked at
oleObj2 = OleCreateInstance('VSPDF8.VSPDF.1')
returnvalue = OleCallMethod(oleObj2,……
"convertfile" only converts a text file to pdf
not sure how "convertdoc" works?
Thanks
Gerry