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

saveoptions

(0.09 sec)
  1. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...BottomMargin = 0; } var saveOptions = new ImageSaveOptions(SaveFormat...document.Save(@"output.png", saveOptions); alexey.noskov September...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  2. Introduction to Java Programming | Aspose.Zip D...

    This document provides an overview of Java programming fundamentals and concepts....(outputStream, saveOptions) 2 archive. save (filePath, saveOptions) Archive...

    docs.aspose.com/zip/java/introduction/
  3. 保存文件时,出现错误: - Free Support Forum - aspose.com

    try(InputStream workbookStream = new URL(url).openStream()){ Workbook workbook = new Workbook(workbookStream); workbook.save(output, options); } 报错了:java.lang.ClassCastException: com.aspose.cells.b.a.d.z cannot be ca…... 5 检查 SaveOptions :如果使用了 PdfSaveOptions 、 CsvSaveOptions...Aspose.Cells 版本匹配;不必要时可使用默认 SaveOptions 进行测试。 6 若仍报错 :在项目中加入以下代码...

    forum.aspose.com/t/topic/323685
  4. Გადაიყვანეთ Გამოსახულება PDF C#

    გადაიყვანეთ Გამოსახულება PDF C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF C#....png"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/ima...
  5. Convert MHTML Files to Various Formats in C#|Do...

    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....eml" , SaveOptions . DefaultEml ); Convert MHTML...Save ( "Saved File.emlx" , SaveOptions . CreateSaveOptions ( MailMessageSaveType...

    docs.aspose.com/email/net/converting-between-fo...
  6. Convert a Document to PDF in Node.js|Aspose.Wor...

    Convert a document to PDF using Node.js. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....docx" ); let saveOptions = aw . saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . compliance = aw . saving . PdfCompliance...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  7. Printing Project Files | Aspose.Tasks Documenta...

    Learn how to export Microsoft Project (MPP) files to separate image files using Aspose.Tasks for .NET with ImageSaveoptions and page settings....png" , (SaveOptions)options); 19 20 // Save project..."PrintProjectPagesToS_out.png" , (SaveOptions)options); Examples-CShar...

    docs.aspose.com/tasks/net/printing-project-page...
  8. Extra Blank Column Appears in Pivot Table HTML ...

    Summary When converting an Excel workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output. Environment Libr…...HTML export options const saveOptions = new aspose.cells.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportActiveWorks(true); saveOptions.setP...

    forum.aspose.com/t/extra-blank-column-appears-i...
  9. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…... TxtSaveOptions saveOptions = new TxtSaveOptions { MaxCharactersPerLine...Save(@"C:\Temp\out.txt", saveOptions); Is it what you are looking...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  10. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task usage views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with Saveoptions, PresentationFormat, and Details column rendering....mpp" ); 2 3 // Define the SaveOptions with required TimeScale settings...settings as Days 4 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-task-usage-...