PDF4me

부분 유료
분류별 PDF4me | 업데이트됨 a month ago | Tools
인기

9 / 10

지연 시간

2,509ms

서비스 수준

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입