Practical Guide: plot("filename")....; // plot something pdf::print("file.pdf","-w 8cm -h 5cm"); // print it to an pdf file named file.pdf // the second argument is the options to beps2pdf // (run beps2pdf --help at your shell prompt to get // list of options)
Source files: pdf.h pdf.cc