J Posted October 2, 2005 Posted October 2, 2005 Thank you in advance. Is it possible to control the name of a pdf using the save as pdf function in FM8? I would like to create the name based on data from related tables and the current date. Also, is there a way to include the number of copies of the pdf to print in the pdf, or can I control the number of copies automatically in the print dialog? I obviously have a field in my database that says how many to print.
mr_vodka Posted October 2, 2005 Posted October 2, 2005 For the first part of your question, please see This Thread. For the second part of your question, if you want to print the PDF document from FM, you will have to use a SendEvent script step. You can do a simple counter loop to print the number of copies.
dkemme Posted October 8, 2005 Posted October 8, 2005 If you have trouble with above setting numbers of copies of the PDF to print, you could print the PDF you create with a UNIX command called from an AppleScript within a script.
J Posted October 9, 2005 Author Posted October 9, 2005 First. Thank you for your help. Second. I use Windows, not a Mac. How do I do this in Windows. I am willing to purchase a plugin if needed. I tried PCPDFManipulator from Productive Computing. It makes a pdf that is 4 megs, compared to 1.25 megs for fm8's new pdf writer. I need the pdf to be below 2 megs. The pdf includes numerous graphics so it is important to control the size. As to putting in the number of prints. Not related to PDF's, how do I take a field in my table that has the number of copies I need. I need to take the contents of the field and put it in the number of copies to print in the print dialog menu. I am going to run a macro that prints X copies of a particular form for 1 record, then go to the next record, and print Y copies of a different form. Thanks. J
mr_vodka Posted October 10, 2005 Posted October 10, 2005 J, the method stated in the thread that I send you a link to can be used across all platforms. This is how you dynamically name a PDF. As for you wanting to set the number of print copies in the Print Dialog box for PDFs, I dont know if this is possible. You could print it from the open PDF itself, or you can do a Send Event Script and have it print. However, it does not allow you to specify copies in the Print Dialog box.
dkemme Posted October 11, 2005 Posted October 11, 2005 Does XP have a lineprint of pdf's from the command line? If so it might give you the control you need.
Recommended Posts
This topic is 7052 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