Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 9,775 for

encrypted

(0.09 sec)
  1. Secure PDF Documents with Node.js via C++|Docum...

    Learn how to secure PDF documents by using owner and user passwords, and set permissions for PDF files using Aspose.Cells for Node.js via C++....developers need to work with encrypted PDF files. For example: Secure...will be required to open the encrypted PDF document for viewing....

    docs.aspose.com/cells/nodejs-cpp/secure-pdf-doc...
  2. Detect File Format|Aspose.Words for Java

    Obtain information about the document format before opening it to avoid an exception if you are not sure what the actual content of the file is using Java.... Encrypted documents Test File (Enc).doc Encrypted Microsoft...document. Test File (Enc).docx Encrypted Office Open XML WordprocessingML...

    docs.aspose.com/words/java/detect-file-format-a...
  3. Specify Author while Write Protecting Workbook|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Close Verify Password of Encrypted Files Analyzing your prompt...

    docs.aspose.com/cells/java/specify-author-while...
  4. Decrypt Excel File in C#

    This topic demonstrates how to decrypt Excel file in C#. It shares the IDE setup instructions and the procedural steps along with a functional code sample to decrypt Excel file with password in C#....Write the output file without encryption and password protection The...C# . Start by opening the encrypted Excel file, providing the...

    kb.aspose.com/cells/net/decrypt-excel-file-in-c...
  5. How to Extract Password Protected ZIP File in C#

    This quick tutorial covers how to extract password protected ZIP file in C#. It discusses the step wise process along with a runnable sample code to extract zip with password in C#....describe all the details to open encrypted ZIP file in C# . In the first...archive. Secondly, load the encrypted ZIP file and extract all of...

    kb.aspose.com/zip/net/how-to-extract-password-p...
  6. OdtSaveOptions constructor | Aspose.Words for N...

    Aspose.Words.Saving.OdtSaveOptions constructor...Odt format encrypted with a password. OdtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…...format) and all the data is encrypted. Can you check this? Professionalize...protected with a password is encrypted. Aspose.Cells can open such...

    forum.aspose.com/t/protected-sheet-without-pass...
  8. Detect File Format When Loading|Aspose.Words fo...

    Determine the file format in Node.js if you are not sure what the actual content of the file is, or to check the format compatibility.... Encrypted documents Test File (Enc).doc Encrypted Microsoft...document. Test File (Enc).docx Encrypted Office Open XML WordprocessingML...

    docs.aspose.com/words/nodejs-net/detect-file-fo...
  9. 通过C++使用JavaScript打开不同版本的Microsoft Excel文件|Docum...

    本文讲解了如何通过Aspose.Cells for JavaScript在C++中打开不同Excel版本的文件。... 您可以从以下链接下载测试此功能的示例文件: Encrypted Excel <!DOCTYPE html> < html...head > < body > < h1 > Open Encrypted Workbook Example </ h1 > <...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  10. Add digital signature with a custom security ha...

    Add digital signature with a custom security handler in C#...handler by applying the desired encryption algorithm. Adobe Acrobat...string password ); byte [] Encrypt ( byte [] data , int objectNumber...

    docs.aspose.com/pdf/net/custom-security-handler/