Is it possible to script PDF reDirect? I'd like to be able to pass the PDF reDirect viewer the PDF file path and PDF File 'save as' name to automate the process. Ideally the viewer wouldn't have to be displayed at all. The click on "save" event would also be included in the script to enact the save of the PDF file by the name passed and the path/folder to save it in. For example: variables to include in the script: 1. a network path like //myserver/myshare_parent_folder/Daily_PDF_files 2. the name of the new PDF file: mynewPDF.pdf Forcing the end-user to 'browse' to the folder location to save the PDF file in is awkward. I'd rather pass the name of the save folder path and the PDF file 'save as' file name via a scripting interface. Having to teach end-users how to select a mapped network drive with the "save-to" folder location is difficult. Is there a config file sililar to that used with PDF Split and Merge where the default working directory can be set using a simple vbs script. This is the config file used by the PDF Split and Merge Utility div> ?xml version="1.0" encoding="UTF-8"?> <pdfsam config-version="2"> <settings> <laf current-laf="6" current-theme="0"/> <thumbpoolsize value="3"/> <loglevel value="10000"/> <i18n value="en_GB"/> <default_working_path value="C:\PDFsam\PDFs"/> <thumbnails_creator class="org.pdfsam.guiclient.business.thumbnails.creators.JPodThumbnailCreator"/> <default_environment value=""/> <plugs_absolute_path value=""/> <checkupdates value="true"/> <playsounds value="true"/> <overwrite_confirmation value="false"/> <high_quality_thumbs value="true"/> <thumbnails_size value="270"/> </settings> </pdfsam>
|