Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all articles
Browse latest Browse all 10848

Re: Set Resolution thru Acrobat.CAcroPDDoc

$
0
0

Hi, We are using the below code to convert from PDF to TIFF. 


Dim PdDoc As Acrobat.CAcroPDDoc

 

Dim jso AsObject

 

PdDoc = CreateObject("AcroExch.PDDoc")

 

If PdDoc.Open(sFiles(iFileCnt)) Then

 

      jso = PdDoc.GetJSObject

 

IfNot jso IsNothingThen

 

jso.SaveAs(sFilePath & "\FS.tif", "com.adobe.acrobat.tiff")

 

jso = Nothing

 

PdDoc.Close()

 

PdDoc = Nothing

 

EndIf

 

EndIf

 

Thanks

Prabhu

 


Viewing all articles
Browse latest Browse all 10848

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>