From c3944e2e1cfb4ac86a8580829376357e1d5bccda Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Jul 2016 16:28:04 +0200 Subject: Add fitz to pdf downcasting functions for pages and annotations. --- docs/mutool/run.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/mutool') diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 19433681..c6bc80e5 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -197,6 +197,8 @@ If alpha is true, the page will be drawn on a transparent background, otherwise
Search for 'needle' text on the page, and return an array with rectangles of all matches found.
Page#getAnnotations()
Return array of all annotations on the page. +
Page#toPDF() +
Returns the PDFObject/PDFPage for the page, if the document is a PDF file.
@@ -208,6 +210,8 @@ If alpha is true, the page will be drawn on a transparent background, otherwise
Render the annotation into a Pixmap, using the transform and colorspace.
Annotation#toDisplayList()
Record the contents of the annotation into a DisplayList. +
Annotation#toPDF() +
Returns the PDFObject/PDFAnnotation for the annotation, if the document is a PDF file.

-- cgit v1.2.3