% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/bookmarks.R \name{write.pdf.bookmarks} \alias{write.pdf.bookmarks} \title{write.pdf.bookmarks} \usage{ write.pdf.bookmarks(file, bookmarks) } \arguments{ \item{file}{file name of pdf which was saved to disk} \item{bookmarks}{list of bookmarks} } \value{ list of bookmarks } \description{ Write saved bookmarks to the PDF file which was generated } \details{ Given a set of bookmarks generated with make.pdf.bookmark, write them out to a PDF file using pdftk. } \author{ Don Armstrong }