> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/print-room/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation.md).

# File Preparation

- [Rasterising PDFs](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/rasterising-pdfs.md): Unimelb offer free access to Nitro PDF Pro for student from 2024 (click below to access it)
- [ADOBE PDF PREPARATION GUIDE](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/adobe-pdf-preparation-guide.md): Definitive guide for the Media Hub PDF preferences
- [Embedding Custom Fonts](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/how-to-embed-custom-fonts-into-your-pdf.md): This is a way to ensure your PDFs are viewed and printed the way they were intended to, without any unwanted changes
- [Bleed and Crop Marks](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/bleed-and-crop-marks.md): A printer requires a little help to ensure your job can be printed and cut to perfection. This is where bleeds and crop-marks come into play
- [Booklet Exporting and Printing](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/booklet-exporting-and-printing.md): Vital aspects of booklet printing outlining steps and settings involved in booklet exporting from InDesign as well as a quick booklet printing procedure from a normal PDF
- [Managing Colours](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/managing-colours.md): A printer uses a mix of color inks to produce a high-quality black printout. A rather straightforward process can be tricky so we prepared this article to assist you with this
- [Understanding Paper Size](https://ms-kb.msd.unimelb.edu.au/print-room/file-preperation/understanding-paper-size.md): Explore the dimensions of A-series paper adopted by the ABP Media Hub


---

# 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://ms-kb.msd.unimelb.edu.au/print-room/file-preperation.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.
