]> git.donarmstrong.com Git - r/CairoHacks.git/blob - man/write.pdf.bookmarks.Rd
add start of CairoHacks package
[r/CairoHacks.git] / man / write.pdf.bookmarks.Rd
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}
6 \usage{
7 write.pdf.bookmarks(file, bookmarks)
8 }
9 \arguments{
10 \item{file}{file name of pdf which was saved to disk}
11
12 \item{bookmarks}{list of bookmarks}
13 }
14 \value{
15 list of bookmarks
16 }
17 \description{
18 Write saved bookmarks to the PDF file which was generated
19 }
20 \details{
21 Given a set of bookmarks generated with make.pdf.bookmark, write
22 them out to a PDF file using pdftk.
23 }
24 \author{
25 Don Armstrong <don@donarmstrong.com>
26 }
27