More Document Tools

Overview

Manipulate and transform documents to base64 and viceversa, to communicate with external systems and more.

Key Features & Functionality

  • pdfPageToPngFile: Get a specific page from a PDF file in Base64 format.
  • documentToBase64String: Transform a document to base64 string.
  • base64StringToDocument: Transform a base64 string to document.
Anonymous