eInvoice attachment
#612
I do have project with eInvoice generation. It's a PDF/A with embedded xml. Is it possible to see the embedded files of the PDF within the viewer?
All reactions
Replies: 1 comment
Yes, current EmbedPDF has attachment support.
packages/plugin-attachment exposes getAttachments() and downloadAttachment(), and the project site itself ships a PDF Attachment Editor tool. So if your PDF/A eInvoice contains an embedded XML file, the current stack can enumerate and extract that attachment.
The nuance is UI: this is exposed through the attachment plugin/capability, so whether the embedded XML is visible directly in your viewer depends on whether you wire that plugin/UI into the viewer instance you are using.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment