bydesign Posted October 31, 2017 Report Share Posted October 31, 2017 We have a webpage consisting of multiple datapages. Some datapages contain HTML. Some datapages contain images. Some datapages contain uploaded PDF files. The PDF files may be 1 to 15 pages long. We can print the entire webpage and the datapages with images print fine. However, we can't figure out how to print the webpage AND the PDF files with a single print button. Quote Link to comment Share on other sites More sharing options...
Kurumi Posted December 27, 2021 Report Share Posted December 27, 2021 Hi! Just an update: Caspio has finally released a feature to show document generation, initially supporting custom PDF templates. You can upload your own fillable PDF file and map each field to a Caspio table. It is available in R30 version: https://howto.caspio.com/release-notes/caspio-30-0/ Quote Link to comment Share on other sites More sharing options...
Kurumi Posted March 31, 2022 Report Share Posted March 31, 2022 Hi everyone! Caspio has new update and enhancement about PDF Documents. You can now insert PDF documents on results pages in addition to details pages. You can now as well customize the “Download PDF” action link using the associated style and localization, or create a custom display during DataPage configuration. It is available in R31 version: https://howto.caspio.com/release-notes/caspio-31-0/ Quote Link to comment Share on other sites More sharing options...
Alison Posted April 27, 2022 Report Share Posted April 27, 2022 Hi all, Feel free to use the following solution:1. Create an HTML datapage, go to the Source mode, deploy other datapages there using an iframe deployment method, and add the code for the PDF link: <a href="[@cbprotocol][@cbbridgeservername]/PDFGen.aspx?AppKeys=DPAppKey1,DPAppKey2" target="_blank"><img src="[@cbprotocol]static.caspio.com/bridge/images/PDF_print.png" alt="Download as PDF" border="0"/></a>2. Replace “DPAppKey1” with the AppKey of the DataPage 13. Replace “DPAppKey2” with the Appkey of the DataPage 24. You can also choose to display a different PDF icon by replacing the default icon URL “[@cbprotocol]static.caspio.com/bridge/images/PDF_print.png” with your own icon URL Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.