> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/print-archive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cee-systems.gitbook.io/print-archive/print-archive-guide.md).

# Print Archive Guide

## INTRODUCTION&#x20;

Print Archive allows you to organize and store printed documents from the Travelport+ GDS. Documents are sorted by type and renamed accordingly for easy searching. Key benefits include:

* **Cost savings** compared to standard printing, as documents can be printed only when needed.
* **Historical archive** capabilities, with documents available for retrospective emailing and searching.

## Requirements&#x20;

* **Supported Operating Systems**: Windows 10 or later, Windows Server 2012 R2 or later
* **Galileo Print Manager**: Version 1.5 or later

## Installation

1. Download the application package.
2. Extract the contents to the “C:\” directory.
3. Add an itinerary printer in Galileo Print Manager

   • Set as “MIR to Disk” type.

   • Set the target directory to “C:\PrintArchive\10\_sourcedir.”

   • For additional details on Galileo Print Manager, visit Travelport’s support page or contact your local Travelport support.
4. Sign in to Smartpoint and connect the new itinerary printer.
5. Open the PrintArchive directory and run **PrintArchive.exe**.

## Directory Structure

* **01\_agent cpn** – Stores AGENT coupons labeled with ticket number, airline code, issue date, and passenger name.
* **02\_psgr cpn** – Stores PASSENGER receipts.
* **03\_uccf** – Stores Universal Credit Charge Forms.
* **04\_itinerary** – Stores itineraries.
* **05\_refund** – Stores REFUND notices.
* **06\_emd** – Stores EMD notices.
* **10\_sourcedir** – Stores files generated by Galileo Print Manager.
* **11\_backupdir** – Contains backups of unsorted and unrenamed files.
* **12\_log** – Stores a log file of all operations performed by Print Archive.
* **13\_wrongdir** – Stores any unidentifiable files.

**Settings.xml**\
This configuration file contains paths and directory names that can be modified, as well as the intervals during which Print Archive checks for new files in the source directory. Passenger coupons and itineraries can be hard to identify due to DYO setup; therefore, unique identifiers are used for these documents in `settings.xml` to ensure proper recognition.

**PrintArchive.exe**\
This executable must be running for Print Archive to function correctly. It’s recommended to configure Windows to run **PrintArchive.exe** at system startup.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cee-systems.gitbook.io/print-archive/print-archive-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
