We have released a new version of our PHP API client library.
Fixed:
- removed PHP deprecated get_magic_quotes_runtime usage
We have released a new version of our PHP API client library.
Fixed:
When you add a "Save as PDF" button to your website using WebSave, you might want to give visitors control over how their PDF looks. Instead of using fixed settings, you can show a dialog where users choose their preferred page size, filename, and other options before downloading. Learn how to build a custom PDF settings dialog with WebSave.
We have released a new version of our WebSave product.
window.WebSave.initButton(element) - Manually initialize buttons added to the page after WebSave loads. Required for single-page applications and dynamically generated content.
window.WebSave.initButton(document.querySelector('.my-button'))
Users often need to export web pages as PDFs. The browser's window.print() function produces inconsistent results: CSS backgrounds are omitted, page breaks occur mid-element, and layout rendering differs from the screen display.
WebSave as PDF provides a client-side solution for adding PDF export to web applications. It captures the current page state directly in the browser. This guide covers integration for React, Preact, Vue, Angular, Svelte, Astro, and SolidJS.
We have released a new version of our API client libraries.
New:
This guide helps you migrate from the Save to PDF Link service to WebSave as PDF. The migration is straightforward and can be completed in a few simple steps.
Why migrate? Save to PDF Link is a legacy service that relies on the HTTP referrer header, which is increasingly unreliable due to browser privacy features and HTTPS policies. WebSave as PDF works more reliably and offers better customization options.
Today we're launching WebSave, a JavaScript library that adds PDF and image export capabilities to any website with just a few lines of code.
For current setup instructions, see WebSave as PDF to add a Save as PDF button to your website, or WebSave as Image to add a Save as Image button.
We have released version 4.5.1 of our WordPress Plugins and 6.5.1 of our API client libraries.
New:
User Agent option defaults to latest-chromeWe have released version 4.5.0 of our WordPress Plugins and 6.5.0 of our API client libraries.
New:
getStatusCode(), getReasonCode(), and getDocumentationLink(). The getCode() method is deprecated and should be replaced with getStatusCode().We have released a new version of our Save as PDF and Save as Image WordPress plugins.
Fixed: