How to replace text with image from PDF in cURL using PDF.co Web API
PDF.co Web API: the Rest API that provides set of data extraction functions, tools for documents manipulation, splitting and merging of pdf files. Includes built-in OCR, images recognition, can generate and read barcodes from images, scans and pdf.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
ReplaceTextWithImage.cmd
curl --location --request POST 'https://api.pdf.co/v1/pdf/edit/replace-text-with-image' \ --header 'x-api-key: {{x-api-key}}' \ --form 'url=https://bytescout-com.s3.amazonaws.com/files/demo-files/cloud-api/pdf-split/sample.pdf' \ --form 'caseSensitive=true' \ --form 'searchString=Hypothesis' \ --form 'replaceImage=https://bytescout-com.s3-us-west-2.amazonaws.com/files/demo-files/cloud-api/image-to-pdf/image1.png' \ --form 'pages=0'
VIDEO
ON-PREMISE OFFLINE SDK
See also:
ON-DEMAND REST WEB API
Get Your API Key
See also:
printable version:
PDF-co-Web-API-cURL-Replace-Text-With-Image.pdf
PDF-co-Web-API-cURL-Replace-Text-With-Image.pdf