Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 5,672 for

file merger

(0.2 sec)
  1. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....Merger Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/java/compare-book...
  2. Convert HTML to PDF using Python

    Convert HTML to PDF using Python with reliable rendering. Easily export HTML to PDF in Python for printing, archiving, and sharing while preserving layout and fonts....Merger Product Family GroupDocs.Redaction...your HTML comes from a static file, a templating engine, or server-generated...

    kb.groupdocs.com/conversion/python/convert-html...
  3. Load from Stream | GroupDocs

    This article shows that how to load File from stream using redaction API...Merger Product Solution GroupDocs...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/net/load-from-stream/
  4. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Merger Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/net/add-component...
  5. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Merger Product Solution GroupDocs...) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Load the password-protected documents | GroupDocs

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Merger Product Solution GroupDocs...To load a password protected file, follow these steps: Instantiate...

    docs.groupdocs.com/annotation/net/load-password...
  7. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop File format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Merger Product Solution GroupDocs...information on the Photoshop file format and metadata blocks please...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Remove Text Watermark from RTF Using Python

    You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease....Merger Product Family GroupDocs.Redaction...Watermark from RTF Using Python RTF files are widely used because they...

    kb.groupdocs.com/watermark/python/remove-text-w...
  9. Remove Metadata from PPTX using Java

    Easily learn how to remove metadata from PPTX using Java. You'll also get an example code that shows how to clean metadata from PPTX in Java without extra software installation....Merger Product Family GroupDocs.Redaction...Java Metadata found in PPTX files can include sensitive data like...

    kb.groupdocs.com/redaction/java/remove-metadata...
  10. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Merger Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...