Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 5,321 for

file watermark

(0.05 sec)
  1. Getting Possible Conversions | Documentation

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Watermark Product Solution GroupDocs...cost-analysis.xlsx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/get-possible...
  2. Working with metadata in GIF images | Documenta...

    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....Watermark Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....Watermark Product Family GroupDocs.Merger... the capability to convert files between different formats is...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Add document to Presentation via OLE | Document...

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

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

    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 (!...Watermark Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  6. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Watermark Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  7. Email attachments | Documentation

    This article shows how to get the information about the attachments....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/email-attachme...
  8. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Watermark Product Solution GroupDocs...to it. Get supported file formats Get file info Redaction basics...

    docs.groupdocs.com/redaction/python-net/basic-u...
  9. Extract Images from DOCX using C#

    Learn how to extract images from DOCX using C# quickly with this guide. Obtain practical C# code to extract images from DOCX to improve your document processing....Watermark Product Family GroupDocs.Merger...with images embedded in DOCX files is a crucial task for many developers...

    kb.groupdocs.com/parser/net/extract-images-from...
  10. How to Sign XLSX with Digital Signature using Java

    Let's learn how to sign XLSX with digital signature using Java. You will also be provided a simple code example for digital signature integration in XLSX using Java....Watermark Product Family GroupDocs.Merger...Signature class by passing XLSX file path to its constructor Create...

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