This screencast will show you how to easily create a PDF document from a HTML file or a web page in PHP. You will also learn how to serve the PDF file from your PHP web application and download it in the browser.
In this article, we will show how to convert a webpage or an HTML document to PDF in C using the Pdfcrowd API.
We will show the convert() function that provides the conversion functionality. We will demonstrate how to use it to create PDF from various input sources, such as a URL, a local HTML file, or an HTML string. By the end of this article, you should have a good understanding of how to integrate the Pdfcrowd API into your C programs for HTML to PDF conversion.
The API is cloud-based and accessible over HTTP. We will use libcurl to communicate with the API. libcurl is a widely used library available on all major platforms.
To quickly incorporate the Pdfcrowd API into your own code, you can download the complete sample code with examples.
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
New:
Fixed:
We have released a new version of our API client libraries.
New:
Fixed:
We have released a new version of our API client libraries.
New:
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
New:
We expanded our suite of online tools. These are the new tools:
All the new tools, as well as the existing HTML to PDF and HTML to Image tools, are free to use. The Browser License removes our branding from the output documents.
Here is a complete list of our online tools. Feel free to contact us if you are missing any tool or feature.
We have released a new version of our API client libraries.
New:
Fixed:
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
New:
We have released a new version of our API client libraries.
New:
This screencast will show you how to easily create a PDF document from a HTML file or a web page in PHP. You will also learn how to serve the PDF file from your PHP web application and download it in the browser.