Originally posted by RickW:
I'm actually working on the exact same thing for a batch process. Here's what I've found so far:
I was able to successfully print a PDF from my local machine to a network printer using the following syntax
c:\Progra~1\Adobe\Acroba~1.0\Reader\AcroRd32.exe /h/t "\\server\reports\pdfrpt.pdf" "\\server.domain.com\printername"
I was able to run this from within WebFOCUS when connected in LOCALHOST environment using a DOS command.
It would not work when running from WF remote server.
When running the command from just a DOS window on my machine (outside of WF), the Adobe GUI is launched
even with the /h switch which is supposed to suppress the GUI.
Someone wrote an exe
http://forum.planetpdf.com/webboard/wbpx.dll/read?142106,52 that supposedly takes care of this.
Here are some additional links that may help;
https://partners.adobe.com/public/developer/en/acrobat/sdk/ReaderOverview.pdf http://www.experts-exchange.com/Programming/Q_21545019.html http://www.noliturbare.com/ChicksTools.html http://partners.adobe.com/public/developer/en/acrobat/s...iac/IACReference.pdf We have a thrid-party software for our batch process (non-WF stuff) so we'll probably end up writing some .NET/VB code to and call the Adobe API - at least that's what I've come up with so far for our solution.
Hope that helps.