RobinDC Posted November 4, 2009 Posted November 4, 2009 (edited) I build some large forms in FM 10, some 3 pages, some 10 pages. Everything looks good on my Mac, both PDF and print have good page breaks. Now a Windows user clicks the button, the script takes the user to the layout, sets page setup and prints, but the page break on page one is off and gets worse with every page after. Scripting the page setup on one platform seems to mess it up for the other. Does anyone know of a page setup setting that would maintain page breaks when printed on both Mac and Windows? Thank you in advance. Edited November 4, 2009 by Guest
bcooney Posted November 4, 2009 Posted November 4, 2009 I don't think you have much control with this. It's really a font rendering issue, isn't it? Even the same font (Tahoma, Verdana, Arial), really isn't cross-platform exact.
Vaughan Posted November 5, 2009 Posted November 5, 2009 Usually designing the form to fit the Windows platform works OK for the Mac, except if the layout has elements that have to match up perfoctly like a pre-printed for or something. In that case, create separate MAc and PC layouts and use a script to select the correct one. The Get( SystemPlatform ) function is useful here.
RobinDC Posted November 6, 2009 Author Posted November 6, 2009 Thank you bcooney. Font differences between the platforms are an age old issue I've grown accustom to with every program (Word, Powerpoint, InDesign...). My concern is the shape of the page. I've attached a screen shot demonstrating the different page setups on each machine. Vaughan - Setting up different layouts is certainly a possibility. Currently, I have an IWP layout, printable layout, import layout and data entry layout. When a request comes in to change the form, all 4 layouts need to be updated. Since I'm not the only developer, it is hard for me to train others given the increasing complexity. I'm still hopeful it can work on one printable layout. I have found if I point both Mac & Win to the same printer, I can save the page setup and get the bottom edge of the page pretty close on both.
grumbachr Posted November 6, 2009 Posted November 6, 2009 You'll want to make sure you're using the same printer description file. There are difference is post script and PCL5/6 drivers for the same printers. I noticed in your picture that the Mac is setup to Any printer while windows is setup for an HP. What happens if you change the default on the mac to be specific to the same HP printer or for that matter an Adobe PDF. I've gotten very close on many occasions but it never exactly the same.
Recommended Posts
This topic is 5487 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