40 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
89
views
Problem making a .webm to .mp4 conversion page with CloudConvert API and PHP backend
I am making a simple .webm to .mp4 conversion page called upload.html
I am using CloudConvert API and my backend is using PHP. I have a convert.php to do the operation.
The upload.html only has 2 ...
1
vote
0
answers
109
views
Power BI Embedded Concurrent Loading Limits Causing Empty Reports in CloudConvert Screenshots
I'm building a system to generate screenshots of multiple Power BI reports, embedded at my website with different filter combinations by CloudConvert, but as I checked on Internet I think hitting ...
0
votes
0
answers
61
views
counter-reset is not working on converting from html to docx by cloud convert while it is taking correct number in UI
body {
font: smaller sans-serif;
counter-reset: h1 h2;
}
h1:before {
content: counter(h1) ". ";
counter-increment: h1;
}
h1 {
counter-reset: h2;
}
h2:...
3
votes
1
answer
122
views
Cloudconvert capture-website does not respect zoom or page_width
To capture more details on a Javascript website I tried increasing page_width/page_heigth or decreasing zoom. Yet I get no change in the resulting jpg file.
API docs
https://cloudconvert.com/api/v2/...
1
vote
0
answers
674
views
CloudConvert API import/upload task always marked as "Waiting for Upload"
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,&...
2
votes
2
answers
2k
views
CloudConvert conversion API - PDF to PNG using Google Apps Script
I'm a Google Apps Script Developer and a beginner with API integrations. I'm attempting to convert a PDF file stored in Google Drive to PNG format and save it back to the same folder. For this purpose,...
2
votes
0
answers
186
views
Cloud Convert job error "started too many jobs at once"
I'm sending files to a php script from an html form. In the php script, I'm getting the temp file location and trying to convert it from a jpg to png. I'm getting this error from the server when ...
0
votes
1
answer
403
views
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-...
3
votes
3
answers
2k
views
How to add a border to a transparent PNG using ImageMagick, while preserving transparency?
I am trying to add a 10px red border to a transparent PNG using ImageMagick, while preserving any existing transparency that might exist within the image. Here is my source image:
If you download ...
2
votes
3
answers
2k
views
CloudConvert API v2 The tasks field is required
I'm trying to set up the CUI, but when I try to send a request, I get a code error
Uncaught CloudConvert\Exceptions\HttpClientException: tasks: The tasks field is required
I need to send a file for ...
0
votes
1
answer
464
views
cloundconvert api v2 in php return The tasks field is required
We are trying to update to cloudconvert api v2 as the v1 is not working anymore from january 2022.
I have been following their code and even used their online builder, which seems to work, but when ...
-1
votes
1
answer
649
views
CloudConvert job returning null results on export, all tasks listed as waiting
I am trying to use cloud convert to convert a pdf into a docx file. when I do this on the job builder, I can see the file download link once the export task is finished. but in Node when I log the job ...
3
votes
1
answer
2k
views
Verify HMAC Hash Using Cloudflare Workers
I'm trying to verify a HMAC signature received from a WebHook. The details of the WebHook are https://cloudconvert.com/api/v2/webhooks#webhooks-events
This says that the HMAC is generated using ...
0
votes
1
answer
245
views
cloudconvert API NOT working with netlify Serverless function
I was using cloudconvert api from node JS, which was working fine when I hosted in heroku. But when I made netlify serverless function it is returning error. Is it because serverless function exits ...
0
votes
1
answer
2k
views
Cloud Storage file convert task in CloudConvert returns "message":"Unauthenticated
I have excel xls files in GCS which I am trying to convert to csv using cloudconvert API.
As such I am using the job builder in v2 API to create the necessary curl for extracting file from GCS, ...