Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 23,054 for

loadoptions

(0.81 sec)
  1. Convert WORD to ODS using Python or with free O...

    WORD to ODS conversion in your Python applications without using Microsoft Word or Excel or online. Test free WORD to ODS online converter quickly before integrating the code....Workbook class with file and LoadOptions as parameters Call the save...

    products.aspose.com/total/python-net/conversion...
  2. Aspose.Slides Regression: PDF Export Fails on F...

    Description: When saving a PPTX to PDF on Linux that references Windows-only CJK fonts (e.g. 맑은 고딕, 新細明體, MS Pゴシック, Yu Gothic, Meiryo), Aspose.Slides v25.12+ crashes with System.InvalidOperationException: Cannot find ta…... No LoadOptions , no FontsLoader , no substitution...

    forum.aspose.com/t/aspose-slides-regression-pdf...
  3. FieldToa | Aspose.Words for Java

    Implements the TOA field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose.Page - Content is mirrored - Free Suppor...

    Hello, we use Aspose.Page in .NET and we have the problem that when we convert a .ps (postscript) file to a .pdf file, the content is mirrored. We are using the sample code from this tutorial: And it works, but as I…...LoadOptions; using Aspose.Page.SaveOptions;...mirroring disabled PsLoadOptions loadOptions = new PsLoadOptions { EnablePageMirroring...

    forum.aspose.com/t/aspose-page-content-is-mirro...
  5. 使用 Python 管理演示文稿属性|Aspose.Slides for Python 文档

    在 Aspose.Slides for Python via .NET 中掌握演示文稿属性,并在 PowerPoint 文件中优化搜索、品牌和工作流。... LoadOptions () load_options . default_text_language...

    docs.aspose.com/slides/zh/python-net/presentati...
  6. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  7. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...documents, consider using LoadOptions to specify any settings that...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  8. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...FileNotFoundExceptio { // 创建一个 CGM LoadOptions CgmLoadOptions options =...SvgLoadOptions 的类,该类用于初始化 LoadOptions 对象。随后,此对象在 Document 对象初始...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  9. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...docx", new LoadOptions() {{ setFontSettings(fontSettings);...

    forum.aspose.com/t/some-styles-were-not-copied-...
  10. Word中存在上下标文本转换pdf失败 - Free Support Forum - aspo...

    word中存在上下标文本转换pdf失败报错信息 cn.wk.document.convert.exception.DocumentConvertException: Word转PDF失败:The document appears to be corrupted and cannot be loaded. at cn.wk.document.convert.service.impl.WordToPdfServiceImpl.conve…...使用加载选项规避 在创建 Document 时可以使用 LoadOptions ,然后在文档对象中遍历 Run 节点,将 Font...

    forum.aspose.com/t/word-pdf/325273