Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 22,506 for

loadoptions

(0.11 sec)
  1. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java…...limit*/); // otherwise use LoadOptions.setBufferHint(300); for each...this way LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  2. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...JavaScript解密ODS文件 要解密ODS文件,请在 LoadOptions.password 中提供密码后加载文件。一旦加载完成,将...Workbook , SaveFormat , LoadOptions , LoadFormat , Utils } =...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  3. Aspose.PSD for .NET 19.11 - 发行说明|Documentation

    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....psd" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { var layer = image ....

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  4. Secure Presentations with Passwords in C++|Aspo...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Secure your presentations....presentation: auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password ( u "123123" ); System :: SharedPtr...

    docs.aspose.com/slides/cpp/password-protected-p...
  5. IDocumentReaderPlugin class | Aspose.Words for ...

    Aspose.Words.IDocumentReaderPlugin class. Defines an interface for external reader plugins that can read a file into a document....Name Description read(src, loadOptions, document) Reads the data...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions in Java....Exception { LoadOptions disableExternalImage = new LoadOptions (); ...Exception { LoadOptions disableRemoteResourc = new LoadOptions (); ...

    docs.aspose.com/words/java/web-applications-sec...
  7. Aspose::Words::LowCode::Processor class | Aspos...

    Aspose::Words::LowCode::Processor class. Processor class for performing different document processing actions in C++....System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) Specifies input document...System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) Specifies input document...

    reference.aspose.com/words/cpp/aspose.words.low...
  8. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。...set password LoadOptions loadOptions ; loadOptions . SetPassword...workbook ( u "Book1.xlsx" , loadOptions ); // Remove password protection...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  9. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadoptions::get_DetectNumberingWithWhitespaces method. Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true in C++.... auto loadOptions = System :: MakeObject <...with whitespace delimiters. loadOptions -> set_DetectNumberingWithW...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. Specify Load Options in Python|Aspose.Words for...

    More accurately control the load process using Python....Words provides you with the LoadOptions class, which allows more...working with options of the LoadOptions class. Set Microsoft Word...

    docs.aspose.com/words/python-net/specify-load-o...