Comments

kaare created an issue. See original summary.

kaare’s picture

Steps to complete in order to have a working edition:

  • Utilize phpwkhtmltopdf library
  • Use hook_page_delivery_callback_alter() instead of hook_init() to alter the output of the rendered page and set appropriate headers.

  • kaare committed 3ef9671 on 7.x-1.x
    Issue #2553777: Initial work on d7 port. Nothing tested.
    

  • kaare committed a48ed8c on 7.x-1.x
    Issue #2553777: Page generation now works with query parameter '_format=...

  • kaare committed 212ffc3 on 7.x-1.x
    Issue #2553777:
    - Removed hook_block().
    - Removed hook_links().
    -...
  • kaare committed e82e6f9 on 7.x-1.x
    Issue #2553777:
    - Re-instated cached downloads of previously generated...

  • kaare committed e059e4d on 7.x-1.x
    Issue #2553777: hook_node_update() ported.
    

  • kaare committed 89535e1 on 7.x-1.x
    Issue #2553777:
    - Removed unused admin settings.
    - Renamed access...
kaare’s picture

Status: Active » Fixed

Basic, working port is in place. Altering the page delivery callback handler is The Right Thing.

  • kaare committed a1e790a on 7.x-1.x
    Issue #2553777: Last remaining part of port complete: token. Considered...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.