Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 11,711 for

encrypted

(2.06 sec)
  1. How to Convert XPS to PDF in Java

    This tutorial provides the details about how to convert XPS to PDF in Java. It covers the stepwise process, environment configuration information as well as a runnable code sample to convert XPS document to PDF in Java...and text, as well as PDF encryption, page numbers, and other...expansion level, password, or encryption algorithm. After specifying...

    kb.aspose.com/page/java/how-to-convert-xps-to-p...
  2. Criptografar Arquivo PDF|Aspose.PDF for .NET

    Este tópico explica como criptografar um arquivo PDF usando a classe PdfFileSecurity....pdf" ); // Encrypt file using 256-bit encryption fileSecurity...

    docs.aspose.com/pdf/pt/net/encrypt-pdf-file/
  3. Working with PDF Facades|Aspose.PDF for Python ...

    Learn how to use Aspose.PDF Facades in Python via .NET to edit PDF content, manage forms and annotations, apply security, sign files, stamp pages, print documents, and inspect PDF metadata.... Encrypt, decrypt, and set document...existing PDF pages. Apply encryption, permissions, and digital...

    docs.aspose.com/pdf/python-net/working-with-fac...
  4. WriteProtection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.WriteProtection class to easily manage document write protection settings and enhance your document security....more, visit the Protect or Encrypt a Document documentation article...programmatically, nor does it encrypt the contents. doc . Save (...

    reference.aspose.com/words/net/aspose.words.set...
  5. Bescherm presentatiebestanden van PPTX met Java...

    Java broncode om PPTX Presentatie te beschermen.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/nl/java/protect/pptx/
  6. Proteggi i file di presentazione PPT utilizzand...

    Python codice sorgente per proteggere la presentazione PPT.... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/it/python-net/protec...
  7. Proteggi i file di presentazione PPT utilizzand...

    C++ codice sorgente per proteggere la presentazione PPT....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.ppt" , SaveFormat :: Ppt); Impostazione...

    products.aspose.com/slides/it/cpp/protect/ppt/
  8. Proteggi i file di presentazione PPTX utilizzan...

    C++ codice sorgente per proteggere la presentazione PPTX....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); Impostazione...

    products.aspose.com/slides/it/cpp/protect/pptx/
  9. Proteggi i file di presentazione PPT utilizzand...

    Java codice sorgente per proteggere la presentazione PPT.... encrypt ( "123123" ); presentation . save ( "encrypted-pres...

    products.aspose.com/slides/it/java/protect/ppt/
  10. PDFファイルの復号化|Aspose.PDF for Java

    このトピックでは、PdfFileSecurityクラスを使用してPDFファイルを復号化する方法を説明します。...PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // PdfFileSecurityオブジェクトを作成...bindPdf ( _dataDir + "sample_encrypted.pdf" ); // PDFドキュメントを復号化 fileSecurity...

    docs.aspose.com/pdf/ja/java/decrypt-pdf-file/