Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 3,692 for

name

(0.05 sec)
  1. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category Name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag Name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....properties by exact tag and category name. cURL example The following...properties with the “Created” tag name. Request # First get JSON Web...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Response { "properties" : [ { "name" : "NameOfApplication" , "value"...[ { "name" : "Software" , "category" : "Tool" }, { "name" : "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. 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/
  4. 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/
  5. Working with Folder API | 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 folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to 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 exposes.... If you do not pass storage name API will find folder in GroupDocs...Path of the file including file name and extension e.g. /Folder1/file...

    docs.groupdocs.cloud/conversion/working-with-fo...
  6. 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/
  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. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....200 } ] } SignSettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/signsettings/
  9. DXF to PDF Conversion in GroupDocs.Conversion C...

    Hello, I tires to convert .DXF files to PDF as follows: create the container: docker run -p 9080:80 -v /data:/data --Name conversion_cloud groupdocs/conversion-cloud with the attached DXF files, but got “internalError…...-p 9080:80 -v /data:/data --name conversion_cloud groupdocs/conversion-cloud...8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/...

    forum.groupdocs.cloud/t/dxf-to-pdf-conversion-i...
  10. C#: Embed Webpage into PowerPoint | Insert a We...

    Learn how to convert HTML to PowerPoint presentations using C# with GroupDocs.Conversion Cloud SDK. Insert HTML in PowerPoint or Convert HTML to PPT in C#....ConvertSettings where we specify the name for input HTML, resultant format...format as ppt and the name for resultant PowerPoint presentation...

    blog.groupdocs.cloud/conversion/convert-html-to...