Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 8,318 for

page

(0.18 sec)
  1. How to Configure 3rd Party Cloud Storages | Doc...

    Although GroupDocs Cloud provides storage facility to its customers, GroupDocs Cloud is not a real storage provider and therefore there is a File Retention Policy defined which customers needs to understand. Some customers are not comfortable with GroupDocs Cloud Storage and they want to use their own cloud storage or some other 3rd party storage services they are comfortable with. We at GroupDocs Cloud, go beyond limitations and make GroupDocs Cloud a kind of Gateway between a Developer and the Cloud Storage he prefers.... Following pages provides you step by step configuration...Windows Azure Storage Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/total/configure-3rd-party/
  2. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process to demonstrate GroupDocs Assembly Cloud API within a few minutes....Start Leave feedback On this page This section is intended to...would look as follows: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/assembly/getting-started/q...
  3. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Regex Leave feedback On this page This REST API allows to extract...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Document Splitting in Python | Python PDF Files...

    Learn how to split a PDF file into multiple PDF files in Python using the GroupDocs.Merger Cloud SDK. Improve document organization with this guide....difficult to extract specific pages or sections from a single PDF...into Pages and SDK Installation How to Split PDF Pages into Separate...

    blog.groupdocs.cloud/merger/split-pdf-file-into...
  5. Translating files | Documentation

    How to translate plain text....Translation SDK Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/file/
  6. Processing files | Documentation

    How to process a file....Rewriter SDK Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/rewriter/file/
  7. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Files Leave feedback On this page Download File API This API allows...cloud/v1.0/merger/storage/file/one-page.docx?storageName#MyStorage'...

    docs.groupdocs.cloud/merger/working-with-files/
  8. How to Combine Multiple Word Documents using Py...

    Our API is designed to merge documents and files in various formats online. This article is about how to combine multiple word documents using Python....using REST API Merge Specific Pages of Multiple Word Files in Python...document or extract a document pages from single document. Word merge...

    blog.groupdocs.cloud/merger/how-to-combine-mult...
  9. 使用 PHP 在 HTML 页面中显示 Word 文档 |在 HTML 中查看 DOCX

    使用 PHP 中的 REST API 和 GroupDocs.Viewer Cloud for PHP SDK 以编程方式在 HTML 页面中显示 Word 文档。将 DOCX 呈现为响应式网页。...of page numbers to render. // This will render all pages from...from starting from page 1 to 3. $renderOptions->setStartPageNumber(1);...

    blog.groupdocs.cloud/zh/viewer/display-word-doc...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....Put whole sheet in a single page convertRange Convert specific...rowsPerPage Split a worksheet into pages by rows (pagination) columnsPerPage...

    docs.groupdocs.cloud/conversion/loadoptions/