Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 4,013 for

as

(0.04 sec)
  1. How to Convert XPS to PDF using C#

    Quickly take a look at the guideline to convert XPS to PDF using C# and learn how to implement the functionality for C# convert XPS to PDF application....Quickly take a look at the guideline to convert XPS to PDF using C# and learn how to implement the functionality for C# convert XPS to PDF application.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. 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...
  3. Remove Metadata from PPT using Java

    This topic will guide you how to remove metadata from PPT using Java. You'll get sample code to delete metadata from PPT in Java without extra software installation....This topic will guide you how to remove metadata from PPT using Java. You'll get sample code to delete metadata from PPT in Java without extra software installation.

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. 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-...
  5. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API.

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  6. Search for Text e-signatures | Documentation

    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...
  7. Merge documents to PDF | Documentation

    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-...
  8. Merge documents to PDF | Documentation

    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...
  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 !...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...
  10. Add link annotation | Documentation

    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...