Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 3,698 for

name

(0.07 sec)
  1. 将 PDF 转换为 PowerPoint | PDF 转换为 PPT | PDF 转换为 PP...

    无缝将 PDF 转换为 PowerPoint 演示文稿,使用 Java REST API。在线将 PDF 保存为 PPT。免费的 PDF 转 PPTX 转换器。...cloud</id> <name>repository.groupdocs.cloud</name> <url>https://releases...

    blog.groupdocs.cloud/zh/conversion/pdf-to-ppt-j...
  2. 发布下一代 GroupDocs.Signature 云 API

    GroupDocs.Signature for Cloud 是一个 REST API,用于创建、验证和搜索应用程序中文档的不同类型的 Signatures 对象...request = new PostDigitalRequest { Name = "02_pages.pdf", SignOptionsData...= new PostVerificationDigi { Name = "Signed_Digital.pdf", VerifyOptionsData...

    blog.groupdocs.cloud/zh/signature/releasing-nex...
  3. 發布下一代 GroupDocs.Signature 雲 API

    GroupDocs.Signature for Cloud 是一個 REST API,用於創建、驗證和搜索應用程序中文檔的不同類型的 Signatures 對象...request = new PostDigitalRequest { Name = "02_pages.pdf", SignOptionsData...= new PostVerificationDigi { Name = "Signed_Digital.pdf", VerifyOptionsData...

    blog.groupdocs.cloud/zh-hant/signature/releasin...
  4. 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....'OutputPath': 'Output' }" Response [ { "name" : "sample_1.eml" , "size" :.../Output/sample_1.eml" }, { "name" : "sample_2.eml" , "size" :...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  5. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview..."RenderComments" : true } FileInfo fields Name Description FileInfo Input file...

    docs.groupdocs.cloud/annotation/previewoptions/
  6. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....0, " ForegroundColor ": { " Name ": " red " }, " TextAlignment...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  7. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage Name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All.... Name Description Comment FilePath...property StorageName Storage name Could be omitted for default...

    docs.groupdocs.cloud/merger/join-document-cross...
  8. Document Splitting in Java | PDF Document Splitter

    Learn how to split PDF into separate files in Java. Explore the features of GroupDocs.Merger Cloud SDK for Java and split PDFs using page numbers or ranges....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/java-document-split...
  9. Merge PDF Files in Java

    Learn how to merge PDF documents in Java using GroupDocs.Merger Cloud SDK for Java using this comprehensive step-by-step guide....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/combine-and-merge-p...
  10. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. 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....html" } ], "attachments" : [ { "name" : "attachment-image.png" ,...attachment-image.png" }, { "name" : "attachment-word.doc" , "path"...

    docs.groupdocs.cloud/viewer/get-attachments/