Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,066 for

sample code

(0.17 sec)
  1. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...However, manually writing client code can be difficult, error-prone...However, manually writing client code can be difficult, error-prone...

    docs.groupdocs.cloud/viewer/working-with-storage/
  2. Internal error: Exception of type ‘System.OutOf...

    Hi We are seeing this error. It is impacting our production traffic badly.We are a paid subscription member and use Python API. Earlier it was once in a week…now it is every day few times.Sample snippet is app_…...Sample snippet is app_sid = settings...something like that: { "Error":{ "Code":"ErrorItemNotFound", "Message":"Error...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  3. Extract Text from HTML | HTML Text Parser | HTM...

    Learn how to extract text from HTML with .NET REST API. Parse clean text, remove tags, and automate HTML content extraction with .NET REST API. HTML to TXT...\"FileInfo\": { \"FilePath\": \"sample.html\", \"StorageName\": \"internal\"...without writing a single line of code. Try our free online HTML Parser...

    blog.groupdocs.cloud/parser/extract-text-from-h...
  4. Add Text Watermark to PDF in C# | Insert Waterm...

    Learn how to add a text watermark to PDF files using C# .NET. Protect, brand, and customize your PDF documents with watermark text using .NET REST API...."FileInfo": { "FilePath": "Sample.pdf" }, "OutputPath": "output/output...with your actual token, and Sample.pdf with the uploaded PDF filename...

    blog.groupdocs.cloud/watermark/add-text-waterma...
  5. 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-...
  6. 在 .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-...
  7. 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":..."Image": { "FilePath": "images/sample.jpg" } }, "TextSearchCriteria":...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  8. 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/
  9. 在 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-...
  10. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example...."FilePath": "containers/archive/sample.zip" }, "TemplatePath": "t...'FilePath': 'containers/archive/sample.zip' }, 'TemplatePath': 't...

    docs.groupdocs.cloud/parser/parse-by-template-o...