Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 953 for

sample code

(0.06 sec)
  1. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word documents to HTML in C# .NET. Learn benefits of converting DOC, DOCX file to HTML format with C# .NET....UploadFile(new UploadFileRequest("input-sample.doc", stream)); Create an instance...Product documentation API source code Free support forum Free consulting...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  2. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....FilePath ": " with_watermarks \\ sample.pdf " }, " OutputFolder ":...FilePath ": " watermark_images \\ sample_watermark.png ", " StorageName...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  3. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....FilePath ": " with_watermarks \\ sample.pdf ", }, " ReplaceTextOptions...{ " FilePath ": " images \\ sample.jpg " } }, " TextSearchCriteria...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  4. 在 .NET 中将 PDF 转换为 HTML | PDF 转网页转换器

    如何使用 .NET API 将 PDF 转换为 HTML。逐步指南,包括代码示例、cURL 命令和 SEO 友好的提示,以实现准确的 PDF 到网页转换。...OpenRead("sample.pdf")) { var uploadRequest...uploadRequest = new UploadFileRequest("sample.pdf", fileStream); fileApi....

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  5. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...replace in the corresponding code. Below is an example demonstrating...Open ( "Resources/SampleFiles/sample.docx" ) if err != nil { fmt...

    docs.groupdocs.cloud/viewer/quick-start/
  6. 在 C# 中将 DOCX 转换为 PDF | 免费的在线 DOC 转 PDF 转换器

    轻松使用 REST API 将 DOC 和 DOCX 文件转换为高质量的 PDF 格式。了解如何在线将 DOC、DOCX 文件转换为 pdf。...OpenRead("sample.docx")) { var uploadRequest...uploadRequest = new UploadFileRequest("sample.docx", fileStream); fileApi...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  7. 11. Convert nsf storage to eml documents | Docu...

    This example demonstrates how to convert nsf storage into set of eml documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....token>" -d "{ 'FilePath': 'sample.nsf', 'Format': 'eml', 'LoadOptions':...'Output' }" Response [ { "name" : "sample_1.eml" , "size" : 55674 , "path"...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  8. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....FilePath ": " with_watermarks \\ sample.pdf " }, " OutputFolder ":...FilePath ": " watermark_images \\ sample_watermark.png " } } }" Response...

    docs.groupdocs.cloud/watermark/search-watermarks/
  9. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....token>" -d "{ 'FilePath': 'Cad/Sample.dwg', 'Format': 'pdf', 'LoadOptions':...: "Sample.pdf" , "size" : 20072 , "path" : "Output/Sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  10. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....--data-binary "@path/to/file" Resonse Code 200 <binary file> SDK examples...Open ( "Resources/SampleFiles/sample.docx" ) if err != nil { fmt...

    docs.groupdocs.cloud/viewer/convert-and-download/