Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Printing a Stored PDF with a Script


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

Recommended Posts

Posted

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

Posted

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

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 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.