Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 32,698 for

saveoptions

(0.95 sec)
  1. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Word转pdf,报错 - Free Support Forum - aspose.com

    使用最新版本25.7、25.8,word转pdf,报错,错误信息: error: addition of a duplicate key to a dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。 测试文件: 123.docx (550.1 KB) 代码: Document doc = new Document(“doc to pdf.docx”); doc.save(“doc …...pdf”, SaveOptions.createSaveOptions(SaveFormat....docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...

    forum.aspose.com/t/word-pdf/316940
  3. Setting Default Text Encoding in Email Message|...

    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....msg" , SaveOptions . getDefaultMsg ()); Detecting...

    docs.aspose.com/email/java/setting-default-text...
  4. Fail to calculate CELL("filename") - Free Suppo...

    Upon calling calculateFormula on a workbook that has a cell with =CELL("filename", B2) formula fails to calculate the cell. Screenshot 2025-09-26 at 10.20.57 AM.jpg (146.0 KB) Excel file to repro: image.png (20.7 KB)...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setOnePagePerSheet(true);...workbook.save(outputStream, saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/fail-to-calculate-cell-filen...
  5. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used..."Compliance" property of the SaveOptions object to "OoxmlCompliance...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TxtExportHeadersFootersMode | Aspose.Words for ...

    Specifies the way headers and footers are exported to plain text format in Java.... TxtSaveOptions saveOptions = new TxtSaveOptions(); //...the end of the document. saveOptions.setExportHeadersFoot(txtExportHeadersFoot);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Charts have wrong axis labels when converting f...

    Hi, When converting a DOCX to PDF, I noticed some x-axis labels in some charts are wrongly rendered. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new PdfSaveoptions()); I’ve attached the test …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { EmbedFullFonts...}; doc.Save(@".\out.pdf", saveOptions); Check Chart Data : Verify...

    forum.aspose.com/t/charts-have-wrong-axis-label...
  8. 乳胶到图像| 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/
  9. Document compare textbox mismatch - Free Suppor...

    Hello, we are having some trouble when comparing documents, maybe you could advice us what could be wrong. Currently we are using aspose.words 24.9 java version. And running code, one is ignoring Textboxes other is no…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); saveOptions.setInterpolateImages(false); saveOptions.set...

    forum.aspose.com/t/document-compare-textbox-mis...
  10. Aspose.PSD for .NET 19.8 - 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....true }; ImageOptionsBase saveOptions = new PngOptions () { ColorType...image . Save ( outFileName , saveOptions ); } double memoryUsed =...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-8...