PDF save with forceProxy redirects to the proxyURL, how to avoid it and just call it like a request

1 Answer 97 Views
PDF Processing
Alejandro
Top achievements
Rank 1
Alejandro asked on 13 Apr 2022, 09:09 AM

When saving the pdf with the options forceProxy in true it redirects to the proxyURL you especified.

I want to avoid that and just call it like a request to my back-end server, there I process the pdf recieved by the request and I upload it.

It's there anyway to avoid the redirect of the url and still doing the request with the data of the file while using pdfSave?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 15 Apr 2022, 04:49 AM

Hello,

Another option will be to get the PDF content and make the request programmatically to cover the requirements:

https://www.telerik.com/kendo-react-ui/components/pdfprocessing/base64string/

If that and proxyURL are not options, please share more details on why. That will help us better understand the case.

Regards,
Stefan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
PDF Processing
Asked by
Alejandro
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or