Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 919 for

protection

(0.08 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... Learn to protect your documents, add stamps...

    blog.groupdocs.cloud/groupdocs.cloud/page/2/
  2. Tags

    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....Python 1 Password-Protect Excel 1 Password Protect Excel File 1 Password...Password Protect Excel Files using Python 1 Password Protect PDF Documents...

    blog.groupdocs.cloud/fr/tags/
  3. Tags

    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....Python 1 Password-Protect Excel 1 Password Protect Excel File 1 Password...Password Protect Excel Files using Python 1 Password Protect PDF Documents...

    blog.groupdocs.cloud/ru/tags/
  4. 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...
  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. 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/
  7. Extract PDF Text using Java | Parse PDF in Java

    Learn how to extract text from PDF files in Java using the GroupDocs.Parser Cloud SDK. Automate the text extraction process effortlessly and save your time....extract text from password-protected PDF files using GroupDocs...extraction from password-protected PDF files. You can provide...

    blog.groupdocs.cloud/parser/document-parsing-ex...
  8. Convert PDF to Text in Java - PDF to TXT Converter

    Convert PDF to Text in Java programmatically using GroupDocs.Conversion Cloud SDKs & REST API. Follow the step-by-step guide for easy conversions.... Can I convert password-protected PDF to text files? Yes, you...you can convert password-protected PDFs to text files using GroupDocs...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. PDF to PPT Conversion in Java | GroupDocs.Conve...

    Easily convert PDF documents to editable PPT or PPTX formats online using Java SDK. This article is about how to convert PDF to PPT or PPTX using Java.... Can I convert password-protected PDFs to PowerPoint presentations...you can convert password-protected PDFs to PowerPoint files using...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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/verifysettings/