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

file conversion

(0.6 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Conversion Product Family GroupDocs...directly from PowerPoint ( PPTX ) files can be a useful feature, especially...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  5. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....Conversion Product Family GroupDocs...document types, such as DOCM files, can significantly enhance data...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  6. 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...
  7. 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...
  8. sample.pst

    SPAM Search Folder 2 Top of Personal Folders Deleted Items Introducing the Improved Aspose.Tasks for Java and Other News from Aspose, April 2015 048df8f5-315c-4e2e-b9fd-fea8a1c3fe2a.jpg 048df8f5-31......png> How-to: Convert Email Files to WordPress Posts using Aspose...a button any EML, MHT or MSG file is imported into WordPress without...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  9. Remove Image Watermark from DOCX Using Python

    Learn how to remove image watermark from DOCX using Python. This tutorial shows how to detect and delete image watermarks in DOCX documents programmatically....Conversion Product Family GroupDocs...watermark removal across multiple files or batches. Steps to Remove...

    kb.groupdocs.com/watermark/python/remove-image-...
  10. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....Conversion Product Family GroupDocs...document stage—especially when files are exchanged between teams...

    kb.groupdocs.com/watermark/python/add-image-wat...