Is there any possibility to convert mixed file types to PDF?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • gotenberg

    A developer-friendly API for converting numerous document formats into PDF files, and more!

  • Back to Go - there are both free/open source (gopdf,gofpdf) and commercial (ex: UniPDF) pdf libraries for Go; there also coordination libraries for Go, such as https://github.com/gotenberg/gotenberg , which sounds like it might be a better fit for your very bare question (you may get better answers with a more complete example of what you want to do). It does not directly produce PDFs in Go code, but instead orchestrates passing uploaded files to Chromium, LibreOffice, or various pdf engines. Between them, it can convert a wide variety of file formats to PDF. (Again, really they are basically being printed to PDF - it is a one-way action.)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts