Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 498 for

word docx comparison to pdf

(0.04 sec)
  1. Locating signature in the Word header or footer...

    This article explains how To locate signature in the footer and header of Word document....Comparison Product Solution GroupDocs...the Word header or footer Locating signature in the Word header...

    docs.groupdocs.com/signature/net/locating-signa...
  2. Extract images from Microsoft Office Word docum...

    This article explains that how To extract images from Microsoft Office Word (.doc, .Docx) documents...Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract images from...

    docs.groupdocs.com/parser/net/extract-images-fr...
  3. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how To extract hyperlinks from Microsoft Office Word (.doc, .Docx) documents...Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract hyperlinks...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  4. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract hyperlinks...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. GroupDocs' Online Document Management Apps Suit...

    Good news To all Dropbox users - we’ve integrated GroupDocs’ online document management apps with Dropbox! So you can now view, sign, annotate, assemble, compare, convert and share your Dropbox documents and collaborate online from any web-enabled device using only a web-browser. [caption id=“attachment_796” align=“alignnone” width=“554” caption=“Sync your Dropbox account with GroupDocs online document management apps”] [/caption] To find detailed instructions on how To access and work with Dropbox files from a GroupDocs account, please see the help documentation....you to view word processing files (including DOC, DOCX, TXT, ODT...ODT, etc), PDF documents, PowerPoint presentations (PPT, PPTX)...

    blog.groupdocs.com/total/groupdocs-online-docum...
  6. Extract tables from Microsoft Office Word docum...

    This article explains that how To extract tables from Microsoft Office Word (.doc, .Docx) documents...Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract tables from...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  7. Extract metadata from Microsoft Office Word doc...

    This article explains that how To extract metadata from Microsoft Office Word (.doc, .Docx) documents...Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract metadata...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow To extract a text from the entire document or a text from the selected page. TexToptions parameter is ignored for Microsoft Office Words documents. Here are the steps To extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract text from...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Search text in Microsoft Office Word documents ...

    To search a keyWord in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps To search a keyWord in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Comparison Product Solution GroupDocs...Office Word documents / Search text in Microsoft Office Word documents...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Comparison Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract tables from...

    docs.groupdocs.com/parser/java/extract-tables-f...