Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 5,916 for

file conversion

(0.09 sec)
  1. 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-...
  2. 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...
  3. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-p...
  4. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Conversion Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  5. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Conversion Product Solution GroupDocs...business-plan.docx is sample file used in this example. Click...

    docs.groupdocs.com/markdown/python-net/markdown...
  6. Read Metadata from PDF using Java

    Learn how to read metadata from PDF using Java without demanding additional software installation. Delve into a code sample to read metadata of PDF using Java....Conversion Product Family GroupDocs...using Java Metadata within PDF files comprise critical details about...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  7. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Conversion Product Family GroupDocs...image watermarks into DOCX files Instantiate the Watermarker...

    kb.groupdocs.com/watermark/java/add-image-water...
  8. Digital signing with custom hash | GroupDocs

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Conversion Product Solution GroupDocs...digital option with certificate file path DigitalSignOptions options...

    docs.groupdocs.com/signature/net/digital-signin...
  9. Add Image Watermark to PPT Using Python

    This guide shows how to add image watermark to PPT using Python, helping you apply a centered logo watermark across slides for professional presentations....Conversion Product Family GroupDocs...namespaces needed for PowerPoint files and slide-level alignment Load...

    kb.groupdocs.com/watermark/python/add-image-wat...
  10. How to Sign DOCX with QR Code using Java

    In this tutorial, we will help you on how to sign DOCX with QR Code using Java. We will also supply you code example to create QR Code in DOCX using Java....Conversion Product Family GroupDocs...the signing process of DOCX files. Steps to Sign DOCX with QR...

    kb.groupdocs.com/signature/java/how-to-sign-doc...