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

Excel VBA add-in to create a PDF: What is acrodistdll.dll?

$
0
0

My Excel VBA add-in prints an Excel sheet with a list of drawing numbers, then prints all the drawings (it communicates with a CAD and a CAM application via COM). Then it repeats the cycle many times, with different list of drawings. At the end I have hundreds or thousands of paper sheets.

 

I want to create a PDF file instead of wasting that much paper, so I explored the Adobe objects available in my computer and I found out that adding a reference in the VBA project to Acrobat.dll and to acrodistdll.dll I could use the PdfDistiller to convert PostScript files to PDF and the Acrobat.CAcroApp, Acrobat.CAcroPDDoc and Acrobat.CAcroPDDoc objects to merge many PDF files into one large PDF file. Then I use the external tool pdftk to create the bookmarks.

 

Everything works well on my computer, but when I try to use the Excel add-in on another computer the references are missing.

 

I don't know what was installed on my computer. The IT department said that some of our computers have no Adobe products, some have only free Adobe products, and some have some products that we purchased. But they don't know what purchased or free products were installed on my computer.

 

So my questions are:

  • Are the above mentioned DLLs the correct tool to achieve my goal?
  • If no, what is the best way?
  • If yes, how do I install them on the other computers? Are they part of some free product or are they part of a product that I need to purchase?

 

Thanks,

Stefano


Viewing all articles
Browse latest Browse all 10848

Trending Articles



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