Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,803 for

name

(0.07 sec)
  1. Convert PDF to PowerPoint | PDF to PPT | PDF to...

    Seamlessly convert PDF to PowerPoint presentations using C# .NET. Save PDF to PPT online. Free PDF to PPTX Converter....cloud storage while passing the name for input PDF document. fileUpload...the name for input PDF, output format as ppt and the name for...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  2. How to self-host GroupDocs.Annotation Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with...."LICENSE_PRIVATE_KEY#private_key" ` - -name annotation_cloud ` groupdocs...LICENSE_PRIVATE_KEY#private_key \ --name annotation_cloud \ groupdocs/annotation-cloud...

    docs.groupdocs.cloud/annotation/self-host-with-...
  3. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process to demonstrate GroupDocs Assembly Cloud API within a few minutes...."2015-03-05" , "products" : [ { "name" : "Monitor" , "price" : 2 ..., "quantity" : 2 }, { "name" : "Computer" , "price" : 3 , "quantity"...

    docs.groupdocs.cloud/assembly/getting-started/q...
  4. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "Name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page...."pages" : [ { "number" : 0 , "name" : null , "width" : 612 , "height"...false } ] } InfoResult fields Name Description FileInfo File path...

    docs.groupdocs.cloud/signature/inforesult/
  5. AnnotationApiLink | Documentation

    AnnotationApiLink describes output file link FileInfo example { "Href": "string", "Rel": "string", "Type": "string", "Title": "string" } FileInfo fields Name Description Href File download url Rel Reserved Type Reserved Title File Name...: "string" } FileInfo fields Name Description Href File download...Reserved Type Reserved Title File name Was this page helpful? Not really...

    docs.groupdocs.cloud/annotation/annotationapilink/
  6. Java: Convert MPP to PDF | MPP to PDF Converter...

    Learn how to convert MPP to PDF using Java REST API. Simplify project sharing, enhance accessibility, and ensure compatibility with a universal PDF format....cloud</id> <name>repository.groupdocs.cloud</name> <url>https://releases...the input file name, output format and the name of resultant document...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  7. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage Name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose.... If you do not pass storage name API will find the folder in...Path of the file including file name and extension e.g. /Folder1/file...

    docs.groupdocs.cloud/merger/working-with-folder/
  8. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given Name from GroupDocs Cloud Storage. API Explorer GroupDocs.Signature Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/signature/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...

    docs.groupdocs.cloud/signature/working-with-sto...
  9. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41...."string" } AnnotationInfo fields Name Description Angle Gets or sets...CreatorName Gets or sets the name of the creator FieldText Gets...

    docs.groupdocs.cloud/annotation/annotationinfo/
  10. Edit PDF Metadata in C# - PDF Metadata Editor

    Install GroupDocs.Metadata Cloud SDKs for .NET and edit PDF metadata in C# Programmatically. It also offers a web-based online metadata editor....set the metadata by property name of a PDF document using a REST...API. Set Metadata by Property Name The following code snippet shows...

    blog.groupdocs.cloud/metadata/edit-metadata-of-...