cloudconvert / cloudconvert-php

CloudConvert PHP SDK
https://cloudconvert.com/api/v2
MIT License
222 stars 84 forks source link

Trying to set output file name in cloudconvert #79

Closed ranahammad415 closed 3 years ago

ranahammad415 commented 3 years ago

helo! i am using cloudconver for file convertion pdf to doc file . hare is my html form code

<form action="https://api.cloudconvert.com/convert" method="POST" enctype="multipart/form-data">
    <input type="hidden" name="apikey" value="nOs4bTQSCes1Bnm57YmQWS1wmGZ38lM4KuMmlZp07BKf6mEsrgCFv5TAKonnvE32">
    <input type="hidden" name="inputformat" value="pdf">
    <input type="hidden" name="outputformat" value="doc">
    <input type="hidden" name="input" value="download">
    <input type="hidden" name="file" value="https://careersupporthub.com/5-Job-Winning-Resume-Tips.pdf">
    <input type="hidden" name="filename" value="5-Job-Winning-Resume-Tips.pdf">
    <input type="hidden" name="wait" value="true">
    <input type="hidden" name="download" value="inline">
    <input type="submit" value="Convert!">
</form>

it will download the file locally on browser at client side. now all works good but i cannot be able to set output file name. am i missing any parameter or anything else.

josiasmontag commented 3 years ago

This is the issue tracker of the PHP SDK v3. Please contact the support for your question. Also, you should change your API key.

ranahammad415 commented 3 years ago

Sir if i will purchace cloudconvert then it will be resolve??