Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 3,239 for

library

(0.27 sec)
  1. Merge EPUB | GroupDocs

    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/
  2. Detect encoding | GroupDocs

    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/
  3. Document renaming | GroupDocs

    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-...
  4. Document renaming | GroupDocs

    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/java/document-renaming/
  5. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....correctly set up and that the library is functioning as expected...

    docs.groupdocs.com/redaction/python-net/hello-w...
  6. Text file encoding detection | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/text-file...
  7. Working with metadata in PNG images | GroupDocs

    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...
  8. How to Convert DWG to PDF in Java

    Transform Autocad file to non-editable format, learn the process to convert DWG to PDF in Java, and review sample code for Java Autocad to PDF converter application....first set up the required library from the Maven repository before...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....API calls of the mentioned library for transforming ebook to PDF...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert EPS to JPG in C#

    This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application....install the required conversion library and define paths for the files...

    kb.groupdocs.com/conversion/net/how-to-convert-...