Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f835a8 commit bc16483Copy full SHA for bc16483
1 file changed
examples/misc/multipage_pdf.py
@@ -5,6 +5,10 @@
5
6
This is a demo of creating a pdf file with several pages,
7
as well as adding metadata and annotations to pdf files.
8
+
9
+If you want to use a multipage pdf file using LaTeX, you need
10
+to use `from matplotlib.backends.backend_pgf import PdfPages`.
11
+This version however does not support `attach_note`.
12
"""
13
14
import datetime
0 commit comments