Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 39,223 for

password

(0.52 sec)
  1. 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...
  2. 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...
  3. GroupDocs.Total Cloud Product Family - Free Sup...

    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 336 December...October 3, 2023 Can't convert password protected xls and ppt 12 718...

    forum.groupdocs.cloud/c/total/8
  4. ComparisonOptions | Documentation

    ComparisonOptions data structure defines comparison options ComparisonOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string" } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type...."StorageName" : "string" , "Password" : "string" }, "TargetFiles"..."StorageName" : "string" , "Password" : "string" } ], "Settings"...

    docs.groupdocs.cloud/comparison/comparisonoptions/
  5. Drupal Document Viewer Module | GroupDocs

    Aspose File Format APIs updates, new feature announcements, enhancements and fixes. Aspose Newsletter - February 2017... Searching and Indexing Password Protected Documents using...for .NET API allows to add password protected documents to index...

    blog.groupdocs.cloud/viewer/product-updates-new...
  6. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation 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. For protected documents, it is also required to provide a Password....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/change-page-orienta...
  7. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each 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....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/join-document-pages/
  8. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF...."VersionId" : "string" , "Password" : "string" }, "OutputPath"...Id FileInfo.Password Password for rendering password-protected...

    docs.groupdocs.cloud/viewer/viewoptions/
  9. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a Password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....also required to provide a password. The table below contains...default storage. FileInfo.Password The password to open file It should...

    docs.groupdocs.cloud/parser/parse-by-template/
  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....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/