9
Optimizing PDF Files
Initially, LaTeX produced output in DVI format. This stands for device independent file. It is still supported; however, today there are newer page description languages, such as PostScript (PS) and the widely favored Portable Document Format (PDF).
There are converters from DVI to PS, PS to PDF, and DVI to PDF. A modern TeX compiler, called pdfTeX, can directly generate PDF output. Combined with the LaTeX format, this is called pdfLaTeX, and it’s pretty much the standard today.
In this chapter, we will use LaTeX to utilize the features of the PDF format. We will cover recipes for the following tasks:
- Using hyperlinks
- Adding metadata
- Including copyright information
- Inserting comments
- Producing fillable forms
- Optimizing ...
Get LaTeX Cookbook - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.