Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 5,732 for

file conversion

(0.12 sec)
  1. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Conversion Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/java/basic-usage/
  2. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Conversion Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/python-net/set-meta...
  3. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for Java...Conversion Product Solution GroupDocs...editing process to any supported file format (instead of EditorHander...

    docs.groupdocs.com/editor/java/migration-notes/
  4. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for .NET....Conversion Product Solution GroupDocs...also contain embedded audio files. GroupDocs.Editor allows to...

    docs.groupdocs.com/editor/net/working-with-reso...
  5. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Conversion Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files Leave feedback On this page...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  6. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#....Conversion Product Family GroupDocs...providing the path of the PDF file as an argument to its constructor...

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  7. How to Add Image Signature to PDF in Java

    Understand the step-by-step procedure to add image signature to PDF in Java and how to create functionality to insert signature image in PDF using Java....Conversion Product Family GroupDocs...and pass the required image file to the constructor Call the...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  8. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Conversion Product Family GroupDocs...Annotator class by supplying the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  9. How to Sign RTF with Stamp Signature using C#

    This article is here to assist you to sign RTF with stamp signature using C#. Additionally, we will furnish you with a code example to embed stamp signature into RTF using C#....Conversion Product Family GroupDocs...object by providing the RTF file path to its constructor Create...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...