PDFMonkey

PDFMonkey is the solution to handle your PDF generation needs.

Go to site
Explore
/
Apps
/
PDFMonkey

PDFMonkey API Integrations

Build and run workflows using the PDFMonkey 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

PDFMonkey is an API that enables users to build powerful applications that generate and manipulate PDF files. The API allows developers to generate and manipulate documents such as modifying texts, adding images, creating form fields and content, as well as signing and securing documents.

Below are some of the great products you can build using the PDFMonkey API:

  • Create custom invoices
  • Create contact sheets
  • Generate PDFs from HTML documents
  • Convert HTML to PDF
  • Print web pages
  • Merge multiple PDF documents into one
  • Extract text from PDFs
  • Redact confidential information from PDFs
  • Generate dynamic PDFs for web applications
  • Sign PDF documents
  • Verify a digital signature
  • Crop PDF pages
  • Extract images from PDF documents
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: {
    pdfmonkey: {
      type: "app",
      app: "pdfmonkey",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.pdfmonkey.io/api/v1/current_user`,
      headers: {
        Authorization: `Bearer ${this.pdfmonkey.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API keys,

  • Navigate to your PDFMonkey and sign in
  • Go to “My account” > “API AUTHENTICATION”