Sort Score
Result 10 results
Languages All
Labels All
Results 8,291 - 8,300 of 15,160 for

password protection

(0.13 sec)
  1. آرشیوها

    آرشیوها...encrypt("password"); // PPTX را ذخیره کنید presentation...presentation.save("protected-presentation.pptx", SaveFormat.Pptx);...

    blog.aspose.com/fa/slides/protect-powerpoint-pr...
  2. Odblokuj pliki prezentacji PPTX za pomocą C++ |...

    Kod źródłowy C++ usuwający ochronę z prezentacji PPTX....LoadOptions > (); loadOptions -> set_Password( u "123123" ); auto presentation...presentation -> Save( u "write-protection-removed.pptx" , SaveFormat...

    products.aspose.com/slides/pl/cpp/unlock/pptx/
  3. 使用 .NET 解鎖 PPTX 演示文件 | products.aspose.com

    C# 源代碼,用於移除 PPTX 演示文稿的保護。...loadOptions = new LoadOptions {Password = "123123" }; using (Presentation...presentation.Save( "write-protection-removed.pptx" , SaveFormat...

    products.aspose.com/slides/zh-hant/net/unlock/p...
  4. Lås upp PPTX presentationsfiler med C++ | produ...

    Källkod för C++ för att ta bort skydd från PPTX presentation....LoadOptions > (); loadOptions -> set_Password( u "123123" ); auto presentation...presentation -> Save( u "write-protection-removed.pptx" , SaveFormat...

    products.aspose.com/slides/sv/cpp/unlock/pptx/
  5. Lås upp ODP presentationsfiler med C++ | produc...

    Källkod för C++ för att ta bort skydd från ODP presentation....LoadOptions > (); loadOptions -> set_Password( u "123123" ); auto presentation...presentation -> Save( u "write-protection-removed.odp" , SaveFormat...

    products.aspose.com/slides/sv/cpp/unlock/odp/
  6. Ontgrendel ODP presentatiebestanden met C++ | p...

    C++ broncode om de beveiliging van ODP Presentatie te verwijderen....LoadOptions > (); loadOptions -> set_Password( u "123123" ); auto presentation...presentation -> Save( u "write-protection-removed.odp" , SaveFormat...

    products.aspose.com/slides/nl/cpp/unlock/odp/
  7. Ontgrendel PPT presentatiebestanden met C++ | p...

    C++ broncode om de beveiliging van PPT Presentatie te verwijderen....LoadOptions > (); loadOptions -> set_Password( u "123123" ); auto presentation...presentation -> Save( u "write-protection-removed.ppt" , SaveFormat...

    products.aspose.com/slides/nl/cpp/unlock/ppt/
  8. 使用 C++ 将演示文稿保存为只读模式|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 加载和保存 PowerPoint 文件 (PPT, PPTX) 为只读模式,可精确预览幻灯片而不更改演示文稿。... Password protection 实际限制打开或编辑,适用于需要真实安全控制的场景。...“is encrypted” 与 “is write protected” 标志有什么关系? 它们是不同的信号。“只读建议”是软性、可选的提示;...

    docs.aspose.com/slides/zh/cpp/read-only-present...
  9. EditableRangeStart.Accept | Aspose.Words per .NET

    Scopri il metodo EditableRangeStart Accept per gestire in modo efficiente le interazioni dei visitatori e migliorare l'esperienza utente sul tuo sito.... Protect ( ProtectionType . ReadOnly...we have set the document's protection level to read-only," + "...

    reference.aspose.com/words/it/net/aspose.words/...
  10. How to Convert Word RTF to PDF in Python

    This short tutorial describes how to convert Word RTF to PDF in Python. All the configuration details, step-wise process and a runnable sample code that can change RTF to PDF in Python with the help of a few API calls only, are also part of it....encodings, setting passwords for protected files, and so on. Similarly...

    kb.aspose.com/words/python/how-to-convert-word-...