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

saveoptions

(0.27 sec)
  1. ImageSaveOptions.imageBrightness property | Asp...

    ImageSaveoptions.imageBrightness property. Gets or sets the brightness for the generated images....an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImageSaveOptions.VerticalResolution | Aspose.Wo...

    Discover the ImageSaveoptions VerticalResolution property to easily set and optimize image quality in DPI for stunning visuals. Enhance your projects today!...an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/net/aspose.words.sav...
  3. ImagePixelFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImagePixelFormat enum for optimal pixel formats in document page images. Enhance your document visuals effortlessly!...an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/net/aspose.words.sav...
  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. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  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...