Solved

I want to download a PDF with the HTTP_Caller and then write it to a directory on the local computer.

  • 13 December 2021
  • 3 replies
  • 17 views

Badge +6
I want to download a PDF with the HTTP_Caller and then write it to a directory on the local computer.
icon

Best answer by danilo_fme 13 December 2021, 17:53

View original

3 replies

Userlevel 4
Badge +30

Hi @jurgenmack​ you can do this action directly into transformer HTTPCaller:

 

  • Request URL: the link of your PDF
  • HTTP Method: select the option download
  • Save Response Body To: File
  • Output Folder : insert the way of folder to save file

 

Configurations_HTTPCaller 

 

Thanks in Advance,

Danilo

 

Badge +6

Hi @jurgenmack​ you can do this action directly into transformer HTTPCaller:

 

  • Request URL: the link of your PDF
  • HTTP Method: select the option download
  • Save Response Body To: File
  • Output Folder : insert the way of folder to save file

 

Configurations_HTTPCaller 

 

Thanks in Advance,

Danilo

 

I have been trying various methods for months with no success.

 

Thanks a million

 

Jurgen

Userlevel 4
Badge +30

I have been trying various methods for months with no success.

 

Thanks a million

 

Jurgen

Nice @jurgenmack​ . I'm happy to help you!

Reply