Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 587 for

printing annotations

(0.03 sec)
  1. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET...Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-attachmen...
  2. Working with data extracted by template | Docum...

    Extracted data are stored in the instance of DocumentData class...Annotation Product Solution GroupDocs...PageArea is PageTextArea ) { // Print the field value Console . WriteLine...

    docs.groupdocs.com/parser/net/working-with-data...
  3. Extract tables from document page | Documentation

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

    docs.groupdocs.com/parser/net/extract-tables-fr...
  4. Add Watermark to DOC Online

    Insert watermark in DOC. Apply text or image watermarks with various settings. Protect and mark your DOC with our tool....links, pages, page formatting, print settings and a lot others. Read...apps GroupDocs apps Viewer Annotation Conversion Comparison Signature...

    products.groupdocs.app/watermark/doc
  5. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...message with the output file path print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/load-f...
  6. Licensing and evaluation | Documentation

    GroupDocs.Redaction for Python via .NET offers flexible licensing options, including a Free Trial and a 30-day Temporary License for evaluation purposes....Annotation Product Solution GroupDocs...file" ) print ( "License set successfully." ) else : print ( " \n...

    docs.groupdocs.com/redaction/python-net/licensi...
  7. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Annotation Product Solution GroupDocs...WorksheetInfo i in info ) { // Print the worksheet name Console ...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  8. 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/
  9. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the spreadsheet...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Search text in Emails | Documentation

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

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