Home
last modified time | relevance | path

Searched defs:PDFStream (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFStream.java38 public class PDFStream extends AbstractPDFStream { class
51 public PDFStream() { in PDFStream() method in PDFStream
55 public PDFStream(PDFDictionary dictionary) { in PDFStream() method in PDFStream
60 public PDFStream(PDFDictionary dictionary, boolean encodeOnTheFly) { in PDFStream() method in PDFStream
65 public PDFStream(boolean encodeOnTheFly) { in PDFStream() method in PDFStream
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx203 struct PDFStream : public PDFEntry struct
205 unsigned int m_nBeginOffset;
206 unsigned int m_nEndOffset; // offset of the byte after the stream
207 PDFDict* m_pDict;
209 PDFStream( unsigned int nBegin, unsigned int nEnd, PDFDict* pStreamDict ) in PDFStream() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx202 struct PDFStream : public PDFEntry struct
204 unsigned int const m_nBeginOffset;
205 unsigned int const m_nEndOffset; // offset of the byte after the stream
206 PDFDict* m_pDict;
208 PDFStream( unsigned int nBegin, unsigned int nEnd, PDFDict* pStreamDict ) in PDFStream() argument
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DPDFStream.cpp26 PDFStream::PDFStream(bool inCompressStream, in PDFStream() function in PDFStream
57 PDFStream::PDFStream( in PDFStream() function in PDFStream
H A DPageContentContext.h27 class PDFStream; variable
H A DPDFFormXObject.h26 class PDFStream; variable
H A DObjectsContext.h35 class PDFStream; variable
H A DTIFFImageHandler.h92 class PDFStream; variable
H A DAbstractContentContext.h46 class PDFStream; variable
/dports/textproc/py-pdfminer3k/pdfminer3k-1.3.4/pdfminer/
H A Dpdftypes.py114 class PDFStream(PDFObject): class
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Dpdftypes.py188 class PDFStream(PDFObject): class
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/PDF/
H A Dpdfdoc.py437 class PDFStream(PDFObject): class
/dports/graphics/piddle/piddle-1.0.15/src/piddle/
H A Dpdfdoc.py457 class PDFStream(PDFObject): class
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Dpdf_file_object.py134 class PDFStream(entities.Entity): class
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/render/
H A Dserialize.py262 class PDFStream: class
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfbase/
H A Dpdfdoc.py792 class PDFStream(PDFObject): class