Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,041 for

properties

(0.07 sec)
  1. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/java/sign-document...
  2. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....format Create and define properties for customizing the output...file by defining various properties using the PdfConvertOptions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....creation dates, and document properties. It’s extremely important...installations to clear document properties in PPTX using C# . After...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  4. ITempDataHandler is Introduced in GroupDocs.Con...

    A new release of GroupDocs.Conversion for .NET 18.6 is on-board. This release covers few improvements. Such as ConversionHandler constructors are reduced to one. Please visit the release notes. We’d recommend you to integrate latest version of the API in your application and share your feedback. Improvements Reducing ConversionHandler constructors to one ITempDataHandler for handling temp operations stream Introducing new Properties in ConversionConfig for different handler types API Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....operations stream Introducing new properties in ConversionConfig for different...

    blog.groupdocs.com/conversion/itempdatahandler-...
  5. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....creation dates, and document properties, provides valuable insights...Iterate over the obtained properties XLSX is a popular file format...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  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 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...
  8. 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-...
  9. 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-...
  10. Working with metadata in PNG images | Documenta...

    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...