beta-0.89.2
[luatex.git] / source / libs / poppler / poppler-src / poppler / StdinPDFDocBuilder.h
blobe9b2f47f63638c0d70503645553de4092ab71d14
1 //========================================================================
2 //
3 // StdinPDFDocBuilder.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 STDINPDFDOCBUILDER_H
13 #define STDINPDFDOCBUILDER_H
15 #include "PDFDocBuilder.h"
17 //------------------------------------------------------------------------
18 // StdinPDFDocBuilder
20 // The StdinPDFDocBuilder implements a PDFDocBuilder that read from stdin.
21 //------------------------------------------------------------------------
23 class StdinPDFDocBuilder : 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 /* STDINPDFDOCBUILDER_H */