Jump to content
  • 0

Wanted To Share This Third Party Pdf Generator


GoCubbies

Question

Hello All,

 

I just wanted to share this link with everyone in case you are looking to create a quick PDF from a DataPage: http://pdfcrowd.com/save-to-pdf/

 

You can simply add this line of code to create a link to generate a PDF:

<a href="//pdfcrowd.com/url_to_pdf/">Save to PDF</a>

Just wanted to share this with everyone!

Link to comment
Share on other sites

Recommended Posts

  • 0
On 12/12/2020 at 11:28 AM, NailDyanC said:

A new PDF download option is available for the details pages of Reports, Calendars, Combined Chart and Reports, Details and Pivot Table DataPages. The PDF configuration for details pages is similar to the existing options available on results pages.

Learn more about PDF reports generation.

Just to add here as well, here's the new video link on how to implement PDF download option in the current release version of Caspio:

 

Link to comment
Share on other sites

  • 0

Hi everyone, I have found a new useful feature of Caspio that you can use specially for PDF generating. 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. You may consider checking this link: https://howto.caspio.com/release-notes/caspio-31-0/

Link to comment
Share on other sites

  • 0

Hello everyone, just want to let you know that Caspio has new enhancement about Document Generation. They introduced more data formatting options, including regional settings to influence how text, numeric, currency and date/time values appear in our generated PDF documents. You may check this link about the new release enhancements: https://howto.caspio.com/release-notes/caspio-33-0/

Link to comment
Share on other sites

  • 0

Hey there! Caspio releases new enhancements to the document generation feature, check this out: 

Support for images in addition to text in PDF watermarks
Additional capabilities that determine when a PDF checkbox should be selected or not: 
- More conditions added for date/time and timestamp fields 
- The ability to use display values of related tables in conditions 
Additional “Data source type” column on the document templates list view
Source: https://howto.caspio.com/release-notes/caspio-36-0/#:~:text=Enhancements to Document Generation

Link to comment
Share on other sites

  • 0

This PDF converter did not work on my page but found a similar solution that works even better.  Inspired by this post and also the following:

 

Adding this to your footer provides a button to save the page as a PDF

<input type="button" value=" Print this page " onclick="window.print();return false;" />

 

Combining this solution and a previous comment automatically starts the saving process on load of the page

<script>
window.onload = function() {
  window.print();
}
</script>

 

Link to comment
Share on other sites

  • 0
On 12/12/2020 at 8:28 PM, NailDyanC said:

A new PDF download option is available for the details pages of Reports, Calendars, Combined Chart and Reports, Details and Pivot Table DataPages. The PDF configuration for details pages is similar to the existing options available on results pages.

Learn more about PDF reports generation.

The first link leads to a wordpress error! Is it in any different place or site needs maintinance?

Link to comment
Share on other sites

  • 0

Hi guys! Just wanted to update this thread regarding Caspio's recent PDF generation features:

  • The option to enable password protection for generated PDF documents.
  • The ability to replace PDF templates while preserving existing mapping configurations.
  • The option to apply custom number formatting to values.

https://howto.caspio.com/release-notes/caspio-43-0/#:~:text=Enhancements to Document Generation

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...