Class PDFExtractLinksOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.pdf.operations.PDFExtractLinksOperation
-
public class PDFExtractLinksOperation extends Object
Returns a JSON string of an array of objects with page, subType, text and link fields.If
getAll
isfalse
, thentype
is required.- Since:
- 8.10
-
-
Constructor Summary
Constructors Constructor Description PDFExtractLinksOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
type
protected String type
-
getAll
protected boolean getAll
-
-
Method Detail
-
run
public String run(Blob inBlob) throws IOException, org.json.JSONException
- Throws:
IOException
org.json.JSONException
-
-