Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 583 for

printing annotations

(0.04 sec)
  1. Extract text from ZIP archive files | Documenta...

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...save_options , compare_options ) print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/compar...
  3. Search text in Emails | Documentation

    Search a keyword in emails using Search method...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-em...
  4. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....Annotation Product Solution GroupDocs...documentInfo . PageCount ; p ++) { // Print a page number Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-formatted...
  5. Load password-protected document | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...loadOptions ); System . out . print ( "Document loaded successfully...

    docs.groupdocs.com/merger/java/load-password-pr...
  6. Sign documents with encrypted metadata text | D...

    This article explains how to create encrypted Metadata electronic signature with GroupDocs.Signature API...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  7. Load document from url | Documentation

    Learn how to Load document from url....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/load-document-fro...
  8. Extract text in Raw Mode | Documentation

    This article explains that how to extract text in Raw mode....Annotation Product Solution GroupDocs...TextOptions ( true ))) { // Print a text from the document //...

    docs.groupdocs.com/parser/java/extract-text-in-...
  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....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Extract tables from document | Documentation

    This article explains that how to extract tables from document....Annotation Product Solution GroupDocs...through the collection and print table cells. The following example...

    docs.groupdocs.com/parser/net/extract-tables-fr...