June 15, 200718 yr I have a PDF that have have made with lots of images and graphs on it so for me to remake this pdf would be very dificult and time consuming. Question: Is there any way to make a script that can print a PDF that is stored on the computer or on FM. If so can some one show me an example. Thank you
June 18, 200718 yr Author How do I incorportate the above referenced command line into a script in FM?
June 20, 200718 yr An easy way: Send Event ["aevt"; "pdoc"; Table::FilePathField] Print Application -> print application Calculation: Table::FilePathField The harder way: Send Event ["aevt"; "odoc"; Table::CMDField] CMD /C "C:Program FilesAdobeReader 8.0ReaderAcroRd32.exe" /t C:test.pdf
Create an account or sign in to comment