Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 1,273 for

docx to pdf

(0.13 sec)
  1. 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...
  2. 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...
  3. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, Pdf portfolios, MS Outlook sTorages. 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.STorageName STorage name It could be omitted for default sTorage. FileInfo.Password The password To open file It should be specified only for password-protected documents....attached documents like emails, PDF portfolios, MS Outlook storages...like ZIP archives, emails or PDF portfolios. ContainerItemInfo...

    docs.groupdocs.cloud/parser/get-container-items...
  4. Working with Verify 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 verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, Pdf, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....on document (Cells, Images, PDF, Slides or Words) Signature API...cloud/v1/signature/SignedForVerificatio.pdf/collection/verification?folder#storage...

    docs.groupdocs.cloud/signature/working-with-ver...
  5. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST API 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。...docx"); options.setFileInfo(fileInfo);...apiInstance.add(request); C# 中的 PDF 文檔去除水印 # 下面的代碼片段展示瞭如何使用 [GroupDocs...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...
  6. Create Document Preview | Documentation

    GroupDocs.Comparison 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.Comparison 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":"jpeg"}' Windows PowerShell...'FileInfo': { 'FilePath': 'sample2.pdf' }, 'Format': 'jpeg' }" Windows...

    docs.groupdocs.cloud/comparison/create-document...
  7. 使用 Java 和 .NET 管理文档元数据 |元数据云API

    使用 REST API 以及适用于 Java 和 .NET 的开源元数据 SDK,在 Java 和 C# 中添加元数据、编辑、删除和提取来自 50 多种文件格式的元数据。...您可以对任何文字处理文档、电子表格、演示文稿、音频和视频文件、图像、PDF、电子书、绘图等文档执行操作。下面列出了 GroupDocs...文件类型 文件格式 MS Word/文字处理文档 DOC、DOCX、DOCM、DOT、DOTX Excel/电子表格 XL...

    blog.groupdocs.cloud/zh/metadata/manipulate-met...
  8. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows To merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows To join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx", "Password": "password" } }..."FilePath": "/WordProcessing/one-page.docx" }, "WordJoinMode": "Continuous"...

    docs.groupdocs.cloud/merger/join-word-continous/
  9. 使用 cURL 对 MS Office、PDF 和许多其他文档格式中的原始文本进行分类

    GroupDocs.Classification Cloud API 检索分类法/文档分类法的原始文本分类输出,其中包含有关最佳类别的信息...docx", Folder = "" }, }, bestClassesCount:...{"Folder": "words/docx","Name": "four-pages.docx" } }' 回复 # { "bestClassName":...

    blog.groupdocs.cloud/zh/classification/classify...
  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....conversion format: HTML, JPG, PNG or PDF Required. File binary Input file...configuration ); String format = "pdf" ; File fileObj = new File (...

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