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

saveoptions

(1.86 sec)
  1. FontSavingArgs.Italic | Aspose.Words for .NET

    Discover the FontSavingArgs Italic property to easily check if your font is italicized, enhancing your text styling and design flexibility....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  2. HtmlSaveOptions.exportDropDownFormFieldAsText p...

    HtmlSaveoptions.exportDropDownFormFieldAsText property. Controls how drop-down form fields are saved to HTML or MHTML..."ExportDropDownFormFi" flag of this SaveOptions object allows us to // control...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfDigitalSignatureTimestampSettings.server_url...

    PdfDigitalSignatureTimestampSettings.server_url property. Timestamp server URL....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results...."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.set...
  5. OutlineOptions | Aspose.Words for Java

    Allows to specify outline options in Java.... PdfSaveOptions saveOptions = new PdfSaveOptions(); //...pane in the output PDF. saveOptions.setPageMode(PdfPageMode.USE_OUTLINES);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Otvorite i uredite PSB datoteku | products.aspo...

    Otvorite i uredite PSB datoteku s mrežnim uređivačem...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/cr/editor/psb/
  7. What's new 2022|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2022....ExcelSaveOptions object var saveOptions = new Aspose . Pdf . ExcelSaveOptions...dataDir + "PDFToODS_out.ods" , saveOptions ); } } PDF to XMLSpreadSheet2003:...

    docs.aspose.com/pdf/net/whatsnew/2022/
  8. LaTeX 转图像 | .NET

    通过 Aspose.TeX API 将 TeX 转换为图像格式(适用于 .NET)的解决方案,请阅读本文了解如何操作以及代码示例。... SaveOptions = pngOptions; 14 15 // Run...DeviceWritesImages = false ; 13 options. SaveOptions = pngSaveOptions; 14 15 //...

    docs.aspose.com/tex/zh/net/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. Incorrect Conditional Formatting in Aspose.Cell...

    I have created a sample Excel file to reproduce the issue. test2.zip (9.6 KB) In the Excel file, I added a conditional formatting to change A1 and B1 to white text color when A3’s value is 1. image.png (768 位元組) imag…...xlsx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...workbook.save("output.pdf", saveOptions); Test with Simplified Data...

    forum.aspose.com/t/incorrect-conditional-format...