29 строки
1.7 KiB
Markdown
29 строки
1.7 KiB
Markdown
## PDF4me
|
|
|
|
PDF4me connector gives you all functionalities around PDF, e.g. convert, merge, split, make Pdf/A compatible, optimize, protect, unlock, do OCR, create watermarks, get thumbnails, rotate, attach barcodes.
|
|
|
|
## Pre-requisites
|
|
|
|
First of all, you need to [Create an PDF4me Account](https://dev.pdf4me.com/).
|
|
|
|
## API documentation
|
|
|
|
The API documentation can be found here [https://dev.pdf4me.com/power-automate/documentation/](https://dev.pdf4me.com/power-automate/documentation/)
|
|
|
|
## Supported Operations
|
|
|
|
- **ConvertToPdf:** This action will Convert any office documents to PDF format.
|
|
- **CreateImages:** This action will create thumbnail for the PDF document. You can specify the page number and get thumbnail image.
|
|
- **Stamp:** Stamp will add a background watermark text to the PDF document.
|
|
- **SplitPdfByBarcode:** Uses barcode values in PDF files to split the PDF file.
|
|
- **SplitPDF by Text match:** Uses text matches in PDF files to split the PDF file.
|
|
- **Rotate:** Rotate the pages in all directions.
|
|
- **Protect:** Protect the document with custom password.
|
|
- **Optimize:** This will reduce the file size in better quality.
|
|
- **PdfA:** This converts your any pdf file with PdfA statndards.
|
|
- **Merge:** You can merge multiple pdf files as a single file.
|
|
- **Extract pages by text:** Uses text matches in PDF files to extract pages from the PDF file, you can also generate file names for the split files based on the barcode text matches.
|
|
- **ConvertOcrPdf:** Generate searchable PDF from an image PDF or scanned images.
|
|
- **ConvertPdfToWord:** Transform PDF documents to high quality editable DOCX files.
|
|
- **ConvertPdfToExcel:** Create XLSX spreadsheets from PDFs with tabular data . Even from an image you can generate an XLS.
|