Commit 476ce7c40772063cf0c0a4246364398e65d07026
1 parent
1b364ad7
ChangeLog entries for page API
Showing
1 changed file
with
7 additions
and
1 deletions
ChangeLog
| 1 | 2012-06-21 Jay Berkenbilt <ejb@ql.org> | 1 | 2012-06-21 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | - * libqpdf/QPDF.cc: new processFile method that takes an open FILE* | 3 | + * QPDF: add new APIs for adding and removing pages. This includes |
| 4 | + addPage(), addPageAt(), and removePage(). Also a method | ||
| 5 | + updateAllPagesCache() is now available to force update of the | ||
| 6 | + internal pages cache if you should modify the pages structure | ||
| 7 | + manually. | ||
| 8 | + | ||
| 9 | + * QPDF: new processFile method that takes an open FILE* | ||
| 4 | instead of a filename. | 10 | instead of a filename. |
| 5 | 11 | ||
| 6 | 2012-06-20 Jay Berkenbilt <ejb@ql.org> | 12 | 2012-06-20 Jay Berkenbilt <ejb@ql.org> |