Build it
What do you want Shopify and PDF4me to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Shopify and PDF4me
Triggers and actions 17 triggers · 163 actions
Trigger
New cartTriggered when a cart is created.
Trigger
New customerPolling trigger that fires for each newly created Shopify customer. Fetches the 50 most recently created customers (sorted by creation date, newest first) via the GraphQL Admin API customers connection. Migrated from the REST GET /customers.json?order=created_at+desc endpoint; preserves the same per-customer output fields (id, email, first_name, last_name, phone, created_at, updated_at, state, tags).
Trigger
New customer (instant)Triggered when a customer is added.
Trigger
New orderPolls Shopify for orders (most recent first), returning a list of orders. Ported from the REST GET /orders.json (status=any, limit=50) to the GraphQL Admin API orders connection query.
Trigger
New order (instant)Triggered when an order is created.
Trigger
New paid orderTriggered when an order is paid.
Trigger
New productTriggers when a new product is created in Shopify. Polls the GraphQL Admin API products connection (first 50, sorted by createdAt ascending) and returns each product's id, title, handle, vendor, product_type, status, created_at, updated_at. GraphQL port of the REST GET /products.json?order=created_at+asc trigger; id is the product's legacyResourceId (numeric) to preserve REST semantics.
Trigger
Order fulfilledTriggered when an order is fulfilled.
Trigger
Order partially fulfilledTriggered when an order is partially fulfilled.
Trigger
Two-way sync new or updated customersPolling fetch body for the two-way customer sync trigger. Lists Shopify customers ordered oldest-to-newest by updated_at (GraphQL customers connection, sortKey: UPDATED_AT, reverse:false, first:250) so newly created or updated customers are surfaced for two-way synchronization. Returns id (numeric legacyResourceId), email, first_name, last_name, phone, created_at, updated_at — same fields and ordering as the legacy REST GET /customers.json?order=updated_at asc.
Trigger
Updated cartTriggered when a cart is updated.
Trigger
Updated customerTriggered when a customer is updated.
Trigger
Updated fulfillment statusPolling trigger: fetches recently-updated Shopify orders (any status) and returns each order's fulfillment status. Migrated from REST GET /orders.json to the GraphQL Admin API orders connection query, filtering by updated_at and returning id, name, order number, fulfillment/financial status and email.
Trigger
Updated orderPolls Shopify for recently updated orders (any status), most-recently-updated first. GraphQL Admin API equivalent of GET /orders.json?status=any&order=updated_at+desc&limit=50, using the orders connection sorted by UPDATED_AT descending. Returns an orders array.
Trigger
Updated order (instant)Triggered when an order is updated.
Trigger
Updated order payment statusPolling trigger: fires when an order's payment (financial) status changes. Lists the 50 most recently updated orders via the GraphQL Admin API (orders sorted by UPDATED_AT desc) and dedups on order id + financial status so a new event fires only when the payment status changes.
Trigger
Updated productPolling trigger: fires for products that were recently updated. Fetches up to 50 products sorted by update time (most recent first) via the Shopify GraphQL Admin API, projecting id, title, handle, vendor, product_type, status, created_at and updated_at for each.
Action
Add customerCreate a new Shopify customer (first name, last name, email, phone, note, tags) via the GraphQL Admin API customerCreate mutation. Returns the created customer's id, email, phone, first/last name and created_at. (GraphQL port of the legacy REST POST /customers.json.)
Action
Add metafield to customerAdd (set) a metafield on a Shopify customer, with the customer as the metafield owner. Inputs: Customer ID, Namespace, Key, Type (default single_line_text_field), Value. Returns the created/updated metafield's id, namespace, key, type, value.
Action
Add metafield to productAdds a metafield to the specified product.
Action
Add or update customerCreates a new customer if the email does not exist, otherwise updates the existing customer.
Action
Add product imageAdds a new product image from the image at the specified URL.
Action
Add tags to customerAdds one or more tags to the customer with the specified email. An error occurs if more than one customer is found. Existing tags on the customer are not removed.
Action
Add tags to orderAdds the given comma-separated tags to a Shopify order (GraphQL Admin API tagsAdd mutation). Existing order tags are preserved; tagsAdd merges new tags onto the current set. Inputs: Order ID (numeric REST id, converted to a gid://shopify/Order GID), Tags (comma-separated). Returns the order GID (id) and the full resulting tag list (tags).
Action
Add transaction to orderAdd a transaction to an order. Captures payment for the order's authorized amount. Inputs: Kind (default capture), Amount, Currency, Parent Transaction ID, plus the Order ID setting. Returns the transaction id, kind, status and order id.
Action
Apply gift card adjustmentApply an adjustment (credit) to a Shopify gift card's balance. Inputs: Gift Card ID, Amount, optional Note. Returns the resulting credit transaction id, note, amount, creation time, and the gift card's numeric id.
Action
Change product option namesUpdate a Shopify product's core fields and (re)name its product options. Inputs: Product ID plus optional Title, Body HTML, Handle, Type, Published scope, Tags, Template suffix, Vendor, and Option 1/2/3 name. Returns the updated product id, title, options (name+position), and updated_at.
Action
Change product option names and valuesChange a product's option names and their values. Inputs: Product ID, Option 1/2/3 Name, Option 1/2/3 Values (comma-separated). Returns the product id, title, and the resulting options array.
Action
Complete draft orderCompletes a draft order.
Action
Create productCreates a new product.
Action
Create product variantCreates a new variant on an existing Shopify product. Inputs: SKU, Price, Weight, Barcode, Option1-3, Compare At Price, Inventory Quantity, plus the Product ID setting. Returns the created variant id, sku, price, title, option1, product_id and inventory_item_id.
Action
Delete item from locationDisconnect (deactivate) an inventory item from a location, removing the inventory level — GraphQL Admin API equivalent of DELETE /inventory_levels.json. Resolves the InventoryLevel id from inventory item + location, then runs inventoryDeactivate.
Action
Delete productDeletes an existing product.
Action
Delete product variantDeletes an existing product variant.
Action
Find custom collection by nameReturns details for the specified custom collection. If the custom collection is not found, an error occurs.
Action
Find customer by emailFind a Shopify customer by email address. GraphQL Admin API: customers(first:1, query:"email:...") connection query; returns the first matching customer's email and numeric (legacyResourceId) customer_id. Ported from REST GET /customers/search.json?query=email:.
Action
Find location by nameFind a Shopify location by its exact name and return its Location ID. Fails if no location matches or if more than one location shares the name. (GraphQL Admin API port of the REST locations.json lookup.)
Action
Find ordersFinds orders based upon search criteria. Emits the IDs of any matching orders. Use the "get order" action to fetch details for found orders.
Action
Find product by titleFinds a product by a title search. An error occurs if zero or multiple match.
Action
Find product variant by SKUFind a single Shopify product variant by its SKU. Searches product variants for an exact SKU match, fails if zero or more than one variant matches. Returns the variant's id, sku, price, title, product id, inventory item id, and the full variant object.
Action
Find product variant by titleFinds a product variant by a title search. An error occurs if zero or multiple match.
Action
Get all product ids in custom collectionReturns all products (and their numeric ids) in a given custom collection.
Action
Get Base URLReturns the connected Shopify store's base URL and derives the store subdomain (store_name) from it. Pure-compute helper; makes no Shopify API call (nothing to migrate to GraphQL).
Action
Get customerRetrieve a single Shopify customer by Customer ID. Returns the customer's id, email, phone, state, first/last name, tags, created/updated timestamps, total spent, and orders count.
Action
Get customer metafield valueGet a customer's metafield value by namespace and key. Returns its type, value, and numeric metafield id.
Action
Get fulfillment orderReturns details for the specified order ID and fulfillment order ID. If either the order or fulfillment order is not found, an error occurs. Use the "get fulfillment order ids for order" action to fetch the fulfillment order ids for an order.
Action
Get fulfillment order ids for orderGet the fulfillment order IDs for a Shopify order. Given a numeric Order ID, returns the count of fulfillment orders and their IDs.
Action
Get inventory itemReturns details for the specified inventory item.
Action
Get inventory quantityGet available inventory quantity for an inventory item, optionally filtered to a single location. Migrated from REST GET /inventory_levels.json (inventory_item_ids/location_ids) to the GraphQL Admin API inventoryItem.inventoryLevels query. Returns inventory_levels list of {inventory_item_id, location_id, available, updated_at}.
Action
Get locationsRetrieve the list of Shopify store locations (GraphQL Admin API equivalent of GET /locations.json). Returns each location's id, legacyResourceId, name, active state, and address. Ported from the legacy REST locations.json endpoint.
Action
Get metafields for customerGet all metafields for a Shopify customer by Customer ID. Returns the list of metafield records (id, namespace, key, value, type) for the customer.
Action
Get metafields for productRetrieve all metafields for a product (up to 250). Takes the numeric Product ID setting and returns the list of metafields (id, namespace, key, value, type).
Action
Get orderGet an order from Shopify by its numeric Order ID. Reads the order via the GraphQL Admin API (order(id:) query) and returns its name, email, currency, created date, total price, financial status, fulfillment status, and the full order object.
Action
Get productReturns all fields for the specified product ID. If the product is not found, an error occurs.
Action
Get product count: active productsReturns a count of active products.
Action
Get product count: all productsReturns a count of all products.
Action
Get product count: archived productsReturns the number of archived products in the Shopify store. GraphQL equivalent of GET /products/count.json?status=archived, using the productsCount query with search filter status:archived.
Action
Get product count: draft productsReturns the number of draft products in the Shopify store (status:draft). GraphQL Admin API port of the REST GET /products/count.json?status=draft endpoint; outputs a single count field.
Action
Get product metafield valueReturns the value of a single product metafield identified by Namespace and Key for the given Product ID.
Action
Get product variantGet a single Shopify product variant by its numeric Variant ID. Returns id, sku, price, title, inventory_quantity, product_id, inventory_item_id, and the full variant object.
Action
Get product variant by SKULook up a single Shopify product variant by its SKU. Searches product variants for the given SKU, fails if zero or more than one match. Returns the matched variant's id, sku, price, title, product id, inventory item id, and the full variant object.
Action
Move fulfillment order line itemChanges the location which is assigned to fulfill a number of unfulfilled fulfillment order line items.
Action
Order - add discount codeAppend a discount code to an in-progress order object before it is submitted to Shopify. GraphQL-shaped: the discount entry carries DraftOrderAppliedDiscountInput fields (title/code, value, valueType FIXED_AMOUNT|PERCENTAGE, amount) so the assembled order is ready for the draftOrderCreate / draftOrderUpdate GraphQL mutation. Mirrors the REST builder that appended {code, amount, type} to order.discount_codes; same inputs (Code, Type, Amount, Order) and outputs (order, discount_codes).
Action
Order - add line itemAppends a line item to an in-memory order object (built by Order - initialize) before the order is created. Carries the same inputs (Variant ID, Quantity, Price, Total discount, Origin location ID, Is gift card, Fulfillment status). GraphQL port: the accumulated line item is shaped for the GraphQL draftOrderCreate lineItems input — Variant ID becomes a global ID (gid://shopify/ProductVariant/<id>) under variantId, quantity is an int, price/discount carried as appliedDiscount-friendly fields. Returns the updated order object and its JSON encoding, unchanged output contract from the REST builder.
Action
Order - add line item propertyAdds a custom line-item property (name/value pair) to the LAST line item of an in-flight Shopify order object being assembled in the Order builder chain (initialize -> add line item -> add line item property -> create). Pure in-memory mutation of the draft order; no API call. Returns the updated order object and its JSON encoding. (No REST->GraphQL change applies: this op never called the REST Admin API; it is a local order-builder helper. The eventual draftOrderCreate/orderCreate happens in the separate 'Order - create' op.)
Action
Order - add line item tax lineAdds a tax line to the last line item of an in-memory order payload (builder, no API call). This op shapes the legacy order JSON structure; it does not call Shopify. Same inputs/outputs as the REST builder. Note: this never touched the Shopify REST API, so there is no GraphQL request equivalent — per-line-item user-supplied tax_lines are a REST Order-payload construct with no GraphQL counterpart (GraphQL computes tax lines server-side).
Action
Order - createCreates a new order.
Action
Order - initializeCreate a Shopify order (GraphQL orderCreate). Builds an order from billing/shipping address, email, currency, tags, taxes and status settings and creates it via the GraphQL Admin API. Ported from the legacy REST order-initialize op; output keys order and order_id preserved (order_id is the created order's legacyResourceId).
Action
Remove tags from customerRemove one or more comma-separated tags from a Shopify customer (looked up by email). GraphQL Admin API port: finds the customer via a customers(query:"email:...") query, then calls the tagsRemove mutation with the customer GID and the tag list. Returns the customer's numeric id and remaining tags.
Action
Remove tags from orderRemoves the given comma-separated tags from a Shopify order (by Order ID). Uses the GraphQL Admin API tagsRemove mutation; tags not present are ignored. Returns the order id and its remaining tags.
Action
Send customer inviteSends an account invite to a customer specified by their email address.
Action
Two-way sync add or update a customerTwo-way sync: find a Shopify customer by email (or by the previously mapped customer id) and update it, otherwise create a new customer. Sets email, name, phone, note, tags, marketing consent and a single address. GraphQL Admin API port of the legacy REST customers create/update flow. Returns the customer id and updated_at.
Action
Update customerUpdates an existing customer.
Action
Update inventory itemUpdates a Shopify inventory item (sku, cost, tracked, country code of origin, harmonized system code). Takes the numeric Inventory Item ID.
Action
Update inventory quantitySet the absolute available inventory quantity for an inventory item at a specific location. GraphQL inventorySetQuantities mutation (name: available) replacing the REST inventory_levels/set.json endpoint. Returns the resulting available quantity, inventory item id, and location id.
Action
Update orderUpdate an existing Shopify order's financial status by Order ID. Returns the order's numeric id, name, updated timestamp, and financial status.
Action
Update order as fulfilledMarks an order's fulfillment order as fulfilled by creating a fulfillment, optionally attaching tracking number/company and notifying the customer. GraphQL fulfillmentCreateV2 mutation (replaces REST POST /fulfillments.json).
Action
Update order line item as fulfilledCreates a fulfillment for an order's fulfillment order (optionally a specific line item) with tracking info, via the GraphQL fulfillmentCreateV2 mutation. Ported from the REST POST /fulfillments.json call.
Action
Update productUpdate an existing product in Shopify (GraphQL Admin API, productUpdate mutation). Updates title, description, vendor, product type, tags, and/or status on the product identified by the Product ID setting; only provided fields are changed. Returns the product id, title, handle, status, updated timestamp, and admin GraphQL id.
Action
Update product variantUpdates an existing variant of a Shopify product — its price, compare-at price, SKU, barcode, weight and option values. Fields left blank keep their current values.
Action
Add Attachment to PDFEmbed a file, document, or note as an attachment in the PDF. Add attachment to PDF, attach file to PDF, embed file in PDF, PDF portfolio,attach Excel to PDF.
Action
Add Barcode or QR CodeAdd a barcode or QR code to your PDF document. Add barcode to PDF, add QR code to PDF, stamp barcode on PDF, embed QR on invoice, barcode label on PDF.
Action
Add Form Field to PDFAdd text boxes or checkboxes to a PDF. Add form field to PDF, add text box to PDF, add checkbox to PDF, make PDF fillable, create PDF form fields.
Action
Add HTML Header/FooterAdd custom headers, footers, or both to PDF pages using HTML content. Add header to PDF, add footer to PDF, PDF header footer HTML, add page number and date, brand PDF with HTML footer.
Action
Add Image Watermark to PDFAdd Image Watermark or Stamp to the PDF document. Add image watermark to PDF, Add logo to PDF, Add image stamp, Company logo on PDF, Brand PDF documents , Add image to PDF.
Action
Add Margin to PDFAdd custom top, bottom, left, and right margins to PDF pages. Add margin to PDF, PDF margins, add white space to PDF, PDF padding.
Action
Add Page Number to PDFAdd Page Numbers to PDF Pages. Add page numbers to PDF, page numbering,number PDF pages.
Action
Add Password to PDFAdd password protection and permission controls to a PDF. Password protect PDF, secure PDF, encrypt PDF, add PDF password, restrict PDF printing and copying
Action
Add Text Watermark to PDFAdd a background Text Watermark to PDF document. Add text watermark to PDF, Add text stamp, PDF watermark, Add confidential label, Label PDF pages , Add text to PDF.
Action
AI - Contract ParserThis action collects and returns detailed information about the provided contract file.
Action
AI - Healthcard ParserThis action collects and returns detailed information about the provided healthcard file.
Action
AI - Invoice ParserThis action collects and returns detailed information about the provided invoice file.
Action
AI - Shipping Label ParserThis action collects and returns detailed information about the provided Shipping Label file
Action
Classify DocumentClassify or Identify documents based on the file content. Classify document, identify document type, document classification.
Action
Compress ImageCompress an image based on its type (JPG, PNG) and the selected compression level (max, medium, or low). Reduce image size, shrink photos, and optimize images for the web
Action
Compress PDFOptimize or Compress a PDF document. Compress PDF, shrink PDF, reduce PDF size, optimize PDF, make PDF smaller
Action
Convert HTML to PDFConvert HTML files or web content into PDF with CSS styling preserved.HTML to PDF, convert HTML to PDF, webpage to PDF, HTML file to PDF, render HTML as PDF.
Action
Convert Image FormatChanges file format of an image file. Convert image format, JPG to PNG, PNG to JPG, convert to TIFF, change image file type.
Action
Convert Json to ExcelTurn JSON data into an Excel spreadsheet with auto number and date formatting. JSON to Excel, convert JSON to XLSX, JSON array to spreadsheet, data to Excel, JSON export to Excel.
Action
Convert Markdown to PDFConvert .md files into formatted PDF documents. Markdown to PDF, MD to PDF, convert Markdown to PDF, README to PDF, publish Markdown as PDF.
Action
Convert to PDFConvert any type of office documents or images into PDFs. Word to PDF, Excel to PDF, PowerPoint to PDF, image to PDF, JPG to PDF, PNG to PDF, DOCX to PDF,Text to PDF,Outlook to PDF, google docs to pdf,Libre to PDF, xlsx to pdf , pptx to pdf , msg to pdf , eml to pdf , gdoc to pdf,gsheet to pdf, odt to pdf, ods to pdf , odp to pdf, tiff to pdf, csv to pdf, txt to pdf.
Action
Convert URL to PDFConvert your URL file to PDF. URL to PDF, website to PDF, web page to PDF, convert URL to PDF, save webpage as PDF.
Action
Convert VisioConvert Visio to any format. Convert Visio to PDF, VSDX to PDF, Visio to image, Visio to SVG.
Action
Convert Word to PDF FormConvert a Word document into an interactive PDF form, keeping checkboxes, dropdowns, and text fields. Word to PDF form, DOCX to fillable PDF, Word form to PDF, interactive PDF form, convert Word for to PDF.
Action
Create BarcodeGenerate a barcode or QR code image from text. Create barcode, generate QR code, make QR code from text, generate Code128, generate DataMatrix, barcode image generator.
Action
Create EPC QR CodeCreate a scannable EPC QR code for SEPA bank transfers. EPC QR code,SEPA payment QR, generate payment QR code, SEPA QR, invoice payment QR code.
Action
Create Image From PDFGenerate Image of any single page from a PDF file.Convert PDF pages into JPG, PNG, TIFF, BMP, or GIF images. PDF to image, PDF to JPG, PDF to PNG, PDF to TIFF, convert PDF pages to images.
Action
Create PDF/AConvert PDF to archival PDF/A format for long-term storage. Create PDF/A, convert PDF to PDF/A, PDF archival format, PDF/A-1, PDF/A-2, PDF/A-3, PDF compliance.
Action
Create SwissQR BillCreate Swiss QR Bill in PDF for payments and invoicing. Generate Swiss QR code bill, add QR invoice payment section to PDF, create QR-bill with IBAN or QR-IBAN, generate Swiss payment slip with QR code, create compliant Swiss QR invoices for banking and payments.
Action
Create ZUGFeRD InvoiceCreate ZUGFeRD e-invoices by embedding XML invoice data into PDF/A-3 files, generate hybrid PDF XML invoices compliant with ZUGFeRD , validate structured invoice data, generate machine-readable and human-readable invoices, create compliant e-invoicing documents for Germany and EU regulations.
Action
Crop ImageCrop an image through border or rectangle. Crop image, trim image, cut image borders, crop photo, resize image by cropping.
Action
Crop PDFCrop PDF pages using border or rectangle coordinates. Trim PDF margins, remove white space, cut or resize PDF pages, crop by custom dimensions (top, bottom, left, right), adjust page layout and page size, crop specific pages or page ranges, edit PDF content area, batch crop PDF documents with precision
Action
CSV - Parse CSV FileParses CSV files and converts them to JSON format with customizable delimiters.
Action
Delete Pages From PDFDelete unwanted pages from the PDF document.Delete pages from PDF, remove PDF pages, delete specific PDF pages, remove unwanted PDF pages,PDF page removal
Action
Disable Track Changes in WordTurn off revision tracking in a DOCX file. Disable track changes, turn off track changes Word, stop tracking changes DOCX, remove tracking Word.
Action
Enable Track Changes in WordTurn on revision tracking in a DOCX file. Enable track changes, turn on track changes Word, Word revision tracking, start tracking changes DOCX.
Action
Excel - Add an Image to Header and FooterAdd image-based headers and footers to Excel worksheets with precise positioning and margin control
Action
Excel - Add a Text Header and FooterAdd customizable text headers and footers to Excel worksheets with full formatting control
Action
Excel - Add a WatermarkInserts a watermark into an Excel worksheet.
Action
Excel - Add Rows to a WorksheetInserts new rows into Excel worksheets using JSON data with automatic data type conversion
Action
Excel - Delete a WatermarkRemove watermarks from Excel worksheets by ID or from all worksheets
Action
Excel - Delete Rows From a WorksheetDelete specific rows from Excel worksheets using row ranges
Action
Excel - Delete Worksheets From a WorkbookDeletes specific worksheets from Excel workbooks.
Action
Excel - Extract Rows From a WorksheetExtracts rows from an Excel worksheet.
Action
Excel - Extract Worksheets From a WorkbookExtracts specific worksheets from Excel workbooks.
Action
Excel - Find and Replace Text in a WorksheetFinds and replaces text in Excel worksheets with advanced pattern matching and formatting options.
Action
Excel - Merge Multiple Excel FilesMerges multiple Excel files into a single workbook with support for various output formats.
Action
Excel - Merge Rows in a WorksheetMerges rows across multiple worksheets using key columns for data consolidation.
Action
Excel - Remove the Header and Footer From a WorkbookRemove a Header and Footer from Excel
Action
Excel - Secure WorkbooksAdds password protection and security restrictions to Excel files.
Action
Excel - Unlock WorkbooksRemoves password protection and security restrictions from Excel files.
Action
Excel - Update Rows in a WorksheetUpdates existing rows in Excel worksheets with JSON data.
Action
Extract Attachment From PDFPull out files embedded inside a PDF. Extract attachments from PDF, get embedded files, PDF portfolio extraction, detach files from PDF, save PDF attachments.
Action
Extract Form Data From PDFExtract form data from the PDF. Extract PDF form data, read PDF form fields, get fillable PDF values, PDF form to JSON, AcroForm data extraction.
Action
Extract Pages From PDFExtract required pages from a PDF document. Extract pages from PDF, PDF page extraction, get specific PDF pages.
Action
Extract Table From PDFExtract tables from a PDF as structured JSON with rows and columns. Extract table from PDF, PDF table to JSON, extract PDF data table, PDF tabular data, get table rows from PDF.
Action
Extract Text by ExpressionExtract text from a PDF using a regular expression to pull invoice numbers, emails, dates, and more. Extract text by regex, regex from PDF, extract invoice number, PDF pattern matching, extract email from PDF.
Action
Extract Text From PDFExtract text from PDF documents. Convert PDF to text, pull readable content from PDF files, extract words, retrieve text by page or full document, parse PDF content into plain text, export PDF text for editing, indexing, data extraction, or processing.
Action
Extract Text From Wordextract text from a DOCX file with options for page range, removing comments, and accepting tracked changes. Extract text from Word, DOCX to text, Word to plain text, get Word content, extract Word paragraphs.
Action
Fill a PDF FormFill a PDF form using JSON Data and return multiple files. Fill PDF form, auto-fill PDF form, bulk fill PDF forms, PDF form data merge,populate PDF fields.
Action
Find and Replace Text in PDFFind text in a PDF and replace it on selected pages. Find and replace PDF, replace text in PDF, edit PDF text, update PDF content
Action
Flatten PDFLock form fields and annotations into static content, making the PDF read-only. Flatten PDF, flatten PDF form, lock PDF fields, make PDF read only, flatten annotations.
Action
Flip Imageflip or mirror an image horizontally, vertically, or both. Flip image, mirror image, flip photo horizontally, flip photo vertically.
Action
Generate DocumentFill a PDF form using JSON Data and return a single PDF. Fill PDF form, auto-fill PDF form, populate PDF fields, PDF form data merge, complete PDF form.
Action
Generate Document MultipleFill a PDF form using JSON Data and return multiple files. Fill PDF form, auto-fill PDF form, bulk fill PDF forms, PDF form data merge,populate PDF fields.
Action
Get Shared FileGenerate a shareable file URL for easy access and download. Create file link, get file sharing URL, share files online, access shared file link.
Action
Image - Add Image WatermarkAdd image watermark to photos and images. Overlay logo on image, watermark pictures, add logo to photo, stamp image with branding, apply watermark to JPG and PNG images, insert image overlay, brand photos with logo, add image to image, protect images with watermark, customize watermark position, rotation, and opacity.
Action
Image - Add Text WatermarkAdd text watermark to photos and images. Insert text on image, watermark pictures with text, add caption or text overlay to photo, stamp image with text branding, apply text watermark to JPG and PNG images, add text to image, brand photos with custom text, protect images with text watermark, batch watermark images with text, size, color, position, rotation, and opacity.
Action
Image - Extract TextThe action will be performed on the provided image and will return the extracted text. Image to text, read text from images, scan text from photos, screenshots, JPG, PNG and documents, get text from JPG, PNG and image files.
Action
Image - RotateThe action rotates the image provided to configuration specified. Rotate images by custom angle, Rotate photos 90°, 180°, 270°, fix orientation, image rotate tool
Action
Linearize PDFOptimize a PDF for fast web viewing and progressive loading. Linearize PDF, fast web view PDF, optimize PDF for web, web-optimized PDF, PDF streaming.
Action
Make PDF Searchable / OCRRecognize text from scanned PDFs and convert them into searchable PDF. OCR PDF, scanned document OCR, searchable PDF.
Action
Merge Multiple PDFsCombine multiple PDF files into one single PDF document. Merge PDF, Combine PDF files, Join PDFs, Merge multiple PDFs, PDF merger, Concatenate PDF.
Action
Merge PDF OverlayMerge two PDF documents one over another as Overlay, such as placing content on a letterhead or form template. Merge overlay, PDF overlay, overlay letterhead on PDF, Merge PDF layers, Stamp PDF with template , Overlay invoice template with generated QR.
Action
PDF to ExcelConvert PDFs with tabular data into Excel spreadsheets. PDF to Excel,PDF to XLSX,PDF table to spreadsheet, convert PDF to Excel
Action
PDF to PowerPointConvert PDF into Powerpoint Presentation slides. PDF to PowerPoint, PDF to PPTX, convert PDF to PPT, PDF to slides.
Action
PDF to WordConvert PDF documents to high quality editable Word files. PDF to Word, PDF to DOCX, convert PDF to Word, scanned PDF to Word, editable Word document.
Action
PDF - Update HyperlinksThis action allows the hyperlink text and URL values to be independently updated. Edit link text and URL, modify PDF links, change hyperlink address, update clickable links in PDF documents
Action
Read BarcodesDetect and extract barcode or QR code data from a PDF. Read barcode from PDF, scan barcode in PDF, extract QR code from PDF, decode barcode, PDF barcode reader.
Action
Read SwissQR CodeRead-out Billing Data from SwissQR Bill.
Action
Remove EXIF Tags From ImageStrip GPS, camera, and metadata tags from an image for privacy. Remove EXIF data, strip image metadata, remove GPS from photo, clean image metadata, privacy safe image.
Action
Remove Password From PDFRemove password protection from a secured PDF. Unlock PDF, remove PDF password, decrypt PDF, open protected PDF, remove PDF security..
Action
Repair DocumentFix corrupted or damaged PDF files and recover content. Repair PDF, fix broken PDF, recover corrupted PDF, fix PDF errors, restore damaged PDF.
Action
Replace Text With ImageFind text in a PDF and replace it with an image like a logo or signature. Replace text with image, insert logo into PDF, add signature image to PDF, swap text with picture, brand PDF with logo.
Action
Resize ImageResize an image based on percentage or specific size. Resize image,scale image, shrink image, enlarge image, image resize by pixels
Action
Rotate All PDF PagesRotate all pages of a PDF by Clockwise, CounterClockwise, or UpsideDown.Rotate PDF, rotate PDF pages, fix PDF orientation, flip PDF, turn scanned PDF upright.
Action
Rotate a Single Page in PDFRotate a specific page in a PDF by UpsideDown, CounterClockwise, or Clockwise while leaving other pages unchanged. Rotate PDF page, rotate single page, fix one page orientation, rotate specific page, correct landscape page.
Action
Sign PDFA Place a Sign to the PDF document.Sign PDF, add signature to PDF, PDF signature, place signature on PDF, e-sign PDF.
Action
Split by BarcodeSplit the PDF document by barcode types and filters. Separate pages using barcode types, scan barcode in PDF, split PDF by barcode value, barcode-based PDF splitter, filter and separate pages, Extract and separate pages by barcode type or value.
Action
Split PDFSplits a PDF document into multiple files. Split a PDF at specific page numbers. Split PDF by page number, split PDF pages, divide PDF at page, separate PDF by page index, split reports by page number.
Action
Split PDF by TextSplit a PDF wherever a specific word or phrase appears. Split PDF by text, split PDF by keyword, split PDF by phrase, split invoices by text, split reports by text
Action
Word - Add Text WatermarkAdds text watermarks to Word documents with advanced text styling and positioning options.
Action
Word - Add WatermarkAdds image watermarks to Word documents with advanced positioning and styling options.
Action
Word - Apply SecurityApplies protection and security restrictions to Word documents.
Action
Word - Delete PagesDeletes specific pages or page ranges from Word documents.
Action
Word - Find and Replace TextFinds and replaces text in Word documents with advanced formatting options and pattern matching.
Action
Word - Merge DocumentsMerges multiple Word documents into a single file while preserving formatting.
Action
Word - OptimizeOptimizes Word documents for size and performance with various options
Action
Word - Replace Text With ImageFind and replace text with image in Word documents. Insert image in place of text, replace text with picture, Word text to image replacement, replace text placeholders with images.
Action
Word - Update Table of ContentsUpdates or creates a table of contents in Word documents with custom options
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Each app on its own
Reviews