2
I don’t know anything about this, and an application has come up here in the service where I need to get the data from a page HTML
, and generate a TXT, or a PDF , the save will be on the machine itself, because the server is local.
I’ve been doing some research and only find information in PHP, where I have no knowledge about it.
someone could help me to intender how it works HTML/JS
?
No PHP? Pure Javascript or with Jquery?
– Don't Panic
Isn’t it enough to print to PDF? Can you explain what you need to do to understand the framing.
– Sergio
with Jquery can be yes, as I said PHP I don’t know anything but if I had something well explained I could try
– Felipe Deolindo
So Sergio, I can’t do a print because the screen is locked in the HTML test, this log would have to be generated in the background as soon as I reset such a test
– Felipe Deolindo
I believe that with JS/jQuery it is impossible to save something to the server, because they work on the client side. If this were possible, it would be a serious security breach. It is necessary to use a server script such as PHP.
– Sam