Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 33,585 for

saveoptions

(0.26 sec)
  1. Font Rendering Differences in PDF Conversion Us...

    https://forum.aspose.com/t/font-rendering-differences-in-pdf-conversion-using-aspose-cells/316848/6 Good day! I hope this message finds you well. I wanted to kindly follow up regarding the issue we previously discussed…...pdf"; PdfSaveOptions saveOptions = new PdfSaveOptions(); workbook...workbook.save(pdfFilePath, saveOptions); I’ve attached a ZIP archive...

    forum.aspose.com/t/font-rendering-differences-i...
  2. ImageSaveOptions.image_color_mode property | As...

    ImageSaveoptions.image_color_mode property. Gets or sets the color mode for the generated images....an image, we can pass a SaveOptions object to # select a color...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Փոխարկել WORD JPG Java

    Փոխարկեք WORD ը JPG ձևաչափի Java կոդով: Պահեք WORD որպես JPG օգտագործելով Java:...docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/hy/java/conversion/wo...
  4. Փոխարկել HTML PNG Java

    Փոխարկեք HTML ը PNG ձևաչափի Java կոդով: Պահեք HTML որպես PNG օգտագործելով Java:...html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/hy/java/conversion/ht...
  5. Փոխարկել DOC Պատկեր Java

    Փոխարկեք DOC ը Պատկեր ձևաչափի Java կոդով: Պահեք DOC որպես Պատկեր օգտագործելով Java:...doc" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/hy/java/conversion/do...
  6. 使用JavaScript via C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript via C++获取Excel文件的最大区域、最大数据区域和最大显示区域。...the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . exportActiveWorkshee = true ; saveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  7. 关于如何将一个Paragraph里shape和groupshape组合 - Free Supp...

    我有一个需求,需要把一个Paragraph里的所有shape和groupshape组合成一个groupshape,然后保存为图片。 我是用了如下代码,但是保存出来的是一个错误的图像。请问如何解决? 代码如下 private static void CombineShapesInParagraph(Paragraph paragraph) { var shapes = paragraph.GetChildNodes(…...Top = minY; var saveOptions = new ImageSaveOptions(SaveFormat..."math_sample", "test.png"), saveOptions); // 将组合后的形状添加回段落 paragraph...

    forum.aspose.com/t/paragraph-shape-groupshape/3...
  8. 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-...
  9. 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...
  10. HtmlSaveOptions.encoding property | Aspose.Word...

    HtmlSaveoptions.encoding property. Specifies the encoding to use when exporting to HTML, MHTML or EPUB...docx' ) # Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/python-net/aspose.wo...