Generate PDFs from Salesforce Apex
We released the full code and documentation on GitHub. See full details on how to generate PDFs using Salesforce. Many developers moving to Salesforce are used to the power of .NET or Ja...
Useful notes for developers working with PDF generation, document conversion, and infrastructure decisions.
We released the full code and documentation on GitHub. See full details on how to generate PDFs using Salesforce. Many developers moving to Salesforce are used to the power of .NET or Ja...
We sometimes receive support requests asking how API2PDF can access a secure a page on your website when using the wkhtmltopdf/url or chrome/url endpoints as shown below. A secure page means tha...
Intro HIPAA is a US law that governs data privacy and security of confidential medical patient records. Breach of HIPAA could yield immense fines and punishment. It is of utmost seriousness and org...
Until now, API2PDF only stored your PDF for 24 hours and then the PDF will delete itself. This is great for most customers. However, by far, our most requested feature is the ability to delete the ...
This post is for individuals who are trying to connect to API2PDF via code. Depending on how you are connecting to API2PDF, or any service that is behind Cloudflare really, you might find that yo...
Intro ActivePDF is a popular PDF manipulation product for .NET developers. They offer a suite of products, which among them, allow you to manipulate / edit existing PDFs, generate new PDFs, convert...
Intro Aspose PDF is a popular product for PDF creation and manipulation. Among the features it boasts include extracting text from PDFs, modifying the content of PDFs, and converting PDFs to any nu...
Intro Crystal Reports is a product offered by SAP. The positives of this product is that it allows you, likely a small business, to connect to an existing data source, and then design how you want ...
Intro Since we released Api2Pdf, we have received many requests for a java client library. It’s been on our to-do list, but we just hadn’t gotten around to it yet. We have previous re...
Intro PrinceXML is a popular library for converting HTML to PDF. It is often touted as the “best” HTML to PDF conversion tool currently on the market. However, it comes with an unb...
Intro In a previous post, we provided guidance with how to generate PDFs from HTML and web pages with javascript and jquery. In this post, we provide a sample React component to convert HTML...
Intro Click here to start generating PDFs in Python now! Get going in just a few minutes! ReportLab has been around for a very long time and is one of the more popular options for generating...
Intro Api2Pdf is popular all over the world and therefore we have customers who need to generate PDFs in many different languages. One problem that has come up recently is that a customer needed to...
Intro Api2Pdf is a web service for generating PDFs from HTML, URLs, and Offices files. In order to scale to millions of requests, our backend runs on a serverless architecture. Our infrastructure...
Intro In this article we will cover converting HTML to PDF format with Python with just a few lines of code and the Api2Pdf API. Api2Pdf is an HTML to PDF API built on AWS Lambda that a...
Intro In this article we are going to cover how to merge PDFs together with C# and .NET Core with just a few lines of code using the Api2Pdf dotnet client library. Api2Pdf is a REST API that makes ...
Intro In this article we are going to demonstrate how easy it is to convert a powerpoint file (ppt, pptx) to a PDF file using Python and the Api2Pdf LibreOffice API endpoint. Api2Pdf is a...
Save to Pdf Intro Api2Pdf proudly announces the release of a brand new WordPress Plugin – Save Page to PDF. The purpose of the plugin is to make it easy to add a “Print to PDF...
Intro Using custom fonts with wkhtmltopdf or Headless Chrome is pretty straight forward, but there are a few caveats. First, it is important to know what fonts Api2Pdf supports out of t...
Api2Pdf is a REST API that helps application developers generate PDFs at massive scale. It was co-founded by myself, Zack Schwartz, and my partner Kunal Johar. The two of us also run another c...
Intro You ever run into a bug that is so perplexing you don’t even know where to begin? I’d like to share a story that happened this week. As you may know, Api2Pdf runs on A...
Video Instruction of Problem Video Player 00:00 02:21 Intro If you are using wkhtmltopdf, an open source HTML to PDF library, you might find that so...
Intro You may get this error if you are trying to install a package via NuGet into your .NET application. The full error reads something like: Could not install package ‘Api2Pdf 1.0.1&rsqu...
Intro .NET Core (dotnetcore) is all the rage now and it truly is the future of Microsoft’s .NET Framework. It is cross-platform, lightweight, and wicked fast. Api2Pdf’s web porta...
Intro FPDF is an open source library to generate PDFs in PHP. There are some key advantages to this. No external dependencies — can generate basic PDFs straight from PHP code. Free T...