PDF4me

免费增值
通过 PDF4me | 已更新 a month ago | Tools
人气

9 / 10

延迟

2,473ms

服务等级

100%

Health Check

N/A

返回所有讨论

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 a year 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

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论