Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,751 for

name

(0.06 sec)
  1. 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/
  2. Google Cloud Storage UploadFileRequest succesfu...

    After generating keys for my Google Cloud Storage bucket, I can see my files in the web UI at https://dashboard.groupdocs.cloud/files. I am however unable to upload files via the web UI as well as using merger_cloud.Uplo…...along with the folder(container) name and let us know if you still...you need to pass the storage name in the UploadFileRequest. Otherwise...

    forum.groupdocs.cloud/t/google-cloud-storage-up...
  3. DeleteViewOptions | Documentation

    DeleteViewOptions data structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the document, delete view requested for. Required. FileInfo.StorageName Storage Name FileInfo.VersionId File version Id FileInfo.Password Not used...} } DeleteViewOptions fields Name Description FileInfo.FilePath...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  4. C#: Convert MPP to Excel | Export MS Project to...

    Learn how to convert Microsoft Project (MPP) files to Excel (XLS/XLSX) online. A step-by-step guide to export MS Project data into Excel for easy analysis....input file name, output format as XLS and the name of the resultant... Replace: inputMPP with the name of input MS Project file, resultantXLS...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  5. How to self-host GroupDocs.Signature Cloud with...

    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, runtimes dependencies, file system. The container is an isolated process with additional features that you can interact with...."LICENSE_PRIVATE_KEY#private_key" ` --name signature_cloud ` groupdocs...LICENSE_PRIVATE_KEY # private_key \ -- name signature_cloud \ groupdocs...

    docs.groupdocs.cloud/signature/how-to-self-host...
  6. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage Name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....} ] } UpdateSettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/updatesettings/
  7. Working with 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 sign a document with Barcode. It provides methods to create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Barcode Signature to Document You can create Barcode Signature on Document provided by fileName and document folder (if required) using following API....object which contains document name, folder location and signing...parameters to specify desired file name and folder to save file. When...

    docs.groupdocs.cloud/signature/working-with-bar...
  8. Renaming Fields in Template to not save new Nam...

    I have video attached. Using Cloud API account, either creating a new template or updating existing do not update the Name of the fields. Am I doing anything wrong on my end?...in Template to not save new Names GroupDocs.Signature Cloud Product...updating existing do not update the name of the fields. Am I doing anything...

    forum.groupdocs.cloud/t/renaming-fields-in-temp...
  9. 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.Editor 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...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/editor/working-with-folder/
  10. Combine PDF Files Using C# .NET | Merge PDFs Ef...

    Learn how to combine PDF files using C# .NET. Easy and simple steps to merge PDF files using PDF merger. Concatenate multiple PDF documents into single PDF...an object where we define the name of input PDF and count of pages...replace sourceFile1 with the name of first input PDF file and...

    blog.groupdocs.cloud/merger/combine-pdf-files-w...