PDF.co

PDF.co is a API platform for data extraction from PDF, spreadsheets, barcodes. 300+ integrations supported.

Go to site
Explore
/
Apps
/
PDF.co

PDF.co API Integrations

Build and run workflows using the PDF.co API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

PDF.co is an API that allows you to build applications using PDFs in a variety of ways. With PDF.co, you can create, edit, store, and analyze PDFs for every purpose.

Here are just a few of the things you can create with PDF.co:

  • Create e-signature workflows
  • Convert Word and Excel documents to PDF
  • Create PDF forms
  • Split and combine PDF pages
  • Extract data from PDF documents
  • Automate PDF processing tasks
  • Generate barcodes
  • Annotate pages
  • Merge PDFs
  • Create searchable PDFs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    pdf_co: {
      type: "app",
      app: "pdf_co",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.pdf.co/v1/account/credit/balance`,
      headers: {
        "x-api-key": `${this.pdf_co.$auth.api_key}`,
      },
    })
  },
})
Anything to PDF Converter with PDF.co API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + PDF.co
 
Try it
Anything to PDF Converter with PDF.co API on New Message in Channel from Discord Bot API
Discord Bot + PDF.co
 
Try it
Anything to PDF Converter with PDF.co API on New Submission from Typeform API
Typeform + PDF.co
 
Try it
Anything to PDF Converter with PDF.co API on Custom Events from Zoom API
Zoom + PDF.co
 
Try it
Anything to PDF Converter with PDF.co API on New Submission (Instant) from Jotform API
Jotform + PDF.co
 
Try it
Add PDF security with the PDF.co API

Add PDF security. See docs here

 
Try it
Anything to PDF Converter with the PDF.co API

Convert CSV, XLS, XLSX, DOC, DOCX, RTF, TXT, XPS, JPG, PNG, TIFF, URL, EMAIL to PDF. See docs here

 
Try it
Barcode Generator with the PDF.co API

Generate high quality barcode images. Supports QR Code, DataMatrix, Code 39, Code 128, PDF417 and many other barcode types. See docs here

 
Try it
Barcode Reader with the PDF.co API

Read barcodes from images and PDF. Can read all popular barcode types from QR Code and Code 128, EAN to DataMatrix, PDF417, GS1 and many other barcodes. See docs here

 
Try it
Custom API Call with the PDF.co API

Custom API Call. See docs here

 
Try it

Authentication

PDF.co uses API keys for authentication. When you connect your PDF.co account, Pipedream securely stores the keys so you can easily authenticate to PDF.co APIs in both code and no-code steps.

Your API Key can be accessed directly in the dashboard, once logged in.