Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 22,837 for

loadoptions

(0.2 sec)
  1. 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...
  2. 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...
  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. 将各种图像格式转换为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...
  5. 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...
  6. 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
  7. Loading and Saving Messages|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....Email provides the LoadOptions class that can be used as...

    docs.aspose.com/email/java/loading-and-saving-m...
  8. 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-...
  9. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for PHP library allows to convert various images formats to PDF....is used to initialize the LoadOptions object. Later, this object...new SvgLoadOptions object $loadOption = new SvgLoadOptions ();...

    docs.aspose.com/pdf/php-java/convert-images-for...
  10. Working with OneNote Document | Aspose.Note Doc...

    This guide explains how to work with OneNote documents using Java. It covers parsing and extracting various document elements....one" , new LoadOptions()); 76 77 // Create an object...

    docs.aspose.com/note/java/working-with-onenote-...