Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 33,600 for

saveoptions

(0.64 sec)
  1. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPri...getWorkbook().save("output.pdf", saveOptions); In this example, page breaks...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  2. MarkdownSaveOptions.TableContentAlignment | Asp...

    Discover the MarkdownSaveoptions TableContentAlignment property to customize table content alignment for seamless Markdown exports. Default is Auto...."Cell2" ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...MarkdownDocumentTabl.md" , saveOptions ); Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 管理 Outlook 消息|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....MapiMessage 或 MailMessage 该 SaveOptions 此类允许您在将 MailMessage 或 MapiMessage... Save ( "message.oft" , SaveOptions . DefaultOft ); // or alternative...

    docs.aspose.com/email/zh/net/managing-outlook-m...
  4. Other managing TeX options | .NET

    Conversion functionality of Aspose.TeX API solution for .NET lets set the initial interaction mode in which the engine starts. Here are some code examples.... SaveOptions = new PdfSaveOptions(); 8...raster images. 10 options. SaveOptions . RasterizeFormulas = true...

    docs.aspose.com/tex/net/other-options/
  5. Convert Microsoft Project MPP File to PDF | Asp...

    Aspose.Tasks for .NET allows converting MPP or MPX files to PDF. Use PdfSaveoptions to customize PDF output....specified, the value of SaveOptions.PresentationFormat is ignored...FitContent property in the SaveOptions class to avoid truncation...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  6. Fit All Worksheet Columns on Single PDF Page wi...

    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....of PdfSaveOptions const saveOptions = new PdfSaveOptions ();...from setter to property) saveOptions . allColumnsInOnePageP =...

    docs.aspose.com/cells/javascript-cpp/fit-all-wo...
  7. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...export HtmlSaveOptions saveOptions ; saveOptions . SetExportActiveWorks...GetColumnCount () - 1 ); saveOptions . SetExportArea ( exportArea...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  8. MarkdownEmptyParagraphExportMode | Aspose.Words...

    Specifies how Aspose.Words exports empty paragraphs to Markdown in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...EmptyParagraphExport.md", saveOptions); String result = FileUtils...

    reference.aspose.com/words/java/com.aspose.word...
  9. Word document with "Control Boxes" are not rend...

    Hi, Currently we are using Aspose.Words for Java 25.11. If a word document has “Control Boxes” (The large blocks around most of the text), it’s not rendered properly in the output PDF. This issue is also reproducible…...PdfSaveOptions saveOptions = null; saveOptions = new com.aspose...OutlineOptions outlineOptions = saveOptions.getOutlineOptions(); outlineOptions...

    forum.aspose.com/t/word-document-with-control-b...
  10. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    Discover the PsSaveoptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency.... PsSaveOptions saveOptions = new PsSaveOptions { SaveFormat...UseBookFoldPrintingS.ps" , saveOptions ); See Also class PsSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...