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

api

(0.08 sec)
  1. How to Convert Word Document to HTML using Java

    This tutorial provides you walk through the process to convert Word document to HTML using Java and reviews a sample code for Java convert Word to HTML application....Find Answers by API GroupDocs.Total Product Family GroupDocs...transformation using simple API calls. Here you can have look...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using Java...Upgrade an Order Support Docs API Reference Live Demos Free Support...single PDF / XPS file by using API. You can also use this method...

    docs.groupdocs.com/merger/java/merge-documents-...
  3. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...Upgrade an Order Support Docs API Reference Live Demos Free Support...single PDF / XPS file by using API. You can also use this method...

    docs.groupdocs.com/merger/net/merge-documents-t...
  4. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata Api supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Product Overview | GroupDocs

    GroupDocs.Merger for Python via .NET provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....Upgrade an Order Support Docs API Reference Live Demos Free Support...and scalability; Simple public API. Rich set of document manipulation...

    docs.groupdocs.com/merger/python-net/product-ov...
  6. Search for Morphological Word Forms using Group...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.7. Using the latest version, you can search for morphological word forms. Furthermore, you can now break updating, merging and indexing operations manually. We would recommend you to install and use the latest version of Api. Enhancements Following are the enhancements introduced in the latest version: Search for Morphological Word Forms The latest version of Api allows you to search for singular and plural forms of a noun at the same time....and use the latest version of API. Enhancements # Following are...Forms # The latest version of API allows you to search for singular...

    blog.groupdocs.com/search/search-for-morphologi...
  7. Remove Password Protection form Excel Files | U...

    Remove password from Excel spreadsheets. Unlock password protected XLS/XLSX files using free online password remover app & programmatically....NET API resources: .NET API | Documentation | Download...helpful links for Java API resources: Java API | Documentation | Download...

    blog.groupdocs.com/merger/unlock-excel-spreadsh...
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated Api provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Upgrade an Order Support Docs API Reference Live Demos Free Support...reasons to use the new updated API provided by since version 20...

    docs.groupdocs.com/comparison/java/migration-no...
  9. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Upgrade an Order Support Docs API Reference Live Demos Free Support...on-premise API Use Microsoft Azure Computer Vision API Was this...

    docs.groupdocs.com/redaction/net/using-ocr/
  10. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("Api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...Family dotnet , csharp , editor-api Niteen_Jadhav December 18, 2024...like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]...

    forum.groupdocs.com/t/groupdocs-editor-example-...