javascript create pdf file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • martunis alfatih
    New Member
    • Jun 2010
    • 2

    javascript create pdf file

    how to convert php file to pdf file with javascript ?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    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

    Working...