Closed ranahammad415 closed 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.
This is the issue tracker of the PHP SDK v3. Please contact the support for your question. Also, you should change your API key.
Sir if i will purchace cloudconvert then it will be resolve??
helo! i am using cloudconver for file convertion pdf to doc file . hare is my html form code
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.