|
KiCad PCB EDA Suite
|
#include <printing.h>#include <poppler/glib/poppler.h>#include <gtk/gtk.h>#include <unistd.h>#include <algorithm>#include <memory>#include <wx/print.h>#include <wx/cmndata.h>Go to the source code of this file.
Namespaces | |
| namespace | KIPLATFORM |
| namespace | KIPLATFORM::PRINTING |
Functions | |
| PRINT_RESULT | KIPLATFORM::PRINTING::PrintPDF (const std::string &aFile, bool fit_to_page) |
| PRINT_RESULT | KIPLATFORM::PRINTING::PrintPDF (const std::string &aFile) |
| void | KIPLATFORM::PRINTING::ResetPrintToFilePath (wxPrintData &aData) |
| Clear any leftover "print to file" destination from aData. | |