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

sample code

(0.06 sec)
  1. 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...
  2. Python: Accept or Reject All Revisions of a Wor...

    Hi I have a word document with track changes on. Is there an api to accept all the revisions and create a clean document will all changes accepted?... Please find sample code for reference and check the...

    forum.groupdocs.cloud/t/python-accept-or-reject...
  3. 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...
  4. 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/
  5. 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/
  6. 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/
  7. 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...
  8. ۔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/
  9. 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/
  10. 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...