beta-0.89.2
[luatex.git] / source / libs / poppler / poppler-src / poppler / LocalPDFDocBuilder.h
blobc2b1d9038855ef2af2d1860c5f6551812388269f
1 //========================================================================
2 //
3 // LocalPDFDocBuilder.h
4 //
5 // This file is licensed under the GPLv2 or later
6 //
7 // Copyright 2010 Hib Eris <hib@hiberis.nl>
8 // Copyright 2010 Albert Astals Cid <aacid@kde.org>
9 //
10 //========================================================================
12 #ifndef LOCALPDFDOCBUILDER_H
13 #define LOCALPDFDOCBUILDER_H
15 #include "PDFDocBuilder.h"
17 //------------------------------------------------------------------------
18 // LocalPDFDocBuilder
20 // The LocalPDFDocBuilder implements a PDFDocBuilder for local files.
21 //------------------------------------------------------------------------
23 class LocalPDFDocBuilder : public PDFDocBuilder {
25 public:
27 PDFDoc *buildPDFDoc(const GooString &uri, GooString *ownerPassword = NULL,
28 GooString *userPassword = NULL, void *guiDataA = NULL);
29 GBool supports(const GooString &uri);
33 #endif /* LOCALPDFDOCBUILDER_H */