Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 3,301 for

library

(0.09 sec)
  1. Issue with Font :- "Leelawadee UI"

    Issue with Font :- "Leelawadee UI" Hi, When we try to convert a document with the 'Leelawadee UI' font to PDF, we encounter some issues in characters. Can you please suggest something here? Issue w......the resulting PDF when using library version 25.2.2. Read full topic...efimov You can delete the library, I have downloaded it. Read...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  2. .NET Standard 2.0 API Limitations | GroupDocs

    This section describes GroupDocs.Signature for .NET limitations when using under .NET Standard 2.0 environment...packages: libgdiplus - is the Mono library that provides a GDI+-compatible...programs which use the standard C library. ttf-mscorefonts-installer...

    docs.groupdocs.com/signature/net/net-standard-2...
  3. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... The library provides information on the...Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/getting-known-...
  4. Get Indexed Documents using C#

    Learn how to get indexed documents using C# with our step-by-step guide. Discover how to retrieve indexed documents in C# efficiently for improved document management....NET library to enable retrieval of indexed...capabilities. By leveraging libraries like GroupDocs.Search for...

    kb.groupdocs.com/search/net/get-indexed-documen...
  5. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....topics To learn more about library features and get familiar how...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/get-document-i...
  6. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....of most popular signature library, it is possible to insert text...configured the suggested signature library and made the necessary file...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  7. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....the most popular signature library to add text signature in PDF...the recommended signature library and making the required file...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  8. How to Sign DOCX with QR Code using C#

    In this topic, we will guide you on how to sign DOCX with QR Code using C#. We will also provide a code example to create QR Code in DOCX using C#....save output DOCX to disk The library utilized in this tutorial is...the recommended signature library and made the necessary modifications...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  9. How to Add Image Signature to DOCX using C#

    This article will provide help on how to add image signature to DOCX using C#. Also, a code example will be provided to insert image signature into DOCX using C#.... The library used in this tutorial is designed...the recommended signature library and made the required adjustments...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. Merge SVG files using C#

    This article will outline essential steps to merge SVG files using C# and offer a sample code example to illustrate the process of how to combine SVG files in C#....the capabilities of Merger library, you can easily merge SVG files...up the preferred document library and made any required adjustments...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...