Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 15,253 for

file

(0.13 sec)
  1. 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....and extract some additional file format information. a GIF image...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....and pass the required image file to the constructor Call the...Signature class, pass the output PDF file name and ImageSignOptions object...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  3. View Word Documents as PDF in Java | Protect & ...

    Learn how to view Word DOC/DOCX Files as PDF in Java. Transform Word Files to password-protected PDF & Disallow PDF Printing using Document Viewer Java API....Configure # You may download the JAR file from the downloads section ...learned how to restrict PDF file printing by setting its permissions...

    blog.groupdocs.com/viewer/view-word-documents-a...
  4. Render SVG as HTML using Java

    Efficiently grasp the procedure of how to render SVG as HTML using Java. Additionally, discover step-by-step instructions and Java code for rendering SVG to HTML....object by providing the SVG file path as an argument to its constructor...the required adjustments to file paths are made, the integration...

    kb.groupdocs.com/viewer/java/render-svg-as-html...
  5. Render SVG as PDF using C#

    Efficiently acquire the knowledge of how to render SVG as PDF using C#. Additionally, delve into step-by-step guidelines and C# code for rendering SVG to PDF....object by providing the SVG file path as an argument to its constructor...the required adjustments to file paths, incorporating the code...

    kb.groupdocs.com/viewer/net/render-svg-as-pdf-u...
  6. 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#....object by providing the RTF file path to its constructor Create...library and made the required file path adjustments, you can use...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  7. 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#....Annotator class by supplying the JPG file path as an argument to its constructor...annotation library and modifying file paths as needed, seamlessly...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  8. How to Convert DOCX to ODT using C#

    In this article, you will explore how to convert DOCX to ODT using C# without extra software installation. Also, we will provide the code to export DOCX to ODT in C#....by providing the path of DOCX file to its constructor Call the...necessary adjustments to the file paths, integrating the code...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. 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....document type and structure - file type, size, page count, etc...document Info Get supported file formats Add text or image watermark...

    docs.groupdocs.com/watermark/java/basic-usage/
  10. 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.... Open a file to update Specify a predicate...existing metadata packages in the file Check the actual number of added/updated...

    docs.groupdocs.com/metadata/python-net/set-meta...