Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I have an html page, I want to convert it into pdf format to make it printer friedly. I was restricted to use either javascript or js libraries to complete this task. Could any one please help me..!!!

share|improve this question
3  
This is not Apple related, you may be better served at StackOverflow. And even there, nobody will do your homework for you... – patrix Jun 12 '12 at 6:39

closed as off topic by patrix, Mark, Nathan Greenstein Jun 13 '12 at 2:50

Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

You don't need JavaScript. Just visit http://pdfcrowd.com and you'll be able to convert your HTML to PDF.

Or are you looking for something you can implement in your own HTML pages so your users can print PDF's from your content? If this is the case, you should ask your question on Stackoverflow!

share|improve this answer

Not sure if JavaScript can really do it, from what I read it can't. But it looks like jsPDF may prove me wrong.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.