Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 8,193 for

page

(0.04 sec)
  1. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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....VerifySettings Leave feedback On this page VerifySettings data structure..."SignatureType" : "Text" , "Page" : 1 , "Text" : "John" , "MatchType"...

    docs.groupdocs.cloud/signature/verifysettings/
  2. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-Page.pdf", "size": 17958, "url": "converted/one-Page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download Page using File API...ConversionResult Leave feedback On this page ConversionResult data structure...ConversionResult example [ { "name" : "one-page.pdf" , "size" : 17958 , "url"...

    docs.groupdocs.cloud/conversion/conversionresult/
  3. Creating and Managing Application | Documentation

    Create New Application Log into Dashboard. Access the Applications Page. Click on the Create New Application button. If you have no storage created yet, let’s first create one by clicking on the create button next to the default storage select box field. Follow the tutorial on the Creating and Managing Storages Page in order to setup your first storage. Once you create and connect the storage, go back to the Applications Page.... Access the page. Click on the button. If you... Follow the tutorial on the page in order to setup your first...

    docs.groupdocs.cloud/total/creating-and-managin...
  4. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings 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....SearchSettings Leave feedback On this page SearchSettings data structure..."SignatureType" : "Barcode" , "Page" : 1 , "Text" : "123" , "BarcodeType"...

    docs.groupdocs.cloud/signature/searchsettings/
  5. Remove Pages | Documentation

    This REST API provides an ability to remove a single Page or a collection of specific Page numbers from the source document. There are several ways to specify Page numbers to be removed from a document: Provide exact Page numbers via Pages collection; Specify Pages range start/end Page numbers. There is also an ability to get only even/odd Pages from the specified Page range by setting RangeMode property. For protected documents, it is also required to provide a password....Guide / Pages Operations / Remove Pages Remove Pages Leave feedback...feedback On this page This REST API provides an ability to remove...

    docs.groupdocs.cloud/merger/remove-pages/
  6. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of Page numbers to use in a Join operation The first Page should have number 1 StartPageNumber Start Page number Ignored if Pages collection is not empty EndPageNumber End Page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....formats Leave feedback On this page This REST API allows merging...password-protected documents Pages Collection of page numbers to use in...

    docs.groupdocs.cloud/merger/join-document-cross...
  7. Split PDF Documents using REST API in Node.js |...

    Programmatically split PDF documents using a REST API on the cloud in Node.js with Document Splitter Cloud SDK for Node.js....Split PDF Documents into One-Page Documents using REST API in...Documents using Node.js Extract Pages by Page Range using REST API in...

    blog.groupdocs.cloud/merger/split-pdf-documents...
  8. Rotate Pages | Documentation

    This REST API allows changing Page rotation angle by setting it to 90,180 or 270 degrees for specific or all document Pages. The result is a new document that has rotation changed for specified Pages. There are several ways to specify desired Page numbers: Provide exact Page numbers via Pages collection; Specify Pages range start/end Page numbers. There is also an ability to get only even/odd Pages from the specified Page range by setting RangeMode property....Guide / Pages Operations / Rotate Pages Rotate Pages Leave feedback...feedback On this page This REST API allows changing page rotation angle...

    docs.groupdocs.cloud/merger/rotate-pages/
  9. 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....SignSettings Leave feedback On this page SignSettings data structure..."SignatureType" : "Barcode" , "Page" : 1 , "Text" : "John Smith"...

    docs.groupdocs.cloud/signature/signsettings/
  10. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-Page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } 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. Options Array of options to perform signatures delete...DeleteSettings Leave feedback On this page DeleteSettings data structure...'FilePath' : 'signedBarcode_one-page.docx' }, 'Options' : [ { 'SignatureType'...

    docs.groupdocs.cloud/signature/deletesettings/