Convert HTML to Image with Python

July 14th, 2021 / by api2pdf /

Intro You might need to convert HTML to an image or HTML to png format for various reasons. Perhaps you are generating a snapshot or image preview of an HTML template you designed as part of your application. Maybe you are crawling websites and would like an image preview of all of them for a […]

Read More

Add a Password to a PDF with .NET Core / C#

July 14th, 2021 / by api2pdf /

Intro API2PDF is a REST API that provides utilities for manipulating PDFs and other files. You landed here because you just want a simple and reliable way to add passwords to PDF files as a c# / .net core developer. Our API will take your .pdf file and return back to you a new .pdf […]

Read More

Add Bookmarks to PDF with C# / .NET Core

July 14th, 2021 / by api2pdf /

Intro If you are working with PDFs as a C# / .NET Core developer, you know the pain associated with working with them. In this post we will cover how to conveniently add bookmarks to a PDF using our REST API in just a few lines of code. Our API will take your .pdf file […]

Read More

C# / .NET Tutorial – Convert PDF to HTML

July 14th, 2021 / by api2pdf /

Intro For those who are c# / .net core developers, you might have a niche requirement to convert a PDF into HTML, or extract text content from a PDF for indexing purposes. Here at API2PDF, we have a PDF to HTML endpoint that does a best effort to extract the text from a PDF and […]

Read More

C# / .NET – Convert HTML to Xlsx

July 14th, 2021 / by api2pdf /

Intro If you are writing c# / .net core code, you might be tasked with the strange requirement of converting HTML to a Microsoft Excel (xlsx) file. After some research, you discover that this is not as trivial as you hoped it would be. You might have ended up on stackoverflow seeing old, outdated libraries […]

Read More

Convert HTML to Docx with C# / .NET Core

July 14th, 2021 / by api2pdf /

Intro If you are writing c# / .net core code, you might be tasked with generating a Microsoft Word (Docx) file. After some research, you discover that this is not as trivial as you hoped it would be. You might have ended up on stackoverflow seeing old, outdated libraries or confusing answers that ask you […]

Read More

C# / .NET Core – Generate thumbnail image of PDF or Office file

July 13th, 2021 / by api2pdf /

Intro If you are writing c# / .net core code, you might be tasked with generating an image preview or thumbnail image of a PDF or Microsoft Office file like Word, Powerpoint, Excel, or even email files. If you ended up on this article you probably have been doing research for hours and getting nowhere. […]

Read More

C# / .NET tutorial – Take a screenshot of a website

July 13th, 2021 / by api2pdf /

Intro You might need to convert a URL to an image, URL to PNG, or automatically take a screenshot of a website for various reasons. Maybe you are crawling websites and would like an image preview of all of them for a database. In either case, if you’re writing c# / .net core and you […]

Read More

Convert HTML to Image with C# / .NET Core

July 13th, 2021 / by api2pdf /

Intro You might need to convert HTML to an image or HTML to png format for various reasons. Perhaps you are generating a snapshot or image preview of an HTML template you designed as part of your application. Maybe you are crawling websites and would like an image preview of all of them for a […]

Read More

v2 Officially Released

July 10th, 2021 / by api2pdf /

This is a major release which contains breaking changes. You can remain on the older version of the API if you wish to keep using v2018.api2pdf.com. Upgrade is not required, though recommended. We will continue to run the older version of the API indefinitely. Version 2 of Api2Pdf full REST API documentation located here: https://www.api2pdf.com/documentation/v2 Feature […]

Read More