NetSurf
Functions | Variables
save_pdf.h File Reference

PDF Plotting. More...

#include "desktop/print.h"
Include dependency graph for save_pdf.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

PDF Plotting.

Definition in file save_pdf.h.

Function Documentation

◆ pdf_begin()

bool pdf_begin ( struct print_settings settings)

Start plotting a pdf file.

◆ pdf_end()

void pdf_end ( void  )

Close pdf document and save changes to file.

◆ pdf_next_page()

bool pdf_next_page ( void  )

Finish the current page and start a new one.

◆ save_pdf()

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().

Here is the caller graph for this function:

Variable Documentation

◆ pdf_printer

const struct printer pdf_printer
extern

Referenced by pdf_button_clicked_cb().