24/7 Pet Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Newest 'cloudconvert' Questions - Stack Overflow

    stackoverflow.com/questions/tagged/cloudconvert

    289views. CloudConvert API - When converting PDF to PNG, how do I know how many pages have been converted. When using CloudConvert to convert a PDF to PNGs, ie, there is more then one page in the PDF, CloudConvert will add a '-1' / '-2' to the end of each fileName ( prior to the file extension, ie 'my-... cloudconvert.

  3. 2. According to CloudConvert API document: To authenticate requests, you need to create an API key. API keys do not expire unless you revoke them. Requests are authenticated using the Authorization: Bearer API_KEY header. When creating an API key, make sure the following scopes are at least checked: task.read.

  4. Uncaught CloudConvert\Exceptions\HttpClientException: tasks: The tasks field is required I need to send a file for conversion from my computer and receive html in response. Where is my error?

  5. I'm attempting to upload a pdf through the cloudconvert API using nodeJS and request-promise. The request to get the upload URL and parameters is successful, but when I attempt to pass the data I get a 401 - "FormPost: Invalid Signature" error, even though I'm using the signature returned from the first request.

  6. python - CloudConvert API import/upload task always marked as...

    stackoverflow.com/questions/75680029/cloudconvert-api-import-upload-task...

    1. This is my first time using the CloudConvert API, and I attempting to perform HTML to PDF file conversion. I have read/followed the official documentation as well used the provided "Job Builder," but no matter what I try, the import/upload task is always stuck as "Waiting for Upload". Of course, I didn't expect the program to work on the ...

  7. CloudConvert API - When converting PDF to PNG, how do I know how...

    stackoverflow.com/questions/73122056/cloudconvert-api-when-converting-pdf-to...

    When using CloudConvert to convert a PDF to PNGs, ie, there is more then one page in the PDF, CloudConvert will add a '-1' / '-2' to the end of each fileName ( prior to the file extension, ie 'my-image-1.png' ). CloudConvert is creating a separate PNG for each page. BUT how can I find this out from the API ? ( I'm using the official node-api ).

  8. php - How to use CloudConvert API - Stack Overflow

    stackoverflow.com/questions/59492875

    do you mean that CloudConvert expect me to have Composer installed on localhost (which is where I'm testing my code)? I don't actually have composer installed and I don't understand how Composer on my machine can 'make the connection' between my script and ClodConvert's API.

  9. ssl - PhP - CloudConvert: Peer certificate cannot be...

    stackoverflow.com/questions/42812628

    I'm trying to use CloudConvert API in PhP and I'm getting the following error: CURLE_SSL_CACERT (60) Peer certificate cannot be authenticated with known CA certificates. Reading their API source code I see that they use the GuzzleClient for requests.

  10. Im getting an URL for my convertion process and all is good. So time to start my process of converting my file. Im using the option to let cloudconvert download the docx from my domain. Starting my process: The request for starting my process is also a succes and i now want to check the status of my conversion by calling the previous url as a GET.

  11. Resizing image with ImageMagick and CloudConvert

    stackoverflow.com/questions/62391611

    1. I'm trying to upload image to CloudConvert, convert it to PNG and resize it with ImageMagick. import CloudConvert from 'cloudconvert'; const cloudConvert = new CloudConvert('api_key'); let job = await cloudConvert.jobs.create({. "tasks": {.