Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 22,514 for

loadoptions

(0.44 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.word把转换ODT转换为PDF的时候,嵌入了罗马数字序列,并且总页数减少了...

    ODT pdf: Could you advise how to fix this? Thank...此外,请通过添加编辑语言来检查结果: LoadOptions loadOptions = new LoadOptions(); loadOptions...new Document("input.docx", loadOptions); 如果在提供所需字体后问题仍然存在,请在此处附...

    forum.aspose.com/t/aspose-word-odt-pdf/316539
  4. ReportBuilder Class | Aspose.Words for .NET

    Effortlessly create dynamic reports with Aspose.Words LowCode ReportBuilder. Utilize LINQ Reporting Engine to fill templates with data seamlessly.... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  5. Aspose.Slides.NET6.CrossPlatform - The Type Ini...

    Hi Aspose Support Team, I am using alpine Linux (version 3.16) inside my docker container and I am usingAspose.Slides.NET6.CrossPlatform (version 24.3.0) to Convert PPT slide to image but I am getting the following erro…...Presentation…ctor(Stream stream, LoadOptions loadOptions)\n at Aspose.Slides...

    forum.aspose.com/t/aspose-slides-net6-crossplat...
  6. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…...margins // ---------- var loadOptions = new HtmlLoadOptions { //...new Document(htmlStream, loadOptions); // ---------- // 4️⃣ Save...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...
  7. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....this operation by using the LoadOptions class object while loading...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  8. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF 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...
  9. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...the PSD/PSB file try { var loadOptions = new PsdLoadOptions() {...(PsdImage)Image.Load(inputStream, loadOptions); } } catch (ImageLoadException...

    forum.aspose.com/t/index-was-outside-the-bounds...
  10. How to Export MS Project to PDF in C#

    This article describes the process how to export MS Project to PDF in C#. It contains the configuration information and runnable sample code with description to convert MPP to PDF in C#....source MPP file or use the LoadOptions class object that supports...

    kb.aspose.com/tasks/net/how-to-export-ms-projec...