Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 14,608 for

file

(0.09 sec)
  1. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....C# Extracting text from XLSX files is a common requirement in various...processing and analysis tasks. XLSX files, a popular format for spreadsheets...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  2. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text File....the encoding of a plain text file. The following encodings are...BOM or by the content of the file (if BOM isn’t presented). Here...

    docs.groupdocs.com/parser/net/detect-encoding/
  3. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....txt" ; new File ( oldDocumentPath ). renameTo ( new File ( newDocumentPath...

    docs.groupdocs.com/search/java/document-renaming/
  4. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....efficiently redact text in PPTX files to maintain confidentiality...Java to redact text in PPTX files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your Java applications....Set metadata from the source file const comparer = new groupdocs...Set metadata from the target file const comparer = new groupdocs...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  6. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....remove documents indexed by a file system path, see . The following...filePath ); byte [] buffer = File . ReadAllBytes ( filePath );...

    docs.groupdocs.com/search/net/delete-indexed-do...
  7. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....properties extracted from a file. Some metadata standards can...the exact format of the loaded file. The code sample below demonstrates...

    docs.groupdocs.com/metadata/python-net/find-met...
  8. Scan QR Code from DOCX using C#

    Let’s quickly learn how to scan QR Code from DOCX using C#. Moreover, an example will be provided to extract QR Code from DOCX in C# without using extra software....If you’re working with DOCX files and need to scan QR Code from...providing the path to your DOCX file as an argument to its constructor...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  9. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Java to redact text in RTF files Create an instance of the Redactor...Redactor class by passing the RTF file path to its constructor Create...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  10. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported File format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....annotating process to any supported file format (instead of AnnotationImageHandl...( config ); // Create input file // Export annotations and save...

    docs.groupdocs.com/annotation/java/migration-no...