Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 8,143 for

page

(0.08 sec)
  1. Verify Digital 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 verify a signed document. It provides methods to verify Digital Signature in Documents Pages with different options for Page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....On this page Note Note: The features listed on this page are supported...in Documents Pages with different options for page number, text...

    docs.groupdocs.cloud/signature/verify-digital-s...
  2. how to change a document from portrait to lands...

    how to change a document from portrait to landscape in python on Document Automation REST APIs | GroupDocs Cloud Recent content in how to change a document from portrait to landscape in python on D......Modifier l'orientation de la page dans les documents Word à l'aide...l'orientation d'une page dans Word pour créer un paysage...

    blog.groupdocs.cloud/fr/tag/how-to-change-a-doc...
  3. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first Page to annotate OnlyAnnotatedPages Indicates whether to save only annotated Pages to output document OutputPath Path of output document...RemoveOptions Leave feedback On this page RemoveOptions structure defines...document. FirstPage Num of first page to annotate OnlyAnnotatedPages...

    docs.groupdocs.cloud/annotation/removeoptions/
  4. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the Pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Text Leave feedback On this page This REST API allows extracting...formatted text by setting the pages extraction mode option. You...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  5. Evaluation tier | Documentation

    Evaluate GroupDocs.Translation Cloud service without registration....(including spaces) or the first page (whichever less). Conversion...(including spaces) or the first page (whichever less). Conversion...

    docs.groupdocs.cloud/translation/evaluation/
  6. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Template Leave feedback On this page This REST API provides the functionality...Required. Field.PageIndex The page index. An integer value that...

    docs.groupdocs.cloud/parser/create-or-update-te...
  7. 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/
  8. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal document annotator that supports almost all common business document and image file formats. It gives developers an API for creating advanced online document annotation tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features to their users quickly. It provides features for export/import annotations into/from files, additionally to possibility to save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...Overview Leave feedback On this page The GroupDocs.Annotation Cloud...draws an arrow on the document page. Distance – measure the distance...

    docs.groupdocs.cloud/annotation/overview/
  9. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Document Leave feedback On this page This REST API allows extracting...}" Response { "text" : "First Page\r\r\f" } SDK examples Using...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  10. 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/