__getitem__(self, key) | generic.DictionaryObject | |
__init__(self, pdf=None, indirectRef=None) | pdf.PageObject | |
__setitem__(self, key, value) | generic.DictionaryObject | |
addTransformation(self, ctm) | pdf.PageObject | |
artBox | pdf.PageObject | static |
bleedBox | pdf.PageObject | static |
compressContentStreams(self) | pdf.PageObject | |
createBlankPage | pdf.PageObject | static |
createBlankPage(pdf=None, width=None, height=None) | pdf.PageObject | |
cropBox | pdf.PageObject | static |
extractText(self) | pdf.PageObject | |
getContents(self) | pdf.PageObject | |
getObject(self) | generic.PdfObject | |
getXmpMetadata(self) | generic.DictionaryObject | |
indirectRef | pdf.PageObject | |
mediaBox | pdf.PageObject | static |
mergePage(self, page2) | pdf.PageObject | |
mergeRotatedPage(self, page2, rotation, expand=False) | pdf.PageObject | |
mergeRotatedScaledPage(self, page2, rotation, scale, expand=False) | pdf.PageObject | |
mergeRotatedScaledTranslatedPage(self, page2, rotation, scale, tx, ty, expand=False) | pdf.PageObject | |
mergeRotatedTranslatedPage(self, page2, rotation, tx, ty, expand=False) | pdf.PageObject | |
mergeScaledPage(self, page2, scale, expand=False) | pdf.PageObject | |
mergeScaledTranslatedPage(self, page2, scale, tx, ty, expand=False) | pdf.PageObject | |
mergeTransformedPage(self, page2, ctm, expand=False) | pdf.PageObject | |
mergeTranslatedPage(self, page2, tx, ty, expand=False) | pdf.PageObject | |
pdf | pdf.PageObject | |
raw_get(self, key) | generic.DictionaryObject | |
readFromStream | generic.DictionaryObject | static |
readFromStream(stream, pdf) | generic.DictionaryObject | |
rotateClockwise(self, angle) | pdf.PageObject | |
rotateCounterClockwise(self, angle) | pdf.PageObject | |
scale(self, sx, sy) | pdf.PageObject | |
scaleBy(self, factor) | pdf.PageObject | |
scaleTo(self, width, height) | pdf.PageObject | |
setdefault(self, key, value=None) | generic.DictionaryObject | |
trimBox | pdf.PageObject | static |
writeToStream(self, stream, encryption_key) | generic.DictionaryObject | |
xmpMetadata | generic.DictionaryObject | static |