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

printing annotations

(0.05 sec)
  1. Load document from FTP | GroupDocs

    This section explains how to load document from FTP with GroupDocs.Signature API....Annotation Product Solution GroupDocs...options ); } System . out . print ( "\nSource document signed...

    docs.groupdocs.com/signature/java/load-document...
  2. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....Annotation Product Solution GroupDocs...shapes across sections and prints type, geometry, alignment,...

    docs.groupdocs.com/watermark/python-net/existin...
  3. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...file is encrypted List and print all supported file types Get...

    docs.groupdocs.com/viewer/java/retrieving-docum...
  5. Plain text | GroupDocs

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

    docs.groupdocs.com/parser/java/plain-text/
  6. Load document from stream | GroupDocs

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

    docs.groupdocs.com/parser/net/load-document-fro...
  7. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel....Annotation Product Solution GroupDocs...parser . features . hyperlinks : print ( "Document doesn't support...

    docs.groupdocs.com/parser/python-net/extract-hy...
  8. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  9. Search text in Microsoft Office PowerPoint pres...

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

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Search text in Microsoft Office Excel spreadshe...

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

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