Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 4,653 for

as

(0.05 sec)
  1. How to Convert Word Document to Text in Java

    This quick tutorial provides detailed information to convert Word document to Text in Java and a sample code snippet for Java DOCX to TXT converter application....This quick tutorial provides detailed information to convert Word document to Text in Java and a sample code snippet for Java DOCX to TXT converter application.

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. 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....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.

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Search for Text e-signatures | GroupDocs

    This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API....This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/search-for-tex...
  4. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using Java...This section describes how to import OLE objects into PDF documents using Java

    docs.groupdocs.com/merger/java/merge-documents-...
  5. 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 !...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<PngRootPackage>(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...This section describes how to import OLE objects into PDF documents using C#/.NET

    docs.groupdocs.com/merger/net/merge-documents-t...
  7. 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#....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#.

    kb.groupdocs.com/redaction/net/redact-text-in-d...
  8. How to Extract Text from PDF using Java

    Discover the effective method to extract text from PDF using Java. We will provide you the Java code to extract text from PDF without installing extra installation....Discover the effective method to extract text from PDF using Java. We will provide you the Java code to extract text from PDF without installing extra installation.

    kb.groupdocs.com/viewer/java/how-to-extract-tex...
  9. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java....This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java.

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. System requirements | GroupDocs

    GroupDocs.Watermark for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...GroupDocs.Watermark for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed

    docs.groupdocs.com/watermark/net/system-require...