Version 2.0.8513 Encapsulated Data update
Handling embedded documents
Handle ED content type with Base64 encoding
ED content with Base64 encoding is removed from the display and handled as attachments, which are accessed via a new Attachments menu item.
Handling embedded documents
It's been a while, but I got inspired and added handling of Base64 encoded files. Not able to push changes to SourceForge right now for some reason, but an update will be coming soon.
Is there anything useful this box can do now, or does it go to the big hole in the ground?
I have thought about doing that before. Will see if I can get some time to add the feature. As an alternative, if you have Notepad++ with the MIME Tools plugin, assuming the PDF is embedded as Base64, you can copy/paste the encoded document data and use the Base64 Decode function then save the result as a PDF file. This is a few more steps to take but that works for me when I need to test PDF contents.