{"id":1153,"date":"2021-03-19T16:01:50","date_gmt":"2021-03-19T16:01:50","guid":{"rendered":"http:\/\/blog.silverterra.net\/?p=1153"},"modified":"2021-03-19T16:01:50","modified_gmt":"2021-03-19T16:01:50","slug":"print-or-save-to-pdf-div-content","status":"publish","type":"post","link":"https:\/\/blog.silverterra.net\/?p=1153","title":{"rendered":"print or save to pdf div content"},"content":{"rendered":"<p>Sometimes we need only a part of a web page to print or to save to pdf. Here is a simple solution:<\/p>\n<p>add these lines to the page stylesheet<\/p>\n<pre data-enlighter-language=\"css\" class=\"EnlighterJSRAW\">\r\n@media print {\r\n    body * {\r\n       visibility: hidden;\r\n    }\r\n    #content, #content * {\r\n       visibility: visible;\r\n    }\r\n    #content {\r\n       position: absolute;\r\n       left: 0;\r\n       top: 0;\r\n       padding: 0;\r\n       margin: 0;\r\n    }\r\n}\r\n<\/pre>\n<p>where the #content is the id of the target DIV.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes we need only a part of a web page to print or to save to pdf. Here is a simple solution: add these lines to the page stylesheet where the #content is the id of the target DIV.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1153","post","type-post","status-publish","format-standard","hentry","category-tricky"],"_links":{"self":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/1153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1153"}],"version-history":[{"count":1,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/1153\/revisions"}],"predecessor-version":[{"id":1154,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/1153\/revisions\/1154"}],"wp:attachment":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}