Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions galleries/examples/misc/multipage_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
This is a demo of creating a pdf file with several pages,
as well as adding metadata and annotations to pdf files.

If you want to use a multipage pdf file using LaTeX, you need
to use ``from matplotlib.backends.backend_pgf import PdfPages``.
This version however does not support `.attach_note`.
If you want to use a multipage pdf file using LaTeX, you
need to use `from matplotlib.backends.backend_pgf import
PdfPages`. The `pgf` backend, however, does not support `attach_note`,
whereas the `pdf` backend does.
"""

import datetime
Expand Down