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

saveoptions

(0.39 sec)
  1. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook workbook = new Workbook("input.xlsx"); WorksheetCollection worksheets = workbook.getWorksheets(); workbook.calculateFormula(); Worksheet worksheet …...getIndex()); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HTML); saveOptions.setExportActiveWorks(true); saveOptions.setEncoding(Encoding...

    forum.aspose.com/t/inconsistent-html-output-for...
  2. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab.com_v2.docx) and validate PDF. Actual:- attached content is missing in PDF (Mi…...getOutputFileName()); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...// for accessibility saveOptions.setCompliance(PdfCompliance...

    forum.aspose.com/t/defect-data-validations-in-t...
  3. Chart Axis Labels Overlap with Legends When Con...

    Hi, When converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends. Code: var Saveoptions = new PdfOptions { SaveMetafilesAsPng =…... Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng...\test.pdf", SaveFormat.Pdf, saveOptions); I’ve attached the test...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...
  4. Constraint Types for XER - Free Support Forum -...

    Below are the Constraint Types present in an XER schedule: Start on Start on or after Start on or before Finish on Finish on or after Finish on or before Mandatory start Mandatory finish As late as possible Non…...save options object var saveOptions = new XlsxOptions(); // Save...project.Save("output.xlsx", saveOptions); } } In this code, replace...

    forum.aspose.com/t/constraint-types-for-xer/314704
  5. 乳胶到图像| Java的Aspose.TeX

    要使用Aspose.TeX API解决方案将TEX转换为图像格式,用于Java的TEX API解决方案,以了解如何执行此操作和代码示例。... 4 PngSaveOptions saveOptions = new PngSaveOptions(); 5...access them alternatively. 6 saveOptions. deviceWritesImages ( false...

    docs.aspose.com/tex/zh/java/latex-to-image/
  6. Removing the Gap Between Tasks List and Footer ...

    This guide explains how to use Aspose.Tasks for Java to reduce the gap between the task list and footer when converting project data....png" , (SaveOptions)imageSaveOptions); 13 14..."ReducingGapBetweenTa_out.pdf" , (SaveOptions)pdfSaveOptions); 20 21 HtmlSaveOptions...

    docs.aspose.com/tasks/java/reducing-gap-between...
  7. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...String fileName , SaveOptions saveOptions ) 使用JavaScript通过C++添加带有命名目标的PDF书签...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  8. EMF to SVG: Missing text - Free Support Forum -...

    Hello, I’m using Aspose.Imaging for .NET (with a Developer OEM license) to convert EMF files to SVG. Here is a file where the bottom right corner text is lost after the conversion. Could you please take a look at this…...SvgOptions saveOptions = new Aspose.Imaging.ImageOptions...ImageOptions.SvgOptions(); saveOptions.TextAsShapes = true; // Convert...

    forum.aspose.com/t/emf-to-svg-missing-text/310935
  9. Exception when saving an xlsx file - Free Suppo...

    Hi There, I am using Aspose.Cell version 26.1.0. I am trying to save the attached file (xlsx is inside the zip file) using the following code: var stream = new FileStream( filePath == null ? Path.GetTempFileName() …...Save(Stream stream, SaveOptions saveOptions) at Aspose.Cells.Workbook...

    forum.aspose.com/t/exception-when-saving-an-xls...
  10. Convert a Document to an Image in C#|Aspose.Wor...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using C#....FixedPageSaveOptions or SaveOptions , but there are also options...call doc.Save("output.jpg", saveOptions); . The API handles all supported...

    docs.aspose.com/words/net/convert-a-document-to...