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

api

(0.1 sec)
  1. GroupDocs.Parser for Java | GroupDocs

    Note Welcome to the GroupDocs.Parser for Java GroupDocs.Parser is a convenient text extractor Api that permits users to extract raw or formatted text from different document formats. Besides, the user can extract metadata from the document. GroupDocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. GroupDocs.Parser for Java Online Documentation GroupDocs.Parser for Java Features GroupDocs.Parser for Java Limitations GroupDocs.Parser for Java Release Notes GroupDocs....Upgrade an Order Support Docs API Reference Live Demos Free Support...a convenient text extractor API that permits users to extract...

    docs.groupdocs.com/parser/java/
  2. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion Api, describes how to convert files with just couple lines of code....Upgrade an Order Support Docs API Reference Live Demos Free Support...using our intuitive and powerful API with just a few lines of code...

    docs.groupdocs.com/conversion/java/basic-usage/
  3. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion Api, describes how to convert files in JavaScript....Upgrade an Order Support Docs API Reference Live Demos Free Support...using our intuitive and powerful API with just a few lines of code...

    docs.groupdocs.com/conversion/nodejs-java/basic...
  4. Signature Use Cases | GroupDocs

    In this section you will find examples of using GroupDocs.Signature for .NET while documents processing....Upgrade an Order Support Docs API Reference Live Demos Free Support...signing with GroupDocs.Signature API. Discover more about popular...

    docs.groupdocs.com/signature/net/signature-use-...
  5. Introducing Z-Order for Text Signatures in Grou...

    We are back with another monthly release of our eSign Api - GroupDocs.Signature for .NET. This release includes three new features, three improvements, and a bug fix. So in this article, I’ll give you a walk-through of the latest release. Support of Z-Order for Text Signatures Z-order determines the order for the overlapping, two-dimensional objects in an x-y plane. Put it simply, if X-axis represents the width and Y-axis represents the height then Z-order will represent the depth of the object....monthly release of our eSign API - GroupDocs.Signature for .NET...been added to our eSignature API for the text signatures. For...

    blog.groupdocs.com/signature/introducing-z-orde...
  6. Set PageOrientation using GroupDocs.Conversion ...

    This month’s release of GroupDocs.Conversion for Java 18.6 comes with some bug fixes, improvements and new features. Issue such as printing complete spreadsheet instead of just printable area is fixed. A new property PageOrientation is introduced in DocumentInfo class. Please take a look over the release notes to get an idea about the new features, improvements and bug fixes. Features Introduced Implement conversion from DWF Convert specific range when converting cells document Conversion from PostScript specific options for converting CSV documents Setting default zoom when converting to Cells Default zoom when converting to Words Set default zoom when converting to Slides Configurable option for setting a watermark as background Improvements Caching with provided LocalCacheDataHandler Implement configuration option for selecting if blank rows and columns should be skipped when converting Cells document Set zoom when converting to Pdf document Update Api for getting document info to detect page orientation for the supported formats Set default font to replace all missing fonts when converting Words document Default font to replace all missing fonts when converting Cells document Conversion improvement when converting Psd and Odg to Pdf Issues Resolved Unable to set watermark text Converting specific docx document fails with Value cannot be null, parameter trueTypeFont Fix failing conversion from Odg Failing conversion from Ifc Just print area is getting converted, not the entire spreadsheet XPS to PDF conversion failed LoadOptions doesn’t possess setDefaultFont method Problem in converting large excel files....converting to Pdf document Update API for getting document info to...support on GroupDocs.Conversion: # API Home - GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/set-pageorientati...
  7. Generate Search Results from Filtered Documents

    Sometimes, we have a lot of different formatted documents. We create index then perform search and Api shows hits from all the indexed documents. Ever thought to get search results from desired documents only? Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs....index then perform search and API shows hits from all the indexed...file size. Below are the public API changes. Following class has...

    blog.groupdocs.com/search/filter-documents-in-s...
  8. Change Title and Background Color Dynamically u...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body.... Java Document Assembly API - New Features # This latest...Download - Jar File Documentation - API Documentation Examples/Plugins/Showcases...

    blog.groupdocs.com/assembly/change-title-and-ba...
  9. 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...
  10. 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...