From 07a60a0ef205eaf037135107085519616697f43e Mon Sep 17 00:00:00 2001 From: fred ross-perry Date: Sun, 14 Aug 2016 20:00:19 -0700 Subject: Android java - ad textAsHtml() to the Page class. The JNI implementation is taken from core.textAsHtml() in the old viewer. --- platform/java/src/com/artifex/mupdf/fitz/Page.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/java/src') diff --git a/platform/java/src/com/artifex/mupdf/fitz/Page.java b/platform/java/src/com/artifex/mupdf/fitz/Page.java index 91bd5067..301b77df 100644 --- a/platform/java/src/com/artifex/mupdf/fitz/Page.java +++ b/platform/java/src/com/artifex/mupdf/fitz/Page.java @@ -40,4 +40,6 @@ public class Page public native StructuredText toStructuredText(); public native Rect[] search(String needle); + + public native byte[] textAsHtml(); } -- cgit v1.2.3