From 835e373b3eeaabcd0621ed6798ab500f37982fae Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 5 Apr 2023 14:13:39 -0400 Subject: xpdf-no-select-disable --- xpdf-qt/XpdfWidgetPrint.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 xpdf-qt/XpdfWidgetPrint.h (limited to 'xpdf-qt/XpdfWidgetPrint.h') diff --git a/xpdf-qt/XpdfWidgetPrint.h b/xpdf-qt/XpdfWidgetPrint.h new file mode 100644 index 0000000..b48cd8f --- /dev/null +++ b/xpdf-qt/XpdfWidgetPrint.h @@ -0,0 +1,24 @@ +//======================================================================== +// +// XpdfWidgetPrint.h +// +// Copyright 2012 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef XPDFWIDGETPRINT_H +#define XPDFWIDGETPRINT_H + +#if XPDFWIDGET_PRINTING + +#include + +class XpdfWidget; + +extern XpdfWidget::ErrorCode printPDF(PDFDoc *doc, QPrinter *prt, + int hDPI, int vDPI, + XpdfWidget *widget); + +#endif // XPDFWIDGET_PRINTING + +#endif // XPDFWIDGETPRINT_H -- cgit v1.2.3