aboutsummaryrefslogtreecommitdiff
path: root/xpdf-qt/XpdfWidgetPrint.h
blob: b48cd8fcbaabf44ecca124bd4b617de6ee271e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//========================================================================
//
// XpdfWidgetPrint.h
//
// Copyright 2012 Glyph & Cog, LLC
//
//========================================================================

#ifndef XPDFWIDGETPRINT_H
#define XPDFWIDGETPRINT_H

#if XPDFWIDGET_PRINTING

#include <aconf.h>

class XpdfWidget;

extern XpdfWidget::ErrorCode printPDF(PDFDoc *doc, QPrinter *prt,
				      int hDPI, int vDPI,
				      XpdfWidget *widget);

#endif // XPDFWIDGET_PRINTING

#endif // XPDFWIDGETPRINT_H