Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 6,666 for

file format

(0.41 sec)
  1. Drupal Document Viewer Module | GroupDocs

    GroupDocs API permits users to define signature options collection that ultimately helps in applying multiple signatures in a document....Introducing OTS and WebP File Formats in GroupDocs.Viewer for...rendering of OTS and WebP file formats in latest release GroupDocs...

    blog.groupdocs.cloud/total/welcome-2017-special...
  2. Archive

    archives...Mustafa · 5 min Update PPTX File in .NET March 9, 2026 · Muhammad...February 1 Edit PowerPoint Files Using Java Library February...

    blog.groupdocs.cloud/archives/
  3. Add Text Watermark to PowerPoint (PPT/PPTX) in ...

    Add text watermarks to PowerPoint presentations using GroupDocs.Conversion Cloud SDK for .NET. Secure, brand, and protect PPT and PPTX Files via REST API....watermarks into PPT and PPTX files using a secure REST API—without...presentation ownership when sharing files externally. Key benefits include:...

    blog.groupdocs.cloud/watermark/add-text-waterma...
  4. 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 Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET...." \ --data-binary "@path/to/file" Windows PowerShell # First...$env:JWT_TOKEN" ` - -data-binary "@path/to/file" Windows CMD rem First get JSON...

    docs.groupdocs.cloud/conversion/convert-documen...
  5. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document Formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same Format....across a wide range of document formats. Below, the shortlist of possible...documents should be of the same format. Split Document The split operation...

    docs.groupdocs.cloud/merger/features-overview/
  6. 使用 REST API 解决方案在 Python 中将 PDF 转换为 TXT

    适用于 Python 的 GroupDocs.Conversion Cloud SDK 使开发人员能够在其应用程序中无缝地添加高保真文档转换功能...from_keys(app_sid, app_key) file_api = groupdocs_conversion_cloud...app_key) try: #upload soruce file to storage filename = '02_pages...

    blog.groupdocs.cloud/zh/conversion/extract-text...
  7. 在线 HTML 转 PDF 转换器 | 网页转 PDF

    使用我们的在线转换工具免费将 HTML 转换为 PDF。如何在 .NET 应用程序中通过 REST API 自动化 HTML 到 PDF 的转换...文件到云存储: using (var fileStream = File.OpenRead("input.html")) { var...{ FilePath = "input.html", Format = "pdf", OutputPath = "converted/output...

    blog.groupdocs.cloud/zh/conversion/html-to-pdf-...
  8. Add Image Watermark to Word in C# | Watermark D...

    Learn how to add image watermark to Word documents online using GroupDocs.Watermark Cloud SDK for .NET. Add logos, photos, or JPG images as watermarks in DOC and DOCX Files programmatically....watermarks to DOCX and DOC files online without installing Microsoft...Confidentiality: Mark internal files with watermarks like “Confidential”...

    blog.groupdocs.cloud/watermark/add-image-waterm...
  9. Get Document Information | Documentation

    This REST API allows obtaining basic inFormation about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document File extension; Document size in bytes; Document File Format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Document file extension; Document size in bytes; Document file format;...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/parser/get-document-inform...
  10. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). 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 Spreadsheet Format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....representation in the cloud storage (HTML file and resources) Download HTML...edited document into Spreadsheet format in the storage Download saved...

    docs.groupdocs.cloud/editor/working-with-dsv-do...