Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 930 for

sample code

(0.05 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 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/
  5. 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...
  6. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels.... Following code sample shows how to use custom field...{ 'FilePath': 'SampleFiles/sample.msg' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  7. LaTeX Converter | LaTeX to Word | Tex to DOC, D...

    Convert LaTeX to Word DOC, DOCX using Python and *LaTeX Converter* REST API for seamless web publishing, cross-platform compatibility, and interactive scientific/mathematical content....from the dashboard and add the code as shown below: Step 3: Upload...document to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/conversion/convert-latex-t...
  8. 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...
  9. 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...
  10. LaTeX Converter | LaTeX to PDF | Tex to PDF in ...

    Easily convert LaTeX to PDF with Python and the LaTeX Converter REST API for seamless web publishing, cross-platform compatibility, and interactive scientific/mathematical content....and incorporate the provided code as demonstrated below: Step...the cloud using the following code example: As a result, the LaTeX...

    blog.groupdocs.cloud/conversion/convert-latex-t...