Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 1,289 for

pdf to docx

(0.36 sec)
  1. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....pdf" }, "Options": [ { "AllPages":...'signaturedocs/signedDigital_sample2.pdf' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/verify-digital-s...
  2. Convert document direct async | Documentation

    This example demonstrates how To convert word processing document inTo Pdf document asyncronously without using cloud sTorage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....word processing document into pdf document asyncronously without...= File . Open ( "four-pages.docx" , FileMode . Open ); var request...

    docs.groupdocs.cloud/conversion/convert-documen...
  3. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats To Words, Cells, Html, Pdf, Slides and Image formats....pdf"][4] \ -X GET \ -H "Content-Type:...AttachmentName = "password-protected.docx", Folder = null, Storage = null...

    blog.groupdocs.cloud/viewer/first-public-releas...
  4. 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....Document Format PDF Microsoft Word DOC, DOCX, DOCM, DOT, DOTX..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  5. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows To create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Create preview images Download images For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....pdf" }, "Format": "jpg" }' Windows...'FileInfo': { 'FilePath': 'sample2.pdf' }, 'Format': 'jpg' }" Windows...

    docs.groupdocs.cloud/signature/create-document-...
  6. Excel to Text Conversion | 在 C# 中将 XLS、XLSX 转换为...

    如何使用 .NET REST API 将 Excel 电子表格 (XLS/XLSX) 转换为纯文本文件。自动化 Excel 到文本的转换并简化数据提取。...NET REST API 将 DOCX 转换为 PDF...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  7. Internal error: Exception of type 'System.OutOf...

    I’m using groupdocs conversion cloud deployed on my server but when I try To convert 50mb xls file its giving error Internal error: Exception of type ‘System.OuTofMemoryException’ was thrown I’m using the following API…...format=pdf&fromPage=1&pagesCount=0 Screenshot...was successfully converted to pdf using latest version of GroupDocs...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  8. Verify Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To verify a signed document. It provides methods To verify Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object data in request body....Linux/MacOS/Bash # Verify barcode in a PDF document curl -v "https://api...cloud/v1/signature/Signed_BarCode.pdf/barcode/verification?Folder#signed"...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  9. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, Pdf, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....on document (Cells, Images, PDF, Slides or Words) Signature API...cloud/v1/signature/SignedForVerificatio.pdf/collection/search?folder#signed"...

    docs.groupdocs.cloud/signature/working-with-sea...
  10. 在 Python 中将 SVG 高质量转换为 PNG

    SVG To PNG API 专为开发人员设计,用于将 SVG 图像转换为 PNG 文件。本文介绍如何在 Python 中将 SVG 高质量转换为 PNG。...svg", storage_name) # 上传docx文件到云端 response = file_api.upload_file(request)...rotate_angle = 90 convertOptions.use_pdf = False settings.convert_options...

    blog.groupdocs.cloud/zh/conversion/convert-svg-...