Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 33,683 for

saveoptions

(0.2 sec)
  1. [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...
  2. 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...
  3. 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
  4. Pivot Data Mismatch Between Excel Workbook and ...

    We are facing a serious data mismatch issue when converting an Excel workbook (containing a PivotTable) to HTML using Aspose.Cells for Node.js. The Excel workbook is generated programmatically using Aspose. The PivotTab…...calculateFormula(); const saveOptions = new aspose.cells.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportActiveWorks(true); saveOptions.setP...

    forum.aspose.com/t/pivot-data-mismatch-between-...
  5. 使用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...
  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. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPageSet(new...save("ChangedPages.pdf", saveOptions); } } Explanation: The code...

    forum.aspose.com/t/change-pages-only-after-comp...
  8. Box appearing around the watermark after conver...

    While converting the Excel first to pdf and then to Word, a box around the watermark text can be seen in Word format. This is fine in PDF. I have attached the PDF and converted Word file as well to this ticket. The co…...Document(pdfFile) def saveOptions = new DocSaveOptions() saveOptions.format...DocX doc2.save(wordFile, saveOptions) println "Word file created:...

    forum.aspose.com/t/box-appearing-around-the-wat...
  9. ImagePixelFormat enumeration | Aspose.Words for...

    Aspose.Words.Saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose.PSD for .NET 19.8 - 发行说明|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....true }; ImageOptionsBase saveOptions = new PngOptions () { ColorType...image . Save ( outFileName , saveOptions ); } double memoryUsed =...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...