Questions tagged [convertapi]

ConvertAPI is a high-performance 200+ file format conversion and manipulation REST API service. It can be integrated into any application or platform using either our SDK libraries or plain HTTP requests. Use this tag for questions related to the ConvertAPI service. Please include all relevant tags on your question, e.g., programming language, file formats, etc.

ConvertAPI is a fast and fault-tolerant web service used by software developers to convert between MS Office, Open Office, and iWorks stack, as well as HTML documents, images, manipulate PDF files, and numerous other formats. Being a RESTful API, the service can be used with any programming language — C#, Java, Ruby, Python, PHP, JavaScript, Node.js, Kotlin, Go, etc.

ConvertAPI boasts 99.99% uptime since its launch in 2011. Such robustness is achieved due to the globally distributed, highly available platform, which can scale up or down to effectively process any amount of traffic. ConvertAPI is fully GDPR compliant.

You can find all supported file formats and conversions here: https://www.convertapi.com/doc/file-formats.

ConvertAPI provides official API libraries for all your favorite languages and frameworks:

We encourage you to build custom conversion workflows for multiple-stage file processing. This best-practice-driven REST API approach improves performance and gives you full control over file processing at any stage of the flow. You can also create ConvertAPI workflows on Zapier. Feel free to post Zapier related issues on SO too.

80 questions
-1
votes
1 answer

Converapi - Pdf Limitation and Load

We are thinking to use ConverAPI component to handle the pdf conversion in our application. But we are still unclear about the Limitation of Pdf generation and the Load handling. How much Load will it support to do the pdf conversion? (e.g. in a…
-1
votes
2 answers

Has API limit to getting file?

I had problem, when i tried send the big PDF file (42 mb). Has API limit to getting file? My code: $filename_pdf = $_SERVER['DOCUMENT_ROOT'] . '/test/test_pdf_2.pdf'; $fh_res = fopen($filename_pdf, 'r'); $login = '******'; $password =…
Samir
  • 11
  • 1
-1
votes
1 answer

Convert API failing in certain situations

We have a site that uses ConvertAPI to create PDFs and download them. They are working in most instances but are failing with large files in certain circumstances. Here's what I could gather: 1: it only happens with a large PDF. 2: it only happens…
-1
votes
1 answer

Is convertapi also still very slow for you?

We are using http://do.convertapi.com/Web2Pdf since 2013 and it was working very well till now, but since about 1 hour it is very, very slow and takes minimum 15 seconds for generating a PDF. Also sometimes it takes also more then minutes! Is this…
occurred
  • 490
  • 1
  • 5
  • 13
-2
votes
1 answer

Conversion of Byte to PDF using ConvertAPI

Our requirement is to convert file stored in database, array of byte to PDF using ConvertAPI. We have tried multiple options but getting different errors as mention below. Can someone please help us with function to convert Byte file format to…
1 2 3 4 5
6