Adding a Header or Footer to Documents in a Document Export Query
  • 07 Mar 2025
  • 2 minute read
  • Dark
    Light
  • PDF

Adding a Header or Footer to Documents in a Document Export Query

  • Dark
    Light
  • PDF

Article summary

☑️ Prerequisite Skills: Creating a Document Export Query in Configurable Joins

Third-party systems sometimes require document metadata to be included on the document itself, as opposed to being in an associated index file.

To satisfy this requirement, we can add required information to the pdf:xml export in the Document Export query.

In this article, we’ll use the Configurable Joins - Document query base and a subquery export to create the pdf:xml export.

Step 1: Building the standard parts of the pdf:xml subquery export

Start by recreating the standard portions of the pdf:xml export.

  1. In the Exports section, next to the Export button, select the subquery button. An Edit Part popup appears.

    Subquery Button

  2. Set the following configurations:

    • Name: pdf:xml

    • Output: XML

    • Node: batch

  3. In the Exports area, click the Export button. An Insert Query Part popup appears.
    Edit Part Subquery Export

  4. In the Direct Exports section, under the Document category, select Record GUID.

  5. Click Continue. The export now appears on the Edit Part popup.
    GUID Export Selected

  6. Hover over the Document Record GUID export and select the Edit (pencil) icon. An Edit Part popup appears.
    Edit Export Name

  7. Change the Name value to @id and click Save. The export is renamed on the Edit Part popup.
    Rename Export

  8. In the Exports area, to the right of the Export and subquery export buttons, click the Literal button. An Edit Part popup appears.
    Literal Button

  9. Set the following values:

    • Name: @mode

    • Literal: stream
      Add Literal

  10. Click Save. The literal appears on the Edit Part popup.

  11. In the Exports section, select Export button. An Insert Query Part popup appears.
    Export Button

  12. In the Direct Exports section, under the Document category, select Scope.

  13. Click Continue. The export now appears on the Edit Part popup.

  14. Hover over the Document Record Scope export and select Edit. An Edit Part popup appears.

  15. Change the Name value to @scope and click Save. The renamed export appears on the Edit Part popup.

  16. In the Exports section, click the Export button. An Insert Query Part popup appears.
    Export Button

  17. In the Direct Exports section, under the Document category, select XML.

  18. Click Continue. The export now appears on the Edit Part popup.
    XML Export Selected

  19. Hover over the Document XML export and select edit. An Edit Part popup appears.
    Edit XML Export

  20. Change the Name value to node() and click Save. The renamed export appears on the Edit Part popup.
    Rename XML Export

  21. Click Save to complete and save the query.
    Saving Subquery Export

Step 2: Adding an @header attribute with desired metadata

Before adding the @header attribute to your pdf:xml export, consider which data need to be included, and ensure that the joins to access these data are configured appropriately. See Configurable Joins - Joining documentation for more information.

Though we are adding an @header attribute to our pdf:xml export, this data appears only within the footer of the resulting document.

1. Open the pdf:xml Subquery Export created above.

2. Add a nested Subquery Export by selecting the Subquery icon next to the Export button:

  1. Name: @header

  2. Output: Concatenateheader_nested_subquery_export.png

  3. Add the desired data with literal separators as needed for readability.

    header_nested_subquery_export_with_datapoints.png

  4. Save the @header nested subquery export.

  5. Reorder the exports within the pdf:xml subquery export so that the node() export is at the bottom.

  6. Save the pdf:xml subquery export.

    pdfxml_export_complete_full_query.png


Was this article helpful?