Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,140 for

sample code

(0.05 sec)
  1. Convert HTML to PDF in C# .NET

    Discover how GroupDocs.Cloud Conversion API simplifies HTML to PDF conversion. Programmatically convert HTML to PDF with ease using C# .NET.... The sample PDF generated in the above...Product documentation API source code Free support forum Conclusion...

    blog.groupdocs.cloud/conversion/convert-html-to...
  2. Convert Excel to HTML | XLS to HTML | Save Exce...

    Explore step-by-step instructions and expert tips for seamless conversion of XLS and XLSX to HTML. How to convert Excel to HTML effortlessly.... The sample Excel workbook used in the...Product documentation API source code Free support forum Free consulting...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  3. 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...
  4. 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...
  5. 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/
  6. 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...
  7. 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...
  8. C# Excel to PDF | XLS to PDF | XLSX to PDF online

    Seamlessly convert Excel workbooks to PDF using C# .NET. Expert techniques for XLS and XLSX files into high-quality PDF documents conversion.... The sample Excel workbook and resultant...Product documentation API source code Free support forum Free consulting...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  9. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following Code Sample shows how to render N consecutive 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 N consecutive...{ 'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  10. 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/