Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 2,698 for

library

(0.03 sec)
  1. How to Convert PDF to RTF in Java

    Do you want to transform a non-editable document to Word format? If so, then learn how to convert PDF to RTF in Java and review code for Java PDF to RTF application....by installing the required library from the Maven repository and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Redact Text in DOCX using C#

    In this topic, you will learn how to redact text in DOCX using C# without extra software installation. You will also be provided code to replace text in DOCX using C#....have set up the suggested library and modified the file paths...

    kb.groupdocs.com/redaction/net/redact-text-in-d...
  3. Convert HTML to TXT using Python

    Let's convert HTML to TXT using Python with clean extraction. Easily export HTML to TXT in Python to capture readable text for indexing, logs, and lightweight storage....setting up the conversion library to enable seamless HTML-to-TXT...

    kb.groupdocs.com/conversion/python/convert-html...
  4. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Generate document preview | Documentation

    This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/generate-docume...
  6. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/detect-encoding/
  7. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in C# language using GroupDocs.Merger for .NET Library....EPUB files into one using library API and all the files content...

    docs.groupdocs.com/merger/net/merge/epub/
  9. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/document-...