Hi, im trying to test a flow of services where one of them creates a pdf in Base64 and the other one has to take it to make some validations, it takes the pdf in a form-data file body. My question is: Can i take the Base64, transform it to pdf, download it to my files directory where postman will take it and then run the validation service to validate the pdf downloaded just putting the name of the file in the body request? or how can i change dynamically the form-data considering that im taking the pdf in Base64 from another service?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Question about sending pdf files using form-data | 0 | 1043 | June 19, 2023 | |
How to add file in a pre-request script using form data | 2 | 10086 | September 6, 2023 | |
Change filename in form-data in pre-request script | 0 | 3734 | March 23, 2020 | |
Get pdf with GET and POST the file in next request | 12 | 12953 | November 23, 2021 | |
Reg how to upload form data file in request body | 4 | 412 | April 10, 2024 |