Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 1,099 for

signature library updates

(1.58 sec)
  1. How to Convert Excel to Image in C#

    This manual provides detailed instructions to convert Excel to Image in C# and how to develop code to implement the convert Excel to Image C# application....Signature Product Family GroupDocs.Metadata...of the document conversion library. Code to Convert Excel to Image...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Signature Product Solution GroupDocs...(). getTitle ()); // ... } Updating DXF metadata The GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....Signature Product Family GroupDocs.Metadata...you’ve set up the recommended library and made the necessary adjustments...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  4. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for .NET library into your project to enable...

    kb.groupdocs.com/search/net/search-with-aliases...
  5. Perform Synonym Search using Java

    Learn how to perform synonym search using Java to enhance search accuracy. Explore Java search with synonym matching for comprehensive and relevant search results....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for Java library to your project to enable synonym...

    kb.groupdocs.com/search/java/perform-synonym-se...
  6. How to Convert MD to PDF in C#

    This article describes a stepwise procedure to convert MD to PDF in C# with simple API calls and guides you on how to create code to export MD file to PDF using C#....Signature Product Family GroupDocs.Metadata...popular document conversion libraries. Further, this guide explains...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert ODG to PDF using Java

    This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....Signature Product Family GroupDocs.Metadata...best document conversion libraries for performing the transformation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Render PDF as HTML using Python

    Render PDF as HTML using Python with simple steps. Discover how to convert PDF to HTML in Python for smooth access, flexible distribution, and seamless embedding online....Signature Product Family GroupDocs.Metadata...applications. With modern libraries, you can easily convert PDF...

    kb.groupdocs.com/viewer/python/render-pdf-as-ht...
  9. Convert PDF to RTF using Python

    Learn how to convert PDF to RTF using Python with simple steps. Effortlessly export PDF to RTF using Python, without installing extra software....Signature Product Family GroupDocs.Metadata...teams who need to extract, update, or reuse PDF content in a...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. How to Extract Text from Markdown File in Java

    This article describes the workflow to extract text from Markdown file in Java and provides a working application on how to get text from Markdown using Java....Signature Product Family GroupDocs.Metadata...by setting up the required library and importing the necessary...

    kb.groupdocs.com/parser/java/how-to-extract-tex...