Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 13,963 for

export options

(0.21 sec)
  1. How to Convert Visio to PDF File in Python

    This tutorial covers how to convert Visio to PDF in Python. You will find all the information to configure the environment, a step-by-step process, and a running code snippet to Export Visio to PDF in Python...source VSD or VSDX diagrams and export them to PDF format using a...like page size and page index Export the output PDF document These...

    kb.aspose.com/diagram/python/how-to-convert-vis...
  2. Convert MD to PSD via Java | products.aspose.com

    Export MD file to PSD in your Java applications without using any third party application...Convert MD to PSD via Java Export MD file to PSD within any within...package. This API allows you to export MD files to JPEG images. The...

    products.aspose.com/total/java/conversion/md-to...
  3. Font is wrong when converting Excel to HTML - F...

    When converting an excel file to html, the font is messed up. In excel it looks like: image.png (10.0 KB) In the html preview it looks like: image.png (5.7 KB) We’re using aspose cells for java version 24.9. I also…...Prepare HTML save options HtmlSaveOptions options = new HtmlSaveOptions();...HtmlSaveOptions(); options.setExportActiveWorks(true); // optional – export...

    forum.aspose.com/t/font-is-wrong-when-convertin...
  4. Aspose.PSD for .NET 21.1 - 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 options = new PsdLoadOptions (); using.... Load ( sourceFilePath , options )) { image . Save ( outputFilePath...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  5. Convert PowerPoint Presentations to TIFF with N...

    Convert PowerPoint presentations to TIFF with notes using Aspose.Slides for Java. Learn how to Export slides with speaker notes efficiently....Slides, you can not only export entire presentations with speaker...Configure the output layout options: Use the NotesCommentsLayouti...

    docs.aspose.com/slides/java/convert-powerpoint-...
  6. The behavior of Cells.ExportDataTable() methods...

    In Aspose.Cells for .NET 24.7 Release Notes there is a Changes the behavior of Cells.ExportDataTable() methods. The change of behavior is causing issues for us. Is there a way for us to continue Exporting a numeric cel…...a way for us to continue exporting a numeric cell as a raw literal...continue having percentages exported as decimals instead of a percentage...

    forum.aspose.com/t/the-behavior-of-cells-export...
  7. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...from. options . PageSet = new PageSet ( i ); // Export page at...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Developer Guide|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....a visio drawing Print Print Export Convert Diagram to Different...Design PageSetup Setting print Options Setting Page Margins Getting...

    docs.aspose.com/diagram/net/developer-guide/
  9. Excel转HTML 使用PresentationPreference选项实现更好的布局,采用...

    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....> </ head > < body > < h1 > Export Excel to HTML with Presentation...HtmlSaveOptions object const options = new HtmlSaveOptions (); //...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  10. Cell colors in HTML are displayed incorrectly -...

    I am using Aspose.Cells 25.9.0. .NET 9.0 The cells are colored differently via Home > Styles > Conditional Formatting and Style is applied to the cells via Format Cells > Fill > Pattern Style. Everything is fine in E…... code: HtmlSaveOptions options = new() { ExportImagesAsBase64...MemoryStream(); wbc.Save(html, options); var arr = html.ToArray();...

    forum.aspose.com/t/cell-colors-in-html-are-disp...