Questions tagged [cloudconvert]
39 questions
1
vote
2 answers
can't publish cloudconvert API in laravel
I want to use cloudconvert API in laravel but when I run
php artisan vendor:publish
no cloudconvert.php file is created in config folder.
I am following this link https://github.com/robbiepaul/cloudconvert-laravel
Please help

Subhash
- 21
- 1
- 6
1
vote
1 answer
How to use CloudConvert API with PHP SDK to download a conversion as multiple files?
I'm trying to use the CloudConvert API with PHP to convert PDFs to HTML and it works but so far I can only receive the html file with all the assets (img, css, js, font) embedded within the html file. I'd like to be able to download the assets as…

kk64738
- 314
- 4
- 15
1
vote
1 answer
Laravel route as API callback: How to avoid the "Response content must be a string or object" error?
In my Laravel 5.2 application, I'm using CloudConvert to convert my files. I've implemented asynchronous conversion, which requires a public callback URL to my site. Like this:
public function upload(Request $request) {
// Store uploaded…

lesssugar
- 15,486
- 18
- 65
- 115
1
vote
1 answer
Using Cloud Convert API with CodeIgniter 2.1
Does anyone have any experience using the cloudconvert-php wrapper? Here is the GitHub page for it: https://github.com/cloudconvert/cloudconvert-php.
I have installed it using composer, and updated my autoload.php file in the vendor folder with…

jldavis76
- 812
- 2
- 15
- 42
0
votes
0 answers
CloudConvert API returning 401 error when converting PDF to Word with JavaScript
I am trying to use the CloudConvert API to convert a PDF file to a Word document using JavaScript, but I am getting a 401 error when making the request. I have checked that my API key is correct and has the necessary scope, but I am still getting…
0
votes
1 answer
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-image-1.png' ). CloudConvert is creating a separate…

user3094755
- 1,561
- 16
- 20
0
votes
1 answer
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 testing on the server I get the following…

Martin
- 58
- 1
- 6
0
votes
1 answer
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 before completing the task?
try {
let job =…

Raghu Vallikkat
- 365
- 5
- 16
0
votes
1 answer
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, transformation and upload.
I have provided the required…

RaptorX
- 113
- 10
0
votes
1 answer
Cloudconvert v2 ,Trying to get thumbnail from mp4 file
In cloudconvert api v2 , i want to get thumbnail from mp4 video, in v1 there was option for it,but in v2 cant find solution

givi
- 11
- 2
0
votes
0 answers
How to reference to an image in order to upload it to CloudConvert
I want to use Composer's PHP wrapper to upload an image to CloudConvert. This image will come from a html form which users will fill. In the array that CloudConvert's start() function uses to upload a file, the key/value pair for an image file is:
…

code-slightly-red
- 31
- 5
0
votes
1 answer
How to use CloudConvert API
I'm trying to upload an image to CloudConvert, using a PHP wrapper, for format conversion. My short test html/php code is:
//html form...

code-slightly-red
- 31
- 5
0
votes
1 answer
Class not found error when using CloudConvert to combine PDFs using PHP
I am trying to combine 3 PDFs into one using CloudConvert. I followed the examples on their website, but I keep getting an Class 'net\websitename\libraries\CloudConvert\Api' not found error. I am stumped as to how to proceed from here.
Here is my…

PortyR
- 355
- 1
- 2
- 12
0
votes
1 answer
trying to convert docx into pdf on s3 using cloudconvert-api in nodejs
I am trying to convert docx file to pdf while uploading on s3 spaces using cloudconvert api in nodejs.
When I run my code, it is uploading docx file but the conversion is not happening and it is not giving any errors also.
I don't understand what i…

mustafa shaikh
- 71
- 6
0
votes
1 answer
Error converting raw HTML input into a .doc file with cloudconvert
I have html text i want to convert into a doc file. I tried the CloudConvert API console ( https://cloudconvert.com/api/convert/html-to-doc ) to generate a request. In Code Snippets > HTML form this gives me the following form: