Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 3,738 for

name

(0.04 sec)
  1. 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...
  2. Convert PDF to PowerPoint | PDF to PPT | PDF to...

    Seamlessly convert PDF to PowerPoint presentations using Java REST API. Save PDF to PPT online. Free PDF to PPTX Converter....cloud</id> <name>repository.groupdocs.cloud</name> <url>https://releases...input file name, output format as PPT and the name of the resultant...

    blog.groupdocs.cloud/conversion/pdf-to-ppt-java/
  3. Convert HTML to PDF in C# .NET

    Discover how GroupDocs.Cloud Conversion API simplifies HTML to PDF conversion. Programmatically convert HTML to PDF with ease using C# .NET....storage, where we provide the name for input HTML file. fileUpload...the name for input HTML, output format as pdf and the name for...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. 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....SignOptionsCollectio Object Fields Name Type Description Items List...CellsSignTextOptions Object Fields Name Type Description Text string...

    docs.groupdocs.cloud/signature/signature-option...
  5. 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/
  6. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...SignResult fields Name Description FilePath Name of the verified...

    docs.groupdocs.cloud/signature/verifyresult/
  7. Need help sending envelopes with different Comp...

    This is what we need to do using the cloud API: all of our CRM users share 1 group docs account with us passing SENDER’S companyName/contact details when esignature is sent Or all of our CRM users have sub accounts …...envelopes with different Company Names / contacts GroupDocs.Signature...Client(Company Name differs for each CRM Client and Contact Name at Company/Email/Phone)...

    forum.groupdocs.cloud/t/need-help-sending-envel...
  8. Contact Sharpened Productions

    Use the contact form to send us feedback or questions....(Mac) File Viewer (Android) Name: Email address: Subject: Message:...

    sharpened.com/contact
  9. 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...
  10. 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-...