% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/CairoHacks.R \docType{package} \name{CairoHacks} \alias{CairoHacks} \alias{CairoHacks-package} \title{CairoHacks: Various hacks for Cairo devices including PDF bookmarks and raster plots in PDFs} \description{ CairoHacks contains routines to allow you to include PDF bookmarks and raster plots inside of your PDFs. } \section{Bookmarks}{ Bookmarks enable the easy browsing of PDFs by table of contents/index using pdftk. } \section{Raster Plots}{ Raster plots enable the inclusion of plots with millions of points or lines in a vector format (such as a PDF) without making the PDF file megabytes in size, while still allowing other plot components to be presented in their original vector format. } \author{ Don Armstrong } \seealso{ make.pdf.bookmark, write.pdf.bookmark start_rasterplot, stop_rasterplot }