Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,144 for

sample code

(0.07 sec)
  1. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following Code Sample shows how to render a specific layer of a CAD drawing. 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 render a specific...

    docs.groupdocs.cloud/viewer/render-layers/
  2. 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...
  3. PDF file containing progress bars doesn’t get p...

    PDF file containing progress bars doesn’t get properly converted to WORD file Hey, I'm using Groupdocs conversion API using Node.js to convert PDF to WORD. I'm able to convert PDF to WORD but the c...... But with the code provided by you I was able to...latest SDK before but I was using code differently where, for width...

    forum.groupdocs.cloud/t/pdf-file-containing-pro...
  4. ۔NET Document Viewer Cloud API | GroupDocs.View...

    Render 190+ document formats in .NET apps with GroupDocs.Viewer Cloud API. Convert to HTML, PDF, or image, preserving layout. Free trial available....FileInfo { FilePath = "SampleFiles/sample.docx" }; var viewOptions =...Spreadsheet as HTML This code sample converts an Excel spreadsheet...

    releases.groupdocs.cloud/viewer/net/
  5. 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/
  6. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following Code Sample shows how to set the output image size limits when rendering the document.... The following code sample shows how to set the output...{ 'FilePath': 'SampleFiles/sample.jpg' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  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 all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following Code Sample shows how to render layouts along with the Model of a CAD drawing. 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 render layouts...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  9. 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.... The following code sample shows how to render a specific...

    docs.groupdocs.cloud/viewer/render-single-layout/
  10. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following Code Sample shows how to render hidden pages. 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....worksheets The following code sample shows how to render hidden...

    docs.groupdocs.cloud/viewer/render-hidden-pages/