Posts Tagged ‘merge pdfs .net core’


Get Image Preview or Thumbnail of PDF or Office File with Simple API Call

April 27th, 2021 / by api2pdf /

We continue to enhance our V2 API which is loaded with features now. Check out our REST API documentation here. A major annoyance for developers is having to generate a thumbnail or image preview of an uploaded Office file or PDF file. We have now added a new endpoint located at /libreoffice/thumbnail that will ingest […]

Read More

Merge PDFs together with C# and .NET Core

November 18th, 2018 / by api2pdf /

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 it super easy to generate and combine PDFs. You can view the full documentation of the […]

Read More

Convert HTML to PDF with C# and .NET Core

October 18th, 2018 / by api2pdf /

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 portal is built on .NET Core. So we love it. However, libraries that work with PDF manipulation have been slow to roll out .NET Core compatible versions. […]

Read More