Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 6,466 for

file format

(0.09 sec)
  1. 使用 C-Sharp .NET 将 PDF 转换为可编辑的 DOC

    GroupDocs.Conversion C# .NET API 提供了一种在线将 PDF 转换和更改为 Word 文件的简便方法。本文介绍如何在 C# 中将 PDF 转换为 Word。...首先,使用以下任一方式将PDF文档上传至云端: 使用 仪表板 使用 Upload File API 从浏览器上传源文件 使用下面给出的代码示例以编程方式上传:...CSharp { // 上传示例文件 class Upload_File { static void Main(string[]...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  2. Extract XML Text using Python | Parse XML in Py...

    Extracting text from XML Files is a crucial task in various applications. Learn how to extract text from XML using Python and understand its importance....Language) is a popular data format for storing and exchanging...transfer. Extracting text from XML files is crucial for many reasons...

    blog.groupdocs.cloud/parser/extract-text-from-x...
  3. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family Format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All these Formats are supported by the GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML File and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into WordProcessing Format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....used and known document family format, that includes DOC, DOT, DOCX...RTF and much more. All these formats are supported by the . There...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  4. GroupDocs.Viewer Cloud Product Family on Docume...

    GroupDocs.Viewer Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Viewer Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud D...... View ZIP Files using REST API in Python Programmatically...Programmatically View the content of ZIP files in HTML using a REST API in...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  5. Convert SVG to PNG using SVG to PNG Converter

    This article shows how to convert SVG to PNG in C#. GroupDocs.Conversion offers Cloud SDKs and REST APIs to programmatically build an SVG to PNG Converter....(SVG) is a popular image file format that can be scaled to any...we have uploaded a source SVG file to the API Cloud dashboard ...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  6. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....appropriate for current document format. Search Multiple Signatures...object as per your document format. It returns an object which...

    docs.groupdocs.cloud/signature/working-with-sea...
  7. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are Format-specific options. These options allow to leverage specific Format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....transforming properties; There are format-specific options. These options...allow to leverage specific format features and often allow to...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  8. 在 Node.js 中将 CSV 转换为 JSON | 使用 REST API 将 CSV 转...

    在 Node.js 中使用 GroupDocs.Conversion SDK 将 CSV 转换为 JSON。一个可扩展且安全的 REST API,用于将表格数据转换为结构化的 JSON 格式。...format = "json"; settings.outputPath...CSV file convertSettings.format = "json"; // Output format let...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  9. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, File system. The container is an isolated process with additional features that you can interact with....binaries, runtime dependencies, file system. The container is an...create two optional folders with files to process and custom fonts...

    docs.groupdocs.cloud/conversion/self-host-with-...
  10. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....token>" --data-binary "@path/to/file" Response "ecbfa56b-3545-46...complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/conversion/convert-documen...