What is your pricing, and how does it compare to existing solutions like CloudConvert, Google Drive (Download a File), etc.?
- https://www.make.com/en/integrations/category/file-conversions?community=1&verified=1
- https://www.make.com/en/integrations/category/pdf?community=1&verified=1
Thanks,
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
ComPDF is free if the processing file are less than 1000/month. You can take a look at our price pages.
ComPDF: Specializes in converting PDFs to and from various formats, with support for OCR and AI layout analysis to ensure high-quality conversion performance.
CloudConvert: Supports audio and video conversions and offers a wide range of image formats. Free users are limited to 10 conversions per day (equivalent to 300 conversions per month). They do not support OCR if you are a free user.
Thanks, that sounds awesome. I hope to try out your service soon and I’ll let you know if I have any issues.
— @samliew
Thanks. I’d love to help.
can i convert pdf files with tables, some of the cells of these tables contain images
Input the right parameter of converting PDF to Excel will meet your needs.
- Input the following parameter to scan the images in the cell
contentOptions
: Options to extract content (3: AllContent).isContainImg
: Whether to include pictures (0: no).
- Input the following parameter to preserve the images in the cells:
contentOptions
: Options to extract content (3: AllContent).isContainImg
: Whether to include pictures (1: yes).