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

loadoptions

(0.16 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。...const loadOptions = new TxtLoadOptions (); loadOptions . hasFormula...Uint8Array ( arrayBuffer ), loadOptions ); const outputData = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  7. Issue with GDI+ Initialization Error in .NET 8 ...

    We are encountering a critical issue with the GDI+ initialization when running our .NET 8 application on an AWS EC2 instance. The error occurs during the PDF generation process using Aspose.Pdf, leading to the following …...#=z$mUASwE=(Stream #=zXstK03A=, LoadOptions #=zBErtcz0=, Boolean #=zXk0OR$GvdIGd)...#=z$mUASwE=(Stream #=zXstK03A=, LoadOptions #=zBErtcz0=) at Aspose.Pdf...

    forum.aspose.com/t/issue-with-gdi-initializatio...
  8. ShapeBase.is_image property | Aspose.Words for ...

    ShapeBase.is_image property. Returns ``True`` if this shape is an image shape.... LoadOptions () load_options . base_uri...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...HtmlLoadOptions loadOptions = new HtmlLoadOptions(); loadOptions.setCo...getBytes(StandardCharsets.UTF_8)), loadOptions); // Save the document doc...

    forum.aspose.com/t/insert-html-into-word-includ...
  10. Get Warnings while Loading Excel File with Java...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for JavaScript via C++. Handle corrupt but loadable workbooks effectively....interface and setting the LoadOptions.warningCallback property...Workbook , SaveFormat , LoadOptions , WarningType } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/get-warnin...