Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 5,995 for

file conversion

(1.04 sec)
  1. 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)...Conversion Product Solution GroupDocs...) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  2. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....Conversion Product Family GroupDocs...extract images from PowerPoint file Import required classes for...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  3. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your Java applications....Conversion Product Solution GroupDocs...following images show the output file with and without external resources...

    docs.groupdocs.com/viewer/java/loading-external...
  4. How to Add Text Field Annotation in PDF using C#

    In this topic, we will show you how to add text field annotation in PDF using C#. We will assist you in writing code to insert text field annotation to PDF in C#....Conversion Product Family GroupDocs...to a specific area of a PDF file and are particularly useful...

    kb.groupdocs.com/annotation/net/how-to-add-text...
  5. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Conversion Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge pages from various documents...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  6. Install GroupDocs.Viewer for Python via .NET | ...

    Install GroupDocs.Viewer for Python via pip or download assemblies from the official website....Conversion Product Solution GroupDocs...dependency to your requirements.txt file by including the following line:...

    docs.groupdocs.com/viewer/python-net/installation/
  7. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Conversion Product Solution GroupDocs...external stylesheet file “style.css”. HTML file in this case contains...

    docs.groupdocs.com/editor/net/inline-styles/
  8. Remove Annotations from PPTX using Java

    Let's learn how to remove annotations from PPTX using Java. You'll also find a code example demonstrating the process of how to delete annotations in PPTX using Java....Conversion Product Family GroupDocs...removing annotations from PPTX files Initialize the Redactor class...

    kb.groupdocs.com/redaction/java/remove-annotati...
  9. 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....Conversion Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Conversion Product Solution GroupDocs...It allows to skip unnesesary file loading. /// </summary> public...

    docs.groupdocs.com/parser/net/handle-loading-of...