Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 5,074 for

storage api

(0.09 sec)
  1. HTML Viewer - Optimize for printing | Documenta...

    If you need to optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML pages will be converted to vector SVG format for better quality for print and page layout. 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.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/html-viewer-optimiz...
  2. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud Storage Call Api method Download comparison result document from Storage (if any) Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details. Swagger UI lets you call this REST Api directly from the browser.... API usage There are steps that usage...input documents into cloud storage Call API method Download comparison...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  3. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the Api provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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 from a CAD drawing the API provides CadOptions.LayoutName...to render a specific layout. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/render-single-layout/
  4. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign Api method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the Storage....as input parameters for Sign API method SignSettings example {...SignSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/signsettings/
  5. How to compare two PDF files | Documentation

    Comparing different file types is very simple, just upload compared files into the Storage and call comparisons method. Here is an example how to compare PDF files. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud Storage Compare documents or get document info Download comparison result document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details....upload compared files into the storage and call comparisons method...example how to compare PDF files. API usage There are steps that usage...

    docs.groupdocs.cloud/comparison/how-to-compare-...
  6. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. 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.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  7. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/render-print-areas/
  8. GroupDocs.Storage for Cloud on Document Automat...

    GroupDocs.Storage for Cloud on Document Automation REST Apis | GroupDocs Cloud Recent content in GroupDocs.Storage for Cloud on Document Automation REST Apis | GroupDocs Cloud GroupDocs.Storage Clo......Storage for Cloud on Document Automation REST APIs | GroupDocs...GroupDocs.Storage for Cloud on Document Automation REST APIs | GroupDocs...

    blog.groupdocs.cloud/th/tag/groupdocs.storage-f...
  9. GroupDocs.Storage Cloud Product Family on Docum...

    GroupDocs.Storage Cloud Product Family on Document Automation REST Apis | GroupDocs Cloud Recent content in GroupDocs.Storage Cloud Product Family on Document Automation REST Apis | GroupDocs Cloud......Storage Cloud Product Family on Document Automation...Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Storage...

    blog.groupdocs.cloud/th/tag/groupdocs.storage-c...
  10. 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....Watermarks Leave feedback This REST API allows adding watermarks inside...inside the documents. With this API you can add watermarks with following...

    docs.groupdocs.cloud/watermark/add-watermarks/