How can I embed a custom payload (e.g., encoded in Base64) into an existing PDF file without corrupting it, and later extract and execute the payload using an external dropper or script? Without using CVEs or built-in exploits. I'm looking for techniques that simply hide or append the data within the PDF structure in a way that doesn't break PDF rendering. Any suggestions or best practices?