Table of Contents

Class EmbeddedPdfFile

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

A file embedded inside a PDF's attachment / associated-files tree, as returned by GetEmbeddedFiles(Attachment, CancellationToken). The typical case is a hybrid e-invoice: a Factur-X / ZUGFeRD PDF/A-3 carries its EN 16931 CII XML as an embedded file (commonly factur-x.xml or zugferd-invoice.xml). Content is already decoded and inflated.

public sealed class EmbeddedPdfFile
Inheritance
EmbeddedPdfFile
Inherited Members

Constructors

EmbeddedPdfFile(string, string, byte[])

Initializes a new instance of the EmbeddedPdfFile class.

Properties

Content

The embedded file's decoded, inflated content.

MimeType

The MIME type guessed from the file name (e.g. application/xml).

Name

The embedded file's name as declared in the PDF (e.g. factur-x.xml).

Share