Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 2,930 for

file editor

(0.11 sec)
  1. Sign documents with exception handling | GroupDocs

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Editor Product Solution GroupDocs...issues, missing required data, files etc. For exception class is...

    docs.groupdocs.com/signature/net/sign-documents...
  2. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/python-net/getting-...
  3. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Editor Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/python-net/extend-...
  4. 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:...Editor Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. Adding image watermarks | GroupDocs

    Add image watermarks from File or stream using GroupDocs.Watermark for Python via .NET....Editor Product Solution GroupDocs...Add image watermark from local file The following example shows...

    docs.groupdocs.com/watermark/python-net/adding-...
  6. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Editor Product Solution GroupDocs...spreadsheets, presentations, PDF files, emails, images, and 3D models...

    docs.groupdocs.com/total/net/
  7. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...into services that operate on file streams. Was this page helpful...

    docs.groupdocs.com/comparison/python-net/get-li...
  8. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...Editor Product Solution GroupDocs...conversion process to any supported file format (instead of ConversionHander...

    docs.groupdocs.com/conversion/net/migration-notes/
  9. Migration notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for Java...Editor Product Solution GroupDocs...conversion process to any supported file format (instead of the ConversionHander...

    docs.groupdocs.com/conversion/java/migration-no...
  10. Hot to load document from Azure Blob Storage | ...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Editor Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/load-document-...