PDDoc class has Save() method.
The very first argument is short nType, which specifies the way in which file should be saved.
I was wondering what is the numeric value of the "PDSaveFull" constant.
Thank you.
I need to be able to convert doc to pdf in an asp script (VBScript or JavaScript) ... Here is what I'm trying to do:
function ConvertDOC2PDF(strFile, strFile2)
{
var AcroApp = Server.CreateObject("AcroExch.App");
var AVDoc = Server.CreateObject("AcroExch.AVDoc")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.