Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 540 for

printing annotations

(0.04 sec)
  1. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended 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...
  2. 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...
  3. 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...
  4. 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...
  5. Load document from local disk | Documentation

    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...
  6. Retrieve the document information | Documentation

    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...
  7. How to Render PDF as PNG using C#

    In this article, you will learn how to render PDF as PNG using C#. Follow our step-by-step guide to convert pdf to png c# without installing any extra software....Annotation Product Family GroupDocs...to exchange. They are also print-ready, enabling you to keep...

    kb.groupdocs.com/viewer/net/how-to-render-pdf-a...
  8. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Annotation Product Solution GroupDocs...affected = metadata . sanitize () print ( f "Properties removed: { affected...

    docs.groupdocs.com/metadata/python-net/clean-me...
  9. How to Extract Text from Markdown File in C#

    This tutorial describes the step-by-step procedure to extract text from Markdown file in C# language and how to use the workflow to get text from Markdown using C#....Annotation Product Family GroupDocs...content from the reader and print it on the screen The above steps...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  10. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Annotation Product Solution GroupDocs...viewer . view ( pdf_options ) print ( f " \n Source document rendered...

    docs.groupdocs.com/viewer/python-net/rendering-...