Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 540 for

printing annotations

(0.03 sec)
  1. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Annotation Product Solution GroupDocs...string [] { "keyword" }); // Print search results foreach ( SearchResult...

    docs.groupdocs.com/parser/net/migration-notes/
  2. 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...
  3. Licensing | Documentation

    Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations....Annotation Product Solution GroupDocs...getConsumptionQuanti (); System . out . print ( "Metered consumption = " +...

    docs.groupdocs.com/conversion/java/licensing-an...
  4. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/locating-sign...
  5. Extract tables from Microsoft Office Word docum...

    This article explains that how to extract tables from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...reader . Name == "td" ); // Print the cell value if this is the...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  6. HTML | Documentation

    This article explains that how to extract HTML formatted text from document page in Java....Annotation Product Solution GroupDocs...FormattedTextMode . Html ))) { // Print a formatted text from the document...

    docs.groupdocs.com/parser/java/html/
  7. Extract text from HTML documents | Documentation

    To extract a text from HTML documents GetText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the email Console...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Annotation Product Solution GroupDocs...getPhotoUriRecords ()) { // Print the property value System ....

    docs.groupdocs.com/metadata/java/working-with-v...
  9. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options 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...
  10. Search text in EPUB eBooks | Documentation

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-e...