Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 59,796 for

api

(0.56 sec)
  1. Loading Custom Fonts using C# in Windows and Li...

    I had the same problem, is there anyway to load custom font file(*.ttf)? Product Version: GroupDocs.Watermark for NET 23.7.1...csharp , dotnet , watermark-api caoyanmin July 31, 2023, 9:13am...4 @caoyanmin Unfortunately, API doesn’t support loading custom...

    forum.groupdocs.com/t/loading-custom-fonts-usin...
  2. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Upgrade an Order Support Docs API Reference Live Demos Free Support...signature properties review, etc. API allows to search signatures within...

    docs.groupdocs.com/signature/java/search-for-el...
  3. Removing Empty Paragraphs | GroupDocs

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET Api supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Upgrade an Order Support Docs API Reference Live Demos Free Support...GroupDocs.Assembly for .NET API supports the removal of paragraphs...

    docs.groupdocs.com/assembly/net/removing-empty-...
  4. Defining Relations Between DocumentTable Instan...

    Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances Api provides the ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler...Upgrade an Order Support Docs API Reference Live Demos Free Support...Between Document Table Instances API provides the ability to define...

    docs.groupdocs.com/assembly/java/defining-relat...
  5. Working with Simple Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. Support Simple and Standalone Data Sources The Api provides support for standalone and specific data sources for various types of data like JSON, XML etc. The support is available for XML, JSON, and CSV data sources so far. Articles in this section...Upgrade an Order Support Docs API Reference Live Demos Free Support...Standalone Data Sources The API provides support for standalone...

    docs.groupdocs.com/assembly/net/working-with-si...
  6. Working with String Template | GroupDocs

    GroupDocs.Assembly Api allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback GroupDocs.Assembly API allows you to use a string as...

    docs.groupdocs.com/assembly/net/working-with-st...
  7. GroupDocs.Classification Product Family on Grou...

    GroupDocs.Classification Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Classification Product Family on GroupDocs Blog | Do......分類APIを使用して、IAB-2またはドキュメント分類でテキストを分類します。...C#の感情分析を使用して顧客フィードバックを分類します C#感情分析の自動化。 C#APIを使用して顧客のフィードバックを分析します。あなたの製品に...

    blog.groupdocs.com/ja/categories/groupdocs.clas...
  8. 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()); // ....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback The GroupDocs Metadata API provides the feature to read...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. 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#....Find Answers by API GroupDocs.Total Product Family GroupDocs...code and consuming a couple of API calls from one of the popular...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Convert PDF to Excel using Python

    Discover how to convert PDF files to Excel spreadsheets using Python. Effortlessly extract tabular data from PDFs and save it as XLSX or XLS with simple Python code and no extra tools....Find Answers by API GroupDocs.Total Product Family GroupDocs...XLS. By leveraging a reliable API, you can export PDF to Excel...

    kb.groupdocs.com/conversion/python/convert-pdf-...