Closed (duplicate)
Project:
Printer, email and PDF versions
Version:
6.x-1.12
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2010 at 06:40 UTC
Updated:
13 Jun 2015 at 22:06 UTC
Jump to comment: Most recent
Comments
Comment #1
Exploratus commentedsubscribe +1 would be awesoe if we could specife the path for the pdf page - and then we can just create it in panels.
Comment #2
runzipel commentedsubscribe +1 for me too!
Comment #3
Exploratus commented+2. hehehe
Comment #4
hutch120 commentedLooks like this is a copy of this topic: http://drupal.org/node/565856
There they are saying it is not possible, but I don't follow exactly why at this point. The output of the $print array shows it must be building the content from somewhere in the render process, but why not after panels has added its coolness I wonder.
Comment #5
jcnventuraThe problem with rendering correctly a panels page, is what is considered "content" or not. Drupal clearly defines what is the node content. If you're adding more stuff via Panels, it may or not be useful in terms of content.. Unfortunately, a lot of content is indeed added via panels / blocks / contexts, but at the moment you have to add it back into the print.tpl.php file manually.
Comment #6
jcnventuraThe problem with rendering correctly a panels page, is what is considered "content" or not. Drupal clearly defines what is the node content. If you're adding more stuff via Panels, it may or not be useful in terms of content.. Unfortunately, a lot of content is indeed added via panels / blocks / contexts, but at the moment you have to add it back into the print.tpl.php file manually.
Comment #9
jcnventuraNo further info in two weeks. Closing the issue.
Comment #10
andy_read commentedBecause this issue is a duplicate of #565856: Can Panel pages be sent to PDF for rendering?, but a bit more recent, I just wanted to highlight that I've updated that issue. The print module already works well with Panels with stand-alone paths - it's just Panel nodes that are treated as simple nodes without the Panels formatting.
It's simple to patch the print_controller() function to use the Panels output for nodes, but I wanted to get some input on reqs/spec before suggesting a specific patch. When should the print module take Panels output rather than node-specific output?
I suggest all further discussion should revert to the original issue #565856: Can Panel pages be sent to PDF for rendering?.
Comment #11
osopolarsee #11