|
|
You can use the DocumentText DDX element to return an XML file containing the words in one or more PDF documents. The documents are specified as child elements of the DocumentText element, which can be one or more PDF source or PDFGroup elements.Example: Getting the text of a document<DDX><PDF result="doc1"><PDF source="doc2"/></PDF><DocumentText result="words.xml"><PDF source="doc1"/></Text></DDX>http://ns.adobe.com/DDX/DocText/1.0When more than one source document are specified, the pages are aggregated and the text is returned as if it were a single document. In this example, words.xml contains the words from a subset of pages from two documents.<DDX><DocumentText result="words.xml"><PDF source="doc1" pages="1-10"/><PDF source="doc2" pages="3-5"/></DocumentText></DDX><DocText xmlns="http://ns.adobe.com/DDX/DocText/1.0/"><TextPerPage><Page pageNumber="1">It a re, uterest abuspiostam, C. Axim il hortam intiam tervisq uemorum ommodii fecte in sedii consulvid autea vehebem orurnum is.</Page><Page pageNumber="2">Sample Text Sample Text Sample Text Sample Text Sample Text Sample Text</Page></TextPerPage></DocText>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/assemblePDFQueries.106.3.html