PoDoFo 1.0.0-dev
|
This class is a parser for general PostScript content in PDF documents. More...
#include <PdfPostScriptTokenizer.h>
Public Member Functions | |
PdfPostScriptTokenizer (PdfPostScriptLanguageLevel level=PdfPostScriptLanguageLevel::L2) | |
PdfPostScriptTokenizer (const std::shared_ptr< charbuff > &buffer, PdfPostScriptLanguageLevel level=PdfPostScriptLanguageLevel::L2) | |
bool | TryReadNext (InputStreamDevice &device, PdfPostScriptTokenType &tokenType, std::string_view &keyword, PdfVariant &variant) |
void | ReadNextVariant (InputStreamDevice &device, PdfVariant &variant) |
bool | TryReadNextVariant (InputStreamDevice &device, PdfVariant &variant) |
This class is a parser for general PostScript content in PDF documents.
PoDoFo::PdfPostScriptTokenizer::PdfPostScriptTokenizer | ( | const std::shared_ptr< charbuff > & | buffer, |
PdfPostScriptLanguageLevel | level = PdfPostScriptLanguageLevel::L2 |
||
) |
buffer | a shareable internal/temporary buffer. It's not the buffer where the contents will be read! |