NetSurf
|
PDF Plotting. More...
#include "desktop/print.h"
Go to the source code of this file.
Functions | |
bool | pdf_begin (struct print_settings *settings) |
Start plotting a pdf file. More... | |
bool | pdf_next_page (void) |
Finish the current page and start a new one. More... | |
void | pdf_end (void) |
Close pdf document and save changes to file. More... | |
nserror | save_pdf (const char *path) |
Variables | |
const struct printer | pdf_printer |
PDF Plotting.
Definition in file save_pdf.h.
bool pdf_begin | ( | struct print_settings * | settings | ) |
Start plotting a pdf file.
void pdf_end | ( | void | ) |
Close pdf document and save changes to file.
bool pdf_next_page | ( | void | ) |
Finish the current page and start a new one.
nserror save_pdf | ( | const char * | path | ) |
Definition at line 992 of file save_pdf.c.
References NSERROR_NOT_IMPLEMENTED.
Referenced by gui_default_pdf_password(), nsgtk_PDF_no_pass(), and nsgtk_PDF_set_pass().
|
extern |
Referenced by pdf_button_clicked_cb().