Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 24,325 for

protected

(0.16 sec)
  1. How to Unhide All Sheets in Excel using Python

    This short tutorial explains how to unhide all sheets in Excel using Python. You will get all the environment details, step-wise approach to write the application and a runnable sample code to show hidden sheets in Excel using Python....without a password for the protected workbooks Iterate through...

    kb.aspose.com/cells/python/how-to-unhide-all-sh...
  2. How to Convert PowerPoint to Word in C#

    This short tutorial guides on how to convert PowerPoint to Word in C#. It shares all the necessary steps, resources and runnable sample code to transform PowerPoint into Word in C# with the help of a few API calls only....presentation is password protected, setting callback function...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  3. Opening Different Microsoft Excel Versions File...

    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....supports opening password‑protected Microsoft Excel 2007, 2010...

    docs.aspose.com/cells/python-java/opening-diffe...
  4. Aspose.Slides for .NET: Converting PPTX to PDF ...

    Hi Aspose.Slides.NET6.CrossPlatform Version=“26.2.0” OS: Windows .NET6.0 When converting pptx conversion to pdf, the application crashes with an error: Fatal error. System.AccessViolationException: Attempted to read…...Attempted to read or write protected memory. This is often an indication...

    forum.aspose.com/t/aspose-slides-for-net-conver...
  5. Clone a Document in C#|Aspose.Words for .NET

    Clone a document to get its identical copy using C#. When creating a copy, nodes and properties of the original document are cloned....cloning a protected document retain its protection settings,...them after cloning? A: The protection settings are part of the...

    docs.aspose.com/words/net/clone-a-document/
  6. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....you to encrypt and password‑protect your spreadsheets. It uses...you to encrypt and password‑protect Microsoft Excel files with...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  7. DocumentBuilder.StartEditableRange | Aspose.Wor...

    Discover how the DocumentBuilder StartEditableRange method enhances document editing by marking editable range starts for seamless content management.... Protect ( ProtectionType . ReadOnly...we have set the document's protection level to read-only," + "...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Encrypt and Decrypt Excel files with Node.js vi...

    How to encrypt and decrypt Excel files using Node.js via C++. Lock and unlock Excel files....you to encrypt and password‑protect your spreadsheets. It uses...you to encrypt and password‑protect Microsoft Excel files with...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  9. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。...Enable worksheet protection worksheet . protect ( ac . ProtectionType...ProtectionType . ALL ) # Save protected workbook workbook . save ( "output...

    docs.aspose.com/cells/zh/python-net/how-to-lock...
  10. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…...Document(ms, options); } protected HtmlLoadOptions GetHtmlLoadOptions()...Document(ms, options); } protected HtmlLoadOptions GetHtmlLoadOptions()...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...