Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 19,056 for

watermarking .net

(0.09 sec)
  1. Merge PPTX files using C#

    Uncover the method of how to merge PPTX files using C#. Boost document management effectiveness by mastering the technique to combine PPTX files in C# programming....Watermark Product Family GroupDocs.Merger...to use GroupDocs.Merger for .NET to merge PPTX files Create an...

    kb.groupdocs.com/merger/net/merge-pptx-files-us...
  2. Sign documents with exception handling | GroupDocs

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. GroupDocs.Signature Product Family

    Գտեք պատասխաններ ցանկացած հարթակի վրա կոդով թվային փաստաթղթերի և տարբեր տեսակի պատկերների ստորագրման վերաբերյալ:...Watermark Product Family GroupDocs.Merger...Platforms GroupDocs.Signature for .NET GroupDocs.Signature for Java...

    kb.groupdocs.com/hy/signature/page/3/
  5. How to Run | GroupDocs

    How to run examples....Watermark Product Solution GroupDocs...ocs.Metadata-for-Python-via-.NET.git Navigate to the examples...

    docs.groupdocs.com/metadata/python-net/how-to-r...
  6. How to search for Metadata signatures | GroupDocs

    This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...

    docs.groupdocs.com/signature/net/search-for-met...
  7. Loading specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for .net. Required for Markdown, MHTML, databases, and remote email files in C#....Watermark Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/parser/net/loading-specific-...
  8. Hot to load document from Azure Blob Storage | ...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/signature/net/load-document-...
  9. GroupDocs.Merger Product Family

    Find answers about merging various types of file formats using code on any platform....Watermark Product Family GroupDocs.Merger...Platforms GroupDocs.Merger for .NET GroupDocs.Merger for Java Latest...

    kb.groupdocs.com/merger/page/2/
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .net provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

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