#include "kernel/static.h"#include "kernel/cobject.h"#include "kernel/cobjecthelpers.h"#include "kernel/factories.h"Classes | |
| class | pdfobjects::CStreamsXpdfReader< Container > |
Namespaces | |
| namespace | pdfobjects |
Defines | |
| #define | CSTREAMSREADER_USE_XPDF 1 |
| #define CSTREAMSREADER_USE_XPDF 1 |
Content streams can be separated in crazy places e.g. first stream: "... [" second stream: " fdas as fs]" and the result must be one array of 3 objects. Xpdf does not make possible to read separately each stream and then combine it somehow. We have to use xpdf parser and supply all streams at the beginning.