Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc16483

Browse files
committed
More docs
1 parent 0f835a8 commit bc16483

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/misc/multipage_pdf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
66
This is a demo of creating a pdf file with several pages,
77
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`.
812
"""
913

1014
import datetime

0 commit comments

Comments
 (0)