Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 967 for

printing annotations

(0.05 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. Get supported file formats | Documentation

    This article shows how to check supported file formats....Annotation Product Solution GroupDocs...following example shows how to print all the supported file types:...

    docs.groupdocs.com/parser/net/get-supported-fil...
  3. View JPEG online | Free GroupDocs Apps

    Free online JPEG viewer. Open and view JPEG files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/jpeg
  4. View XLSX online | Free GroupDocs Apps

    Free online XLSX viewer. Open and view XLSX files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/xlsx
  5. View VSD online | Free GroupDocs Apps

    Free online VSD viewer. Open and view VSD files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/vsd
  6. View NSF online | Free GroupDocs Apps

    Free online NSF viewer. Open and view NSF files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/nsf
  7. Extract images from document page | Documentation

    This article explains that how to extract images from document page....Annotation Product Solution GroupDocs...getPageCount (); pageIndex ++) { // Print a page number System . out ...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Search text in PDF documents | Documentation

    To search a keyword in PDF 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 PDF 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-p...
  9. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents 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-h...
  10. Search text in Microsoft OneNote sections | Doc...

    To search a keyword in Microsoft OneNote sections 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 OneNote section: Instantiate Parser object for the initial section; 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 section....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

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