1 % Generated by roxygen2 (4.1.1): do not edit by hand
2 % Please edit documentation in R/bookmarks.R
3 \name{write.pdf.bookmarks}
4 \alias{write.pdf.bookmarks}
5 \title{write.pdf.bookmarks}
7 write.pdf.bookmarks(file, bookmarks)
10 \item{file}{file name of pdf which was saved to disk}
12 \item{bookmarks}{list of bookmarks}
18 Write saved bookmarks to the PDF file which was generated
21 Given a set of bookmarks generated with make.pdf.bookmark, write
22 them out to a PDF file using pdftk.
25 Don Armstrong <don@donarmstrong.com>