file upload in JavaScript and PDF.co Web API

PDF.co Web API: the Web API with a set of tools for documents manipulation, data conversion, data extraction, splitting and merging of documents. Includes image recognition, built-in OCR, barcode generation and barcode decoders to decode bar codes from scans, pictures and pdf.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

PutUploadFile.js

      
var request = require('request'); var fs = require('fs'); var options = { 'method': 'PUT', 'url': '<insert presignedUrl generated by https://api.pdf.co/v1/file/upload/get-presigned-url >', 'headers': { 'x-api-key': '{{x-api-key}}' }, formData: { 'file': { 'value': fs.createReadStream('/Users/em/Downloads/logo.png'), 'options': { 'filename': '/Users/em/Downloads/logo.png', 'contentType': null } } } }; request(options, function (error, response) { if (error) throw new Error(error); console.log(response.body); });

VIDEO

ON-PREMISE OFFLINE SDK

Get 60 Day Free Trial

See also:

ON-DEMAND REST WEB API

Get Your API Key

See also: