Skip to main content

Action: gfpdf_gv_render_complete

The document is written and nothing further reads what went into it — the seam for releasing per-render scratch state. \GFPDF\Plugins\PdfForGravityView\Pdf\Maps\ImageStore deletes its Static Map tiles here.

Every exit from a render must pass through this, which is why it is called before the two stream_pdf() branches: that method ends in exit, and exit does not run finally blocks.

Since

  • 2.0

Source

Defined in src/Pdf/Renderer.php at line 795