What is the best PHP print current page class? #print current page
Edit
by JB - 9 years ago (2016-03-31)
Print an active styled page
| Provide ability to print the desired section of the current URL page. |
- 1 Clarification request
1.
by Manuel Lemos - 9 years ago (2016-04-07) Reply
Would generating PDF of that page section would solve your issue?
Ask clarification
1 Recommendation
PHP Web Page Screenshot: Capture Web page screenshots using HTML2Canvas
This class can be used to capture Web page screenshots using HTML2Canvas.
It uses the jQuery plugin HTML2Canvas that converts a given page section to a graphic image on HTML5 canvas element and submits the captured image data to the server via AJAX.
The class takes the submit image data and decodes it before it saves the image to a PNG file in the screenshots directory.
The class also responds to the AJAX request with the URL of a link that can be used to download the saved image file.
| by Bharat Parmar package author 455 - 9 years ago (2016-04-07) Comment
With this libraries you can print or take screen shot as image as well as any html content of the page.
|