Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 2,460 for

properties

(0.1 sec)
  1. Advanced Usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Adding metadata Getting known property descriptors Working with interpreted...values Working with metadata properties Working with metadata standards...

    docs.groupdocs.com/metadata/python-net/advanced...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...supports missing metadata properties of Excel format and allows...Support for missing metadata properties of Excel format For details...

    blog.groupdocs.com/groupdocs.blog/page/50/
  3. Releasing SharePoint Plugin for GroupDocs.Annot...

    Now, it’s quite easy for SharePoint developers to work with GroupDocs.Annotation for .NET. GroupDocs team proudly announces the addition of SharePoint Plugin for GroupDocs.Annotaion for .NET. This plugin permits SharePoint developers to explore and investigate GroupDocs.Annotation for .NET Front End. It demonstrates how GroupDocs.Annotation for .NET can be integrated with SharePoint. GroupDocs.Annotation for SharePoint Plugin Prerequisites SharePoint Server 2013 Visual Studio 2010, 2012, 2013, 2015 Windows server 2008 or above Any standard web-browser, including IE8+, Mozilla Firefox, Chrome, Opera, Safari5 How to Run Plugin Download GroupDocs....visual studio Open project properties, set your Site URL Set your...

    blog.groupdocs.com/annotation/releasing-sharepo...
  4. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....method Read the TORRENT file properties advanced_usage.managing_...supports updating some metadata properties of a TORRENT file. Please...

    docs.groupdocs.com/metadata/java/working-with-t...
  5. How to Convert Word Document to HTML using Java

    This tutorial provides you walk through the process to convert Word document to HTML using Java and reviews a sample code for Java convert Word to HTML application....MarkupConvertOptions class for setting up properties to customize the converted...initiated for defining the properties for customizing the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert Excel to Image in Java

    This article describes the process to convert Excel to Image in Java and provides a working example code snippet for Java Excel to Image converter application....ImageConvertOptions class for setting up properties to customize the converted...and you can set many other properties as per your requirements...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....output PDF file by setting properties using PdfConvertOptions class...document by defining numerous properties and you may modify them according...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java....demonstrates how to clear metadata properties in EPUB using Java . Code...obstacles to clear custom properties from EPUB using Java . As...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  9. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API.... // Use Margin properties Top, Bottom to provide vertical...be ignored. // Use Margin properties Left, Right to provide horizontal...

    docs.groupdocs.com/signature/java/sign-document...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata Properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties AdvancedUsage.ManagingMetadataForS...

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