Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,457 for

document information

(0.94 sec)
  1. Put Password in PDF File | Save PDF File with p...

    Learn how to secure your PDF Documents in Node.js using REST API. Implement password protection for added security and safeguard your valuable data....confidentiality of sensitive information is paramount. Whether you...how to password protect PDF documents and venture into this empowering...

    blog.groupdocs.cloud/merger/lock-pdf-with-passw...
  2. Async Conversion | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/async-conversion/
  3. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input Document into cloud storage Render Document or get Document info Download rendered Document from storage Steps 1 and 3 are storage operations, please refer to this File API Documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/add-watermark/
  4. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating Documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the Document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output Document OutputPath Path of output Document...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud...

    docs.groupdocs.cloud/annotation/annotateoptions/
  5. 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...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud...

    docs.groupdocs.cloud/annotation/removeoptions/
  6. Rendering PDF Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/rendering-pdf-docum...
  7. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in Document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of Document page MaxPageHeight Specifies max page height pages List of Document pages page....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/inforesult/
  8. Subsription plans | Documentation

    Check out the free tier limits and pricing plans of GroupDocs.Translation Cloud service....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Translation...

    docs.groupdocs.cloud/translation/subscription/
  9. Rendering MS Project Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/rendering-ms-projec...
  10. Working with Conversion API | Documentation

    This API intended for convert the Document to specified target format. URI ~/ HTTP POST Example 2 (Convert Document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/conversion-api/