0

Hello can you tell me how can I export website text to Acrobat reader. I need button which will generate acrobat reader file. thanks

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Levan
  • 27
  • 1
  • 8
  • Two different approaches: a headless browser with a pdf renderer or pseudo printer (you will find lots of links on gogole for that) or a programmatical approach: you generate a document by using one of the many php creation solutions (see google again) and render the same content used to generate the html page. Depends a little on what content you have. Unfortunately the question is far too broad for this place here, this place is for _specific programming questions_. – arkascha May 07 '14 at 10:24

2 Answers2

0

Install DoPDF from here and then click on File->Print and instead of printing to a normal physical printer, you can "print" into a PDF file.

Mark Setchell
  • 191,897
  • 31
  • 273
  • 432
0

u can use browser addon for export as PDF. other wise u have to write a code.
read this.. this will help u https://stackoverflow.com/a/11833803/3184640

Community
  • 1
  • 1