PDF4me

FREEMIUM
Por PDF4me | Actualizada un mese fa | Tools
Popularidad

8.9 / 10

Latencia

2,570ms

Nivel de servicio

99%

Health Check

N/A

Volver a todas las conversaciones

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

Rapid account: Gandhaksanyam
gandhaksanyam
un anno fa

How to save file to pc using this API ?

Rapid account: Akannibolajitaofeek
akannibolajitaofeek Commented 5 mesi fa

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

Rapid account: Nanisamireddy 05
nanisamireddy05 Commented un anno fa

@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 un anno fa

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

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios