Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 14,140 for

export options

(0.08 sec)
  1. How to Convert MD File to PDF using Java

    This brief tutorial guides on how to convert MD file to PDF using Java. It shares the required resources, a list of tasks, and a runnable sample code to Export MD to PDF using Java.... Different options are also discussed to customize...MdLoadOptions class object. Steps to Export MD to PDF using Java Set the...

    kb.aspose.com/pdf/java/how-to-convert-md-file-t...
  2. Customize Pie Charts in Presentations Using PHP...

    Learn how to create and customize pie charts with Aspose.Slides for PHP via Java, Exportable to PowerPoint, boosting your data storytelling in seconds....Contents [ Hide ] Second Plot Options for Pie of Pie and Bar of Pie...Java now supports second plot options for Pie of Pie or Bar of Pie...

    docs.aspose.com/slides/php-java/pie-chart/
  3. Public API Changes in Aspose.Cells 8.6.0|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....MetadataType MetadataOptions options = new MetadataOptions ( MetadataType...WorkbookMetadata ( filePath , options ); //Set some properties metadata...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. HtmlSaveOptions.imagesFolder property | Aspose....

    HtmlSaveOptions.imagesFolder property. Specifies the physical folder where images are saved when Exporting a document to HTML format...where images are saved when exporting a document to HTML format...recursive : true }); // Set an option to export form fields as plain text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Public API Changes in Aspose.Cells 8.6.0|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....MetadataType MetadataOptions options = new MetadataOptions ( MetadataType...WorkbookMetadata ( "sample.xlsx" , options ); //Set some properties metaWorkbook...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Images not being rendered properly when convert...

    using var stream = new MemoryStream(); HtmlSaveOptions Options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat...Save(stream, options); stream.Position = 0; even if i am exporting the...

    forum.aspose.com/t/images-not-being-rendered-pr...
  7. Merge XPS Files in Java

    This basic tutorial explains how to merge XPS in Java. It contains the step-by-step flow, in addition to a sample code to combine XPS files in Java....will also explore different options to customize the XPS merging...the XPS file to combine them Export the merged XPS files to the...

    kb.aspose.com/page/java/merge-xps-files-in-java/
  8. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in PHP. Set slides per page, keep notes, Export to PDF or images with Aspose.Slides for PHP, with sample code. Try it free....Contents [ Hide ] Handout Mode Export Aspose.Slides provides the..."sample.pptx" ); // Set the export options. $slidesLayoutOptions =...

    docs.aspose.com/slides/php-java/convert-powerpo...
  9. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in Java. Set slides per page, keep notes, Export to PDF or images with Aspose.Slides, with sample Java code. Try it free....Contents [ Hide ] Handout Mode Export Aspose.Slides provides the...pptx" ); try { // Set the export options. HandoutLayoutingOpti slidesLayoutOptions...

    docs.aspose.com/slides/java/convert-powerpoint-...
  10. How to Convert PCL to PDF in Python

    This example focues on how to convert PCL to PDF in Python. It covers all the details of configuring the IDE environment and using a runnable sample code to transform PCL to PDF using Python.... Steps to Export PCL to PDF in Python Configure...set the required PCL load options. Then the source PCL file will...

    kb.aspose.com/pdf/python/how-to-convert-pcl-to-...