9.10.4 • Published 1 year ago

pdf4me-js v9.10.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

pdf4me api client - the Node.js package for the Pdf4me Saas API

npm license Maintenance Build

The Pdf4me Client API is a Node.js package which connects to its highly scalable SaaS cloud service with many functionalities to solve your document and PDF requirements. The SaaS API provides expert functionality to convert, optimize, compress, produce, merge, split, ocr, enrich, archive, print documents and PDF's.

FeatureDescription
OptimizePDF's can often be optimized by removing structural redundancy. This leads to much smaller PDF's.
MergeMultiple PDF's can be merged into single optimized PDFs.
SplitA PDF can be splitted into multiple PDF's.
ExtractFrom a PDF extract multiple pages into a new document.
OCRCreate a searchable OCR Document out of your scans or images.
ImagesExtract images from your document, can be any type of document.
Create Pdf/ACreate a archive conform PDF/A including xmp Metadata.
Convert to PDFConvert your documents from any format to a proper PDF document.
StampStamp your document with text or images.
RotateRotates pages in your document.
ProtectProtects or Unlocks your document with given password.
ValidationValidate your document for PDF/A compliance.
RepairRepairs your document.
BarcodeReads all types of barcode embedded in document or creates them

Getting Started

Get API key

To use pdf4me, you need a Api Key. You can get a free Api Key from our developer portal.

Installation

npm install pdf4me-js

Basic Usage

// create pdf4meClient
const pdf4meClient = pdf4me.createClient('YOUR API KEY')

const pdfDocument = await pdf4meClient.convertFileToPdf(
  fs.createReadStream('myWordDoc.docx')
)

fs.writeFileSync(
  path.join(__dirname, 'myPdfDocument.pdf'),
  pdfDocument
)

Documentation

Please visit our documentation for more information about all the functionalities provided and on how to use pdf4me.

PDF4me Consumer

Those who are looking for PDF4me online tool can find it at PDF4me.com