Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 23,031 for

loadoptions

(0.47 sec)
  1. How to Convert MPP to SVG using C#

    This simple article provides details about how to convert MPP to SVG using C#. You can transform a MPP file to SVG using C# with the help of well defined steps and sample code containing a few lines of code only.... The LoadOptions class can be used to set...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-s...
  2. Ինչպես փոխարկել PPTX-ը PPT-ին Java-ում

    Այս ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PPTX-ը PPT-ին Java-ում: Այն կիսում է կազմաձևման մանրամասները, ծրագրի հաջորդականությունը և գործարկվող օրինակելի կոդը՝ Java-ում PPTX-ը PPT-ի փոխելու համար:...գործողությունը՝ օգտագործելով LoadOptions դասի օբյեկտը ձևանմուշ PPTX...

    kb.aspose.com/hy/slides/java/how-to-convert-ppt...
  3. Aspose.PSD for .NET 18.8 - Release Notes|Docume...

    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....png" ; PsdLoadOptions loadOptions = new PsdLoadOptions () {...Load ( sourceFileName , loadOptions ) as PsdImage ) { foreach...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-8...
  4. Create Multipage TIFF using Java

    This show guide explains how to create multipage TIFF using Java. It provides information to set the IDE, a list of steps, and a sample code to combine multiple TIFF files into one using Java....filter images by using the LoadOptions class object while loading...

    kb.aspose.com/imaging/java/create-multipage-tif...
  5. How to Convert PNG to ICON in Java

    This article encompasses the simple steps on how to convert PNG to ICON in Java. It provides all the required resources, important classes, methods and a working sample code to develop a PNG to ICO converter in Java.... The LoadOptions class provided different...

    kb.aspose.com/imaging/java/how-to-convert-png-t...
  6. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize fonts, colors, alignment, and more....System :: SharedPtr < LoadOptions > loadOptions = System :: MakeObject...MakeObject < LoadOptions > (); loadOptions -> set_DefaultTextLanguage...

    docs.aspose.com/slides/cpp/text-formatting/
  7. Aspose.PSD(26.2, JDK17)替换 PSD 智能对象内容后导出 JPG。 部分...

    问题概述 我们在 Java 服务端使用 Aspose.PSD(26.2, JDK17)替换 PSD 智能对象内容后导出 JPG。 部分带“变形(Warp)”的智能对象在导出图里看起来未应用变形。但把替换后的 PSD 用 Photoshop 打开后,只要进入“变形”菜单(不做任何编辑),画面会立刻恢复正确变形效果。 环境信息 Aspose.PSD for Java: 26.2 Java: 17 OS: macOS(服务端运行) 处…...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setLoa...setLoadEffectsResour(true); loadOptions.setAllowWarpRepaint(true);...

    forum.aspose.com/t/aspose-psd-26-2-jdk17-psd-jp...
  8. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...footnotes) HtmlLoadOptions loadOptions = new HtmlLoadOptions();...getBytes(StandardCharsets.UTF_8)), loadOptions); // 4️⃣ Save as DOCX – footnotes...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  9. Aspose.PSD for .NET 20.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....start , Point end , LoadOptions loadOptions ) { throw new NotImplementedExcept...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. 将 HTML 转换为 PDF(.NET)|Aspose.PDF for .NET

    本主题展示如何使用 Aspose.PDF 将 HTML 和 MHTML 转换为 PDF。... LoadOptions . ResourceLoadingResul SamePictureLoader...GetDataDir_AsposePdf (); Aspose . Pdf . LoadOptions . ResourceLoadingResul result...

    docs.aspose.com/pdf/zh/net/convert-html-to-pdf/