#' CairoHacks: Various hacks for Cairo devices including PDF bookmarks and raster plots in PDFs #' #' 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. #' #' @seealso make.pdf.bookmark, write.pdf.bookmark #' #' @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. #' #' @seealso start_rasterplot, stop_rasterplot #' #' @docType package #' @name CairoHacks #' @author Don Armstrong NULL