Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 4,833 for

as

(0.5 sec)
  1. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “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.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadatAsignature clAss like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “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.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs.

    docs.groupdocs.com/signature/net/developer-guid...
  2. Merge GIF files using C#

    Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations....Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations.

    kb.groupdocs.com/merger/net/merge-gif-files-usi...
  3. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java.

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. Convert PDF to JPG using Node.js

    Learn how to convert PDF to JPG using Node.js with GroupDocs.Conversion. EAsily export PDF to JPG in Node.js application with simple steps and code example....Learn how to convert PDF to JPG using Node.js with GroupDocs.Conversion. Easily export PDF to JPG in Node.js application with simple steps and code example.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. Search for Metadata e-Signatures | GroupDocs

    This article explains how to search for metadata electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....This article explains how to search for metadata electronic signatures within document pages using GroupDocs.Signature for Python via .NET API.

    docs.groupdocs.com/signature/python-net/search-...
  6. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#.

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  7. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful new feature in the monthly releAse of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an Assembled document using file extension or explicit specification. You can change the target file format when Assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....We are delighted to announce a powerful new feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API.

    blog.groupdocs.com/assembly/change-target-file-...
  8. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API.

    docs.groupdocs.com/editor/net/float-and-paginal...
  9. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly releAse of GroupDocs.Conversion for .NET v16.12.0. In this releAse new file format “Webp” is added in supporting formats list. Monthly releAse of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new releAse and use the new exciting features....GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features.

    blog.groupdocs.com/conversion/groupdocs.convers...
  10. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml As follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releAses.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml As follows:...GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML <repositories> <repository> <id>GroupDocs Artifact Repository</id> <name>GroupDocs Artifact Repository</name> <url>https://releases.groupdocs.com/java/repo/</url> </repository> </repositories> Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:

    docs.groupdocs.com/annotation/java/installation/