Hi,
could you please clarify if the src_doc from FPDF_NewXObjectFromPage() needs to remain alive while the XObject lives, or if it is OK to close the src_doc while the XObject is still in use with the dest_doc?
Currently the docs just say "Caller owns the newly created object [FPDF_XOBJECT]", but don't explicitly tell if src_doc needs to stay or not.
Thanks!