Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 4,691 for

as

(0.07 sec)
  1. Convert to XPS, SVG and WebP formats with Group...

    Team GroupDocs is excited to announce another monthly releAse of GroupDocs.Conversion for Java 17.3.0. API comes with multitude of new features such As metered licensing, count document pages, conversion to gray-scale image and many more. Aside this, many improvements, bug fixes and some new document formats are introduced in this releAse. We would recommend you to download the new releAse and evaluate the exciting features to enhance document conversion experience....Team GroupDocs is excited to announce another monthly release of GroupDocs.Conversion for Java 17.3.0. API comes with multitude of new features such as metered licensing, count document pages, conversion to gray-scale image and many more. Aside this, many improvements, bug fixes and some new document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document conversion experience.

    blog.groupdocs.com/conversion/convert-xps-svg-w...
  2. 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...
  3. 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-...
  4. 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...
  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. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java....The page describes how to add link annotation to a document using GroupDocs.Annotation for Java.

    docs.groupdocs.com/annotation/java/add-link-ann...
  7. Remove Metadata from PPTX using Java

    EAsily learn how to remove metadata from PPTX using Java. You'll also get an example code that shows how to clean metadata from PPTX in Java without extra software installation....Easily learn how to remove metadata from PPTX using Java. You'll also get an example code that shows how to clean metadata from PPTX in Java without extra software installation.

    kb.groupdocs.com/redaction/java/remove-metadata...
  8. 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....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.

    kb.groupdocs.com/conversion/python/convert-html...
  9. 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...
  10. 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...