Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 2,915 for

password

(0.07 sec)
  1. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a Password. The table below contains the full list of properties that can be specified while moving document pages....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/move-pages/
  2. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....StorageName ": "", " Password ": " password " }, " ContainerItemInfo..." document.pdf ", " Password ": " password " } }" Response { "text"...

    docs.groupdocs.cloud/parser/extract-text-from-a...
  3. Latest GroupDocs.Total Cloud Product Family top...

    This public forum is used to discuss issues those are common to multiple GroupDocs.Cloud products....January 25, 2024 Can't convert password-protected .doc 2 530 December...October 3, 2023 Can't convert password protected xls and ppt 12 881...

    forum.groupdocs.cloud/c/total/8
  4. Compare PDF Files using REST API in Node.js | P...

    Programmatically Compare PDF Files using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud SDK for Node.js....js Compare and Save with Password & Metadata using Node.js Document...Node.js Compare and Save with Password & Metadata using Node.js ...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  5. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The Password required to open the PDF document PermissionsPassword The Password required to change permission settings; Using a permissions Password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....of DocumentOpenPassword The password required to open the PDF document...document PermissionsPassword The password required to change permission...

    docs.groupdocs.cloud/viewer/pdfoptions/
  6. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx', 'Password': 'password' } }, { 'FileInfo':..."Pdf/one-page-password.pdf" ); $fileInfo1 -> setPassword ( "password" );...

    docs.groupdocs.cloud/merger/join-word-continous/
  7. 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....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/rotate-pages/
  8. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a Password. The table below contains the full list of properties that can be specified while swapping document pages....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/swap-pages/
  9. classify/file Request Rarameters | Documentation

    Parameter In Type Default value Comment FormData multipart/form-data File content. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) “1” Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) “default” Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) "" Balance between precision and recall. Password url (Optional) string null (not present) File Password.... Password url (Optional) string null...null (not present) File password. Was this page helpful? Not really...

    docs.groupdocs.cloud/classification/classifyfil...
  10. 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...{ "FilePath" : "string" , "Password" : "string" }, "AnnotationIds"...FileInfo Input file path and password. See structure AnnotationIds...

    docs.groupdocs.cloud/annotation/removeoptions/