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

sample code

(0.03 sec)
  1. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following Code Sample shows how to get changes coordinates. 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 get changes...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  2. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following Code Sample shows how to apply the watermark to the output 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.... The following code sample shows how to apply the watermark...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/add-watermark/
  3. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following Code Sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates.... Following code sample shows how to retrieve and...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'PNG'...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  4. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following Code Sample shows how to render first and third pages of a document. 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 first...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  5. 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...
  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. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following Code Sample shows how to render a Word document including tracked changes. 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 Word...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  8. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Presentations The following code sample shows how to render documents...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. 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/
  10. 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...