2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 10:50:53 +00:00

Add comment about json to pdf-bookmarks

This commit is contained in:
Jay Berkenbilt 2018-12-23 09:11:10 -05:00
parent 76bf863aaa
commit 2e306d3249

View File

@ -7,6 +7,10 @@
#include <qpdf/QUtil.hh>
#include <qpdf/QTC.hh>
// This program demonstrates extraction of bookmarks using the qpdf
// outlines API. Note that all the information shown by this program
// can also be obtained from a PDF file using qpdf's --json option.
static char const* whoami = 0;
static enum { st_none, st_numbers, st_lines } style = st_none;
static bool show_open = false;