ContributionsMost RecentMost LikesSolutionsRe: Can you print exact form directly to pdf?So I found myself an answer. Once you've loaded your exact form edit it within quickbase. After the </html> tag put the following code: <script type="text/javascript"> <!-- window.print(); //--> </script> When your page finishes loading the print prompt will appear. From there you can make it a pdf. Not the complete answer I was hoping for but it does save a keystroke.Can you print exact form directly to pdf? We are using exact forms for detailed estimates. Build estimate Press 'print' (prints the exact form) Click print in the users browser Convert to pdf Send pdf to client Can I get the print button to 'click print' for the user?