Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 1,444 for

pdf to jpg

(0.07 sec)
  1. 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' }" Response...= source options . format = "jpg" options . output_folder = "output"...

    docs.groupdocs.cloud/comparison/create-document...
  2. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks To the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, Jpg. You may upload the desired image To the STorage and then pass the path as a parameter of Watermark operation; 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....image formats: PNG, GIF, TIFF, JPG. You may upload the desired image...FilePath ": " documents \\ sample.pdf ", " StorageName ": "" }, " WatermarkDetails...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  3. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason To believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (To sign) and public (To verify) keys. Most often certificates of various public key crypTography standards are used for this purpose, for example PFX format (see specification here).... PDF document format supports digital...signature looks by default on PDF document page.. GroupDocs.Signature...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Java 将 PPT 和 PPTX 转换为 HTML 文档。

    使用易于使用的 Cloud REST API 将 PowerPoint PPT 转换为 Java 中的 HTML。本文介绍如何使用 Java API 将 PowerPoint PPT 或 PPTX 转换为 HTML。...广泛的文件格式 ,不仅可以转换 PowerPoint,还可以转换 PDF、Word、Excel、HTML 页面、CAD 文件、光栅图像等。...Python 中将 PowerPoint PPT/PPTX 转换为 JPG/JPEG 图像 在 Python 中将 XML 转换为 CSV,将...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  5. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupdocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need To get started is adding our SDK To your existing project....example demonstrating how to sign pdf document with digital signature... ImageFilePath = "signature.jpg" , CertificateFilePath = "temp...

    docs.groupdocs.cloud/signature/quick-start/
  6. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "Top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "Top": 5, "right": 5, "botTom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....pdf" , "left" : 10 , "top" : 10 ...object Provides options for Pdf Documents to add Text Signature...

    docs.groupdocs.cloud/signature/signature-option...
  7. Incorrect Python Sdk Example - Free Support For...

    The python example shown on the document conversion webpage has a minor mistake. The example shows “ConversionApi”, which I believe should be “ConvertApi”, as is confirmed by the output when attempting To evaluate the co…...jpg (101.1 KB) Unfortunately, even...client_key) try: #Convert PPTX to PDF # Prepare request request = ...

    forum.groupdocs.cloud/t/incorrect-python-sdk-ex...
  8. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....pdf" , "fileFormat" : "Portable Document...files" }, { "extension" : ".jpg" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  9. Python Bulk Find and Replace in Word Document -...

    Hi @tilal.ahmad hope you are doing great. Just wanted To reach out To you regarding one of the challenge I am facing . I was successful in converting Pdf To word using Group Docs. Now on the converted word doc I want To…...was successful in converting pdf to word using Group Docs. Now...Python Page formatting issue in PDF to Word Document Conversion tilal...

    forum.groupdocs.cloud/t/python-bulk-find-and-re...
  10. 用于保护文档的水印云 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通过 REST API 对文档添加水印。特点包括;添加图像或文本水印,删除、替换或搜索水印。...add(request); C# 中的 PDF 文档去除水印 # 下面的代码片段展示了如何使用 [GroupDocs...for .NET][13] 在 CSharp 中快速删除 PDF 文档中的任何水印。 // For complete examples...

    blog.groupdocs.cloud/zh/watermark/watermark-clo...