iLovePDF

iLovePDF provides APIs for processing, converting, optimizing, and signing PDF and image files.

9 actions Integration catalog
Request access
Connect iLovePDF once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Compress ImagesI_LOVE_PDF_COMPRESS_IMAGES
Compress one or more images and immediately return the resulting image or ZIP as an offloaded download. This operation consumes processing credits and cleans up the provider task by default.
Compress PDFsI_LOVE_PDF_COMPRESS_PDFS
Compress one or more PDFs and return the stored PDF or ZIP output in one workflow: task creation, ordered uploads, synchronous processing, download, and best-effort cleanup. This operation consumes iLovePDF processing credits.
Convert Images to PDFI_LOVE_PDF_CONVERT_IMAGES_TO_PDF
Convert one or more images into PDF output using iLovePDF's documented defaults and immediately return the generated PDF or ZIP as an offloaded download. Images retain their supplied order. This operation consumes processing allowance and cleans up the provider task by default.
Convert PDF to ImagesI_LOVE_PDF_CONVERT_PDF_TO_IMAGES
Convert a PDF using iLovePDF's default PDF-to-JPG behavior and immediately return the generated image or ZIP as an offloaded download. This operation consumes processing credits and cleans up the provider task by default.
Delete TaskI_LOVE_PDF_DELETE_TASK
Immediately delete an iLovePDF task and its related uploaded and processed files from the task's assigned worker.
Get Account InfoI_LOVE_PDF_GET_ACCOUNT_INFO
Return the connected iLovePDF project's account type and remaining processing allowance. Use this read-only action before processing files to check capacity.
Get Task StatusI_LOVE_PDF_GET_TASK_STATUS
Inspect an iLovePDF task's current state and output metadata on its assigned worker. Use this for retained, externally created, or asynchronous tasks.
Merge PDFsI_LOVE_PDF_MERGE_PDFS
Merge two or more PDFs in the supplied order and return the merged file in one workflow. This operation consumes processing allowance and creates a temporary provider task, which is deleted after offload unless keep_task is true.
Split PDFI_LOVE_PDF_SPLIT_PDF
Split one PDF by explicit ranges, fixed page intervals, or removed pages and return the resulting PDF or ZIP. The action creates a task, uploads and processes the file, immediately offloads the result, and cleans up by default.