Is it possible to print the contents of a pdf using php ,javascript or jquery
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No for the JavaScript/jQuery piece, on the PHP side if you’re using a library to read the files then that’s an option, for your PDF options in PHP check out this question.
If you just want to display the content to the user though, just returning the PDF itself and letting their client-side viewer of choice do the work would be my first option.