Jump to content
Server Maintenance This Week. ×

Printing a Stored PDF with a Script


Joseph31

This topic is 6162 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 6162 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.