Link to home
Start Free TrialLog in
Avatar of rp
rpFlag for Portugal

asked on

Embedded pdf in xml

Hi,
I found this inside an xml file.

<cac:Attach>
<cbc:EmbeddedDocumentBinaryObject mimeCode="application/pdf" filename="555289698524.pdf">JVBERi0xLjMNCjEgMCBvYmoNClsvUERGIC9UZXh0IC9Jb ......................</cbc:EmbeddedDocumentBinaryObject>
</cac:Attach>

Open in new window


Does the xml file have embedded a pdf?
Is it possible to extract it?  
thanks
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
looks like yes

User generated imageI decoded first part and it is plain pdf file here...
so, save it to a text file
and use this online tool to get the pdf file back
https://www.base64decode.org/
Avatar of rp

ASKER

thanks
You're welcome!

Glad you got this figured out.