Pages Data Type

All pages in the PDF Document.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
content Link element 0/1 Link to the pages content.
link Link element 0/1 Link to the pages.
pageCount int element 1/1 The number of pages in the document.
pages list of Page element 0/unbounded A list of all pages in the document.
text Link element 0/1 Link to the pages text.

Example

<Pages>
  <pageCount>...</pageCount>
  <pages>
    <width>...</width>
    <height>...</height>
    <index>...</index>
    <annotationCount>...</annotationCount>
    <link>
      <rel>...</rel>
      <href>...</href>
    </link>
    <rotation>...</rotation>
    <mediaBox>
      <x>...</x>
      <y>...</y>
      <width>...</width>
      <height>...</height>
    </mediaBox>
    <cropBox>
      <x>...</x>
      <y>...</y>
      <width>...</width>
      <height>...</height>
    </cropBox>
  </pages>
  <link>
    <rel>...</rel>
    <href>...</href>
  </link>
  <content>
    <rel>...</rel>
    <href>...</href>
  </content>
  <text>
    <rel>...</rel>
    <href>...</href>
  </text>
</Pages>