Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 22,834 for

loadoptions

(0.55 sec)
  1. Working with GridWeb|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....GridWeb Double Click Events LoadOptions for GridWeb Print GridWeb...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Read Numbers Spreadsheet Developed by Apple Inc...

    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.... You must use the LoadOptions class and specify LoadFormat::Numbers...

    docs.aspose.com/cells/go-cpp/read-numbers-sprea...
  3. LoadOptions.Password | Aspose.Words for .NET

    Manage your encrypted documents effortlessly with Loadoptions Password property. Securely set or retrieve your password for seamless access....Password Contents [ Hide ] LoadOptions.Password property Gets or...signOptions ); See Also class LoadOptions namespace Aspose.Words.Loading...

    reference.aspose.com/words/net/aspose.words.loa...
  4. Read Numbers Spreadsheet Developed by Apple Inc...

    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....You will have to use the LoadOptions class and specify LoadFormat::Numbers...

    docs.aspose.com/cells/cpp/read-numbers-spreadsh...
  5. 41587 + 41590 Not fixed - Free Support Forum - ...

    Hi, Both cases were wrongly claimed to get fixed, run the sample and see both issues: The 1st one still has: < ! --[if !SupportsSharedCalendar]-- > Accept and view calendar < ! --[endif]–> The 2nd one does not rend…...contains images: LoadOptions loadOptions = new LoadOptions(); loadOptions...Document("path_to_your_document.docx", loadOptions); Next Steps Run the sample...

    forum.aspose.com/t/41587-41590-not-fixed/314814
  6. Aspose.Pdf and Aspose.Drawing exceptions conver...

    I’m using .net core on Windows with version 25.11 of Aspose.Email and Aspose.Pdf.Drawing libraries (the latest) and I have 2 files where I’m getting exceptions. One exception occurs in Aspose.PDF and the other in Aspose.…...#=zfO8bulY=(Stream #=zpj$3NoY=, LoadOptions #=zu2IVDcE=, Boolean #=zFkotHjsm4Fn2)...#=zfO8bulY=(Stream #=zpj$3NoY=, LoadOptions #=zu2IVDcE=) at Aspose.Pdf...

    forum.aspose.com/t/aspose-pdf-and-aspose-drawin...
  7. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....the correct password in a `LoadOptions` object. doc = aw . Document...Password.docx" , aw . loading . LoadOptions ( "MyPassword" )) self ....

    docs.aspose.com/words/python-net/encrypt-a-docu...
  8. Auto Codepage Detection|CAD 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....following properties of the LoadOptions class. SpecifiedEncoding...

    docs.aspose.com/cad/java/auto-codepage-detection/
  9. HTML to Excel Worksheets - Free Support Forum -...

    Hello, I am having trouble exporting HTML to a Multisheet XLSX report. There is not a lot of documentation on doing this conversion. I am curious, when the HTML string is parsed, how does it know what are separate worksh…...generally: LoadOptions loadOptions = new LoadOptions(getLoadFormat(isMhtml));...new Workbook(inputStream, loadOptions); workbook.save(outputStream...

    forum.aspose.com/t/html-to-excel-worksheets/252535
  10. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx document. Each time, this document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...document, you can specify LoadOptions to control how the document...example: var loadOptions = new Aspose.Words.LoadOptions(); var document...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...