how to convert php file to pdf file with javascript ?
javascript create pdf file
Collapse
X
-
Tags: None
-
not at all.
JavaScript is a client-side language and PHP is a server-side language. so once JavaScript is able to do anything, PHP has already finished.
In PHP there are some possibilities to work with PDF files, in JavaScript however is no such possibility (JS was never intended to do such work)
Comment