Joseph31 Posted June 15, 2007 Posted June 15, 2007 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
MarkWilson Posted June 17, 2007 Posted June 17, 2007 Send Event and the command line switch from this link.
Joseph31 Posted June 18, 2007 Author Posted June 18, 2007 How do I incorportate the above referenced command line into a script in FM?
MarkWilson Posted June 20, 2007 Posted June 20, 2007 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
Recommended Posts
This topic is 6435 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now