Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 927 for

protection

(0.14 sec)
  1. 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...
  2. 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/
  3. 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...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...for printing, sharing, and protecting data. How to Convert TEXT...

    blog.groupdocs.cloud/groupdocs.cloud/page/28/
  5. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms....ZIP containers and password protected OneNote sections. Read more...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  6. DNN (DotNetNuke) PDF Viewer Module by GroupDocs

    GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....can be easily disabled to protect document authorship rights...

    blog.groupdocs.cloud/viewer/online-document-vie...
  7. Ajouter un filigrane d'image à PowerPoint (PPT/...

    Apprenez à ajouter des filigranes d'image ou de logo aux présentations PowerPoint à l'aide d'une API REST .NET. Sécurisez les fichiers PPT et PPTX en appliquant des filigranes d'image en C#....courante pour le branding, la protection des droits d’auteur et la...contenu des diapositives Protection contre la réutilisation non...

    blog.groupdocs.cloud/fr/watermark/image-waterma...
  8. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...capacités d’une API REST de protection de mot de passe DOCX et exploitez...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/17/
  9. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....capacités d’une API REST de protection de mot de passe DOCX et exploitez...

    blog.groupdocs.cloud/fr/page/17/
  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/