Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 6,650 for

file format

(0.23 sec)
  1. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....any modern company has office files to automate, and the possibility...PowerPoint presentations, PDFs and files of many other types based on...

    docs.groupdocs.cloud/assembly/getting-started/p...
  2. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....pptx", "Format": "pdf", "LoadOptions": { "HideComments":...'Presentation/with_notes.pptx', 'Format': 'pdf', 'LoadOptions': { 'HideComments':...

    docs.groupdocs.cloud/conversion/convert-present...
  3. Compare PDF Files using REST API in Python | Co...

    Programmatically compare two or more PDF Files using a REST API on the cloud in Python with GroupDocs.Comparison Cloud SDK for Python....Document Format ) is one of the most commonly used file types today...will learn how to compare PDF files using a REST API in Python ...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  4. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....dwg", "Format": "pdf", "LoadOptions": { "Width":...'FilePath': 'Cad/Sample.dwg', 'Format': 'pdf', 'LoadOptions': { 'Width':...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  5. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....one", "Format": "pdf", "LoadOptions": { "DefaultFont":...'FilePath': 'Note/sample.one', 'Format': 'pdf', 'LoadOptions': { 'DefaultFont':...

    docs.groupdocs.cloud/conversion/convert-one-not...
  6. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image Formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....watermark supports various image formats: PNG, GIF, TIFF, JPG. You may...transforming properties; There are format-specific options. These options...

    docs.groupdocs.cloud/watermark/add-watermarks/
  7. 在 .NET 中将 PDF 转换为 HTML | PDF 转网页转换器

    如何使用 .NET API 将 PDF 转换为 HTML。逐步指南,包括代码示例、cURL 命令和 SEO 友好的提示,以实现准确的 PDF 到网页转换。...文件上传到云存储: using (var fileStream = File.OpenRead("sample.pdf")) { var...{ FilePath = "sample.pdf", Format = "html", OutputPath = "converted/resultant...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  8. 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-...
  9. GroupDocs.Viewer Cloud Product Family on Docume...

    GroupDocs.Viewer Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Viewer Cloud Product Family on Document Processing 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...
  10. 使用 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-...