Inquire about how to implement PDF download functionality

Asked 2 years ago, Updated 2 years ago, 42 views

I am making a website using spring.

I'd like to download the contents written on the web page in PDF format.

I looked it up a few times and I think you use iTunes a lot.

I'm leaving a question to see if anyone else knows a better way.

If you have any experience, please reply.

spring

2022-09-22 11:53

1 Answers

(Not a spring) I just make a separate view that makes it easy to print out, and when I enter that view, I use javascript

window.print();

I made you page somebody. These days, the browser supports a lot of output through pdf.


2022-09-22 11:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.