Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,291 for

get pages

(0.04 sec)
  1. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or Get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....layout Leave feedback On this page GroupDocs.Viewer Cloud also...cloud storage Render document or get document info Download rendered...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  2. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the Pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $CLIENT_ID and $CLIENT_SECRET....Text Leave feedback On this page This REST API allows extracting...formatted text by setting the pages extraction mode option. You...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  3. Document Splitting in Java | PPT Document Splitter

    Learn how to split PowerPoint PPT or PPTX slides into separate files using Java. Follow step-by-step instructions to achieve efficient PowerPoint files splitting....on the GroupDocs website to get your API key . Once you have...options mode to INTERVALS or PAGES . Now, create an instance of...

    blog.groupdocs.cloud/merger/split-powerpoint-pp...
  4. Announcing First Release of Next Generation Gro...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....whole document, page by page or custom range of pages. Some major...Using Web API explorer, you can get information about all the resources...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  5. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....signature Leave feedback On this page A digital electronic signature...visual appearance on document pages. PDF document format supports...

    docs.groupdocs.cloud/signature/sign-document-wi...
  6. Render Excel Data to HTML using REST API in Python

    Programmatically render Excel spreadsheet data to HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....groupdocs_viewer_cloud Please get your Client ID and Client Secret...the CreateViewRequest method Get a response by calling the create_view...

    blog.groupdocs.cloud/viewer/render-excel-data-t...
  7. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or Get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....document Leave feedback On this page GroupDocs.Viewer Cloud enables...cloud storage Render document or get document info Download rendered...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  8. Python 中的逐步 PNG 到 PPTX 轉換教學

    在 Python 中使用 GroupDocs.Conversion Cloud SDK 將 PNG 圖像轉換為 PPTX 簡報。請按照此分步指南,了解代碼、cURL 命令和技巧。...對於單頁 PNG, pages 屬性不會產生影響,但它示範了如何在多頁來源中限制頁面。...pptx_options . pages = [ 1 ] # Limit to first page (useful for PDFs)...

    blog.groupdocs.cloud/zh-hant/conversion/step-by...
  9. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or Get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....document Leave feedback On this page GroupDocs.Viewer Cloud API enables...cloud storage Render document or get document info Download rendered...

    docs.groupdocs.cloud/viewer/render-document/
  10. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you Get output content minified....HTML Leave feedback On this page When you are looking for the...HtmlOptions class, that lets you get output content minified. Minification...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...