| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Clarify FPDF_NewXObjectFromPage() return value's lifetime
Improve the documentation to make it clear the returned FPDF_XOBJECT's
lifetime is tied to the destination document and not the source
document. Augment FPDFPPOEmbedderTest.ImportPageToXObject to close the
source document immediately after the FPDF_NewXObjectFromPage() call to
show it works.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |