PDF4me

FREEMIUM
By PDF4me | Updated 23 days ago | Tools
Popularity

8.8 / 10

Latency

2,288ms

Service Level

100%

Health Check

N/A

Back to All Discussions

how to save the file to the pc using this api ?

Rapid account: Gandhaksanyam
gandhaksanyam
a year ago

How to save file to pc using this API ?

Rapid account: Akannibolajitaofeek
akannibolajitaofeek Commented 5 months ago

i am using python can you help with the code, i am ending up with corrupted documents

Rapid account: Nanisamireddy 05
nanisamireddy05 Commented 10 months ago

@varunsatish
I’m using Javascript fetch method to call the api i’m getting the response but not able to figure out how to save the file i would really appreciate if you tell me how to do that
i’m using the pdf to docx method
please tell me how to save the response into docx format

Rapid account: Varunsatish
varunsatish Commented a year ago

Hi

Thanks for you interest in PDF4me RapidApi.
For you reference, we are returning response with object of given below class

public class RapidApiRes
{
public string JobId { get; set; }
public string FileName { get; set; }
public byte[] File { get; set; }
}

The ‘File’ property contains file in byte format. You may recieve it in base64 format.

Which programming language are you using to call the api ? We can send code to you accordingly

Best Regards

PDF4me Team

Join in the discussion - add comment below:

Login / Signup to post new comments