Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 878 for

sample code

(0.03 sec)
  1. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following Code Sample renders Presentation with notes. 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.... The following code sample renders Presentation with...

    docs.groupdocs.cloud/viewer/render-document-wit...
  2. Storage API Credits hosting on private self inf...

    From the API usage I see, I’m charged one credit for each upload/download I’ve a few questions within the cloud plan on API billing, if someone can help answer: I’m confused as to what exactly is the difference betwe…...pptx" }' I get { "code": "errorItemNotFound", "message":...with python code, can you tplease share your python code also? Are...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  3. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following Code Sample shows how to render password-protected documents. 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. Swagger UI lets you call this REST API directly from the browser.... The following code sample shows how to render password-protected...

    docs.groupdocs.cloud/viewer/load-password-prote...
  4. 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.... The following code sample shows how to enable minification...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  5. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password. The following Code Sample shows how to compare password-protected documents. 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.... The following code sample shows how to compare password-protected...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/comparison/compare-multipl...
  6. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following Code Sample shows how to compare multiple documents with specific options. 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.... The following code sample shows how to compare multiple...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/comparison/compare-multipl...
  7. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting document; The following Code Sample shows how to accept/reject changes. 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....document; The following code sample shows how to accept/reject...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  8. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following Code Sample shows how to enable rendering of grid lines. 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.... The following code sample shows how to enable rendering...{ 'FilePath': 'SampleFiles/sample.xlsx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  9. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following Code Sample demonstrates how to enable layered rendering.... Following code sample demonstrates how to enable...{ 'FilePath': 'SampleFiles/sample.pdf' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  10. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-enCoded fonts or as external resources....font name as shown in the code sample below. API Usage There are...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML'...

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