23#ifndef NETSURF_PDF_PLOTTERS_H
24#define NETSURF_PDF_PLOTTERS_H
Conception: Generalized output-in-pages.
bool pdf_begin(struct print_settings *settings)
Start plotting a pdf file.
nserror save_pdf(const char *path)
bool pdf_next_page(void)
Finish the current page and start a new one.
const struct printer pdf_printer
void pdf_end(void)
Close pdf document and save changes to file.
nserror
Enumeration of error codes.
static struct print_settings * settings
Settings for a print - filled in by print_make_settings or 'manually' by the caller.
static nserror path(const struct redraw_context *ctx, const plot_style_t *pstyle, const float *p, unsigned int n, const float transform[6])
Plots a path.