Name

pdf — Replaced by attachment

Synopsis

Content Model
pdf ::= (#PCDATA)
Attributes
NameType
encodingCDATA (required)

Deprecated since Regina 7.0

Description

This element was used in the past to store the contents of a PDF packet. Since Regina 7.0, PDF packets now store their content directly in the character data of an attachment element (which replaces the old packet element for PDF packets).

A pdf element contains a single PDF document, encoded in a printable format. The precise encoding format is specified by the encoding attribute (see below).

Whitespace and line breaks within this element are not relevant and can be ignored.

Parents

The following elements contain pdf: packet (PDF).

Children

Element pdf has no children.

Attributes

encoding

Specifies how the binary PDF document is encoded in printable format. Possible values are base64 (indicating a base64 encoding with printable character set A-Za-z0-9+/), or null (indicating that the PDF document is empty, i.e., a zero-byte file).