Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 900 for

protection

(0.1 sec)
  1. Docker, Inc. | SlideShare

    Nous avons mis à jour notre politique de confidentialité. Cliquez ici pour consulter les détails. Cliquez ici pour co......customers admins security features protect containerized services deploy...secure cluster management protection consistent builds easily...

    fr.slideshare.net/docker
  2. 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....Password Password for password-protected document to be signed. Options...

    docs.groupdocs.cloud/signature/searchsettings/
  3. Struggling to merge two PPTX files, getting err...

    I am trying to do a simple merge of two PPTX files using the nodejs SDK, but I am getting the error when executing: “Error: {“message”:“The type initializer for ‘\u000e\u000f\u0019\u0005’ threw an exception.”,“code”:“in…... For protected documents, it is also... So...

    forum.groupdocs.cloud/t/struggling-to-merge-two...
  4. 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....Password for rendering password-protected documents SaveOptions.OverwriteExisting...

    docs.groupdocs.cloud/signature/signsettings/
  5. Add Barcode Signature to your Documents

    REST API to create, verify and search different types of barcode Signatures to documents in the cloud by performing a wide variety of signature options...signatures in a cryptographically protected way. GroupDocs.Signature Cloud...

    blog.groupdocs.cloud/signature/add-electronic-s...
  6. Next Generation GroupDocs.Conversion Cloud is C...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....quality when applicable Password protect output document when output...

    blog.groupdocs.cloud/conversion/next-generation...
  7. WordPress Document Viewer by GroupDocs

    Easily embed and display PDF, Microsoft Office and 50+ other common document types directly on your WordPress website....the embedded documents to protect them against screen-grabbing...

    blog.groupdocs.cloud/viewer/display-pdf-microso...
  8. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....commonly used file types today to protect and secure documents. Word...management and security to protect your sensitive information...

    blog.groupdocs.cloud/conversion/convert-word-to...
  9. comparison.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/comparison/accept-all-revisions/ weekly 0.5 https://docs.groupdocs.cloud/comparis......cloud/comparison/compare-documents-protected-with-password/ weekly 0.5...cloud/comparison/compare-multiple-documents-protected-with-password/ weekly 0.5...

    docs.groupdocs.cloud/sitemaps/comparison.xml
  10. 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....Password for rendering password-protected documents OutputPath The output...

    docs.groupdocs.cloud/viewer/viewoptions/