Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 64,705 for

api

(0.11 sec)
  1. 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-...
  2. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes....Search for Java API. The API is highly capable of showing...get started, you can grab the API from the download section , or...

    blog.groupdocs.com/search/fuzzy-search-java/
  3. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger Api,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...在继续之前,您可以从以下任一选项中获取 API: 从 NuGet Packages Gallery 安装包。...您的要求可能是有点不同的文件类型,所以最好先知道 API 是否支持合并所需的文档。以下代码获取 Merger API 支持的所有文件类型。 foreach...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  4. Generated PDF Alignment is wrong - Free Support...

    I have generated PDF using a MS Word File. The alignment are not coming as same. It is an Urgent Issue. Please respond as soon as possible. Attached Word Document and Generated PDF GeneratedPDF.pdf (96.3 KB) TestTemp…...from MS Word Which GroupDocs API you are using for this process/conversion...process/conversion? Also mention the API version akashkrishnan March 4...

    forum.groupdocs.com/t/generated-pdf-alignment-i...
  5. Convert SVG Files in CSharp on GroupDocs Blog |...

    Convert SVG Files in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert SVG Files in CSharp on GroupDocs Blog | Document Automation Soluti......NET API を使用して、変換された PNG の回転、反転、透かし、グ...グラフィックスを JPG 画像に変換します。 .NET API を使用して、変換された JPG の回転、反転、透かし、グ...

    blog.groupdocs.com/ja/tag/convert-svg-files-in-...
  6. How to Convert PowerPoint to HTML in C#

    Let's review the workflow to convert PowerPoint to HTML in C# using simple Api calls and how to create code for the C# PPT to HTML converter application....Find Answers by API GroupDocs.Total Product Family GroupDocs...PowerPoint to HTML in C# using simple API calls of one of the best document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Remove Text Watermark from ODT Using Python

    Remove text watermark from ODT using Python to process OpenDocument files automatically. This guide explains removing embedded watermark text with Python code....Find Answers by API GroupDocs.Total Product Family GroupDocs...Python-compatible document processing API offers a structured way to locate...

    kb.groupdocs.com/watermark/python/remove-text-w...
  8. Remove Text Watermark from XLS Using Python

    Remove text watermark from XLS using Python and clean legacy Excel files efficiently. Discover how Python can locate and delete watermark text in spreadsheets....Find Answers by API GroupDocs.Total Product Family GroupDocs...Python-compatible spreadsheet processing API allows you to detect and remove...

    kb.groupdocs.com/watermark/python/remove-text-w...
  9. Remove Text Watermark from DOC Using Python

    Remove text watermark from DOC using Python by programmatically detecting and deleting hidden Word watermark text. A practical Python-based solution for clean documents....Find Answers by API GroupDocs.Total Product Family GroupDocs...Python-compatible document processing API provides a practical way to locate...

    kb.groupdocs.com/watermark/python/remove-text-w...
  10. 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.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/java/working-with-m...