Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,803 for

name

(0.12 sec)
  1. Upload file to my storage and create call to co...

    Hello there , first thanks for your time and help, i like to ask if is posible some one guide me about how upload a file to my storage and make a call to convert it, i already get my token with curl, using my client_id …... Method parameters: Name Type Description Comment format...

    forum.groupdocs.cloud/t/upload-file-to-my-stora...
  2. Convert GIF File to JPG in Java

    Install GroupDocs.Conversion Cloud SDK for Java to convert GIF file to JPG. Build a GIF to JPG converter module for your business application....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/conversion/convert-gif-fil...
  3. SVG to HTML Document Conversion in Java: A Comp...

    Learn how to convert SVG to HTML file in Java using GroupDocs.Conversion Cloud SDK for Java. Follow our step-by-step guide for optimal results....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Then, provide the cloud storage name. Next, set the input SVG file...

    blog.groupdocs.cloud/conversion/svg-to-html-doc...
  4. 使用 Java 中的 REST API 将文档呈现为 HTML5 |适用于 Java 的 Gr...

    GroupDocs.Viewer Cloud 是一个文档渲染和查看 REST API 解决方案,提供了完全的平台和编程语言自由。...ory</id> <name>GroupDocs Artifact Repository</name> <url>http://repository...

    blog.groupdocs.cloud/zh/viewer/render-documents...
  5. Convert JPG to PDF in Node.js | Image to PDF RE...

    Convert JPG images into secure, print-ready PDF documents using Node.js API. Learn benefits, use cases, and multiple conversion methods for JPG to PDF...the name of input JPG image, resultantPath with the name of resultant...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  6. How to Create GroupDocs Add-On for cloudControl

    Find detailed instructions on how to create GroupDocs add-on for cloudControl platform....cctrlapp YOUR_APP_NAME addon.add YOUR_ADDON_NAME.PLANE Now we have...the line os.environ[‘VARIABLE NAME’]. If you try this in cloudControl...

    blog.groupdocs.cloud/total/how-to-create-groupd...
  7. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...: "string" } FileInfo fields Name Description FileInfo Input file...

    docs.groupdocs.cloud/annotation/annotateoptions/
  8. 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/
  9. Signature envelope expiration - Free Support Fo...

    Hi, Using cloud signature api. When does the envelope expire email go out - in how many days? Also when does reminder emails go out? I’m sure all other emails are sent instantly. Thanks...$signature->CreateSignatureEnvel($clientID, $name, null, null, null, null, $s...

    forum.groupdocs.cloud/t/signature-envelope-expi...
  10. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated..."failed" : [] } UpdateResult fields Name Description API Version fileInfo...

    docs.groupdocs.cloud/signature/updateresult/