Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 957 for

printing annotations

(0.07 sec)
  1. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. GroupDocs.Parser for .NET 18.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.3. Major Features There are the following new features in this release: Ability to extract a formatted text from chm files Ability to extract a text from chm documents by pages Ability to extract topics from chm documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-546 Implement the ability to extract a formatted text from chm files New feature TEXTNET-883 Implement the ability to extract a text from chm documents by pages New feature TEXTNET-884 Implement the ability to extract topics from chm documents New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...while ( line != null ) { // Print a line to the console Console...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  3. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/advanced-sear...
  4. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-ba...
  5. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...isValid ()) { System . out . print ( "\nDocument was verified successfully...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  6. How to Extract Text from PowerPoint using Java

    Get familiar yourself with stepwise instructions to extract Text from PowerPoint using Java and how to develop the functionality to extract Text from PPTX in Java....Annotation Product Family GroupDocs...the text from the reader and print it We have listed all the points...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  7. Retrieve the names of the worksheets | GroupDoc...

    This article explains how to get names of the worksheets from Excel files with GroupDocs.Viewer within your .NET applications....Annotation Product Solution GroupDocs...sample shows how to get and print out the names of the worksheets...

    docs.groupdocs.com/viewer/net/how-to-get-the-na...
  8. GroupDocs.Conversion for .NET 17.12 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.12 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Conversion from/to Jpeg 2000 Option to convert one sheet per page depending from print area when converting Cells to PDF Option to optimize resulting PDF to minimum file size Improved image to SVG conversion Improved word to GIF conversion Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2277 Implement conversion from/to Jpeg2000 New Feature CONVERSIONNET‑2257 Implement possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Improvement CONVERSIONNET‑2258 Implement possibility to optimize target Pdf for minimum file size when converting Cells to Pdf Improvement CONVERSIONNET‑2262 Image to SVG conversion improvement Improvement CONVERSIONNET‑2266 Words to Gif conversion improvement Improvement CONVERSIONNET‑2240 PDF to TIF conversion, InvalidValueFormatException Fix CONVERSIONNET‑2234 Index was outside the bounds of the array, while Converting ....Annotation Product Solution GroupDocs...sheet per page depending from print area when converting Cells to...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  9. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the presentation...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. How to Extract Metadata from Presentation Templ...

    post. Tagged with net, parsing, api, metadata....ExtractText(fileName); // Print an extracted text Console.WriteLine(text);...ExtractMetadata(fileName); // Print extracted metadata foreach (var...

    dev.to/groupdocs/how-to-extract-metadata-from-p...