PDF.co is a API platform for data extraction from PDF, spreadsheets, barcodes. 300+ integrations supported.
Go to sitePDF.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:
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}`,
},
})
},
})
Convert CSV, XLS, XLSX, DOC, DOCX, RTF, TXT, XPS, JPG, PNG, TIFF, URL, EMAIL to PDF. See docs here
Generate high quality barcode images. Supports QR Code, DataMatrix, Code 39, Code 128, PDF417 and many other barcode types. See docs here
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
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.