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

saveoptions

(0.06 sec)
  1. FontSavingArgs.Bold | Aspose.Words for .NET

    Discover the FontSavingArgs Bold property to easily determine if your font is bold. Enhance your typography for better readability and design....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  2. FontSavingArgs.FontFamilyName | Aspose.Words fo...

    Discover the FontSavingArgs FontFamilyName property to easily manage and customize your font family for enhanced design flexibility....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PdfDigitalSignatureTimestampSettings.password p...

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

    reference.aspose.com/words/python-net/aspose.wo...
  4. Bad PDF Forms conversion quality - Free Support...

    Greetings! I have issue in conversion of PDF files containing forms to HTML. I tried 2 ways of doing it, but didn’t got a convinient result. Could you, please, help me? Am I doing somethinf wrong or there’s some kind o…...HtmlSaveOptions saveOptions = new Aspose.Words.Saving...HtmlSaveOptions(); saveOptions.AllowNegativeIndent = true; saveOptions.DmlEffectsRenderingM...

    forum.aspose.com/t/bad-pdf-forms-conversion-qua...
  5. ImageColorMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageColorMode enum to optimize document page images. Control color modes for enhanced visual quality in your projects....an image, we can pass a SaveOptions object to // select a color...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PdfSaveOptions.DigitalSignatureDetails | Aspose...

    Discover PdfSaveoptions DigitalSignatureDetails to easily manage PDF signing details, ensuring secure and efficient document output...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Content are pushed up to page after DOCX to PDF...

    Hi, We experience issues with Aspose PDF adding strange page breaks not present in the original Word file. When using Word’s built in PDF Converter to convert from docx to PDF everything works just fine. This issue occ…...PdfSaveOptions saveOptions = new WordSaving.PdfSaveOptions();...PdfSaveOptions(); saveOptions.Compliance = WordSaving.PdfCompliance...

    forum.aspose.com/t/content-are-pushed-up-to-pag...
  8. 使用 C# 将 SVG 转换为图像、JPG、PNG、BMP、TIFF 和 GIF

    了解支持的 SVG 到图像转换方案以及如何在 C# 中执行它们。您将找到 C# 示例和在线 SVG 转换器...ImageSaveOptions 7 ImageSaveOptions saveOptions = new ImageSaveOptions(ImageFormat...Converter. ConvertSVG (document, saveOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/zh/net/convert-svg-to-image/
  9. 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
  10. 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...