Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 32,780 for

saveoptions

(0.24 sec)
  1. ImageSavingArgs.document property | Aspose.Word...

    ImageSavingArgs.document property. Gets the document object that is currently being saved....document to HTML, we can pass a SaveOptions object to designate a callback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...password we specified in the SaveOptions object. doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Saving::ImageSaveOptions::get_Th...

    Aspose::Words::Saving::ImageSaveoptions::get_ThresholdForFloydSteinbergDithering method. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method. when ImageBinarizationMethod is FloydSteinbergDithering in C++....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. 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...
  5. 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
  6. 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...
  7. PdfDigitalSignatureDetails.SignatureDate | Aspo...

    Discover the PdfDigitalSignatureDetails SignatureDate property to easily manage and customize signing dates for your documents. Enhance your digital workflow today!..."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfDigitalSignatureHashAlgorithm Enum | Aspose....

    Explore the Aspose.Words PdfDigitalSignatureHashAlgorithm enum, defining digital hash algorithms for secure digital signatures in your documents...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Aspose::Words::Saving::ImageSaveOptions::get_Ti...

    Aspose::Words::Saving::ImageSaveoptions::get_TiffBinarizationMethod method. Gets or sets method used while converting images to 1 bpp format when SaveFormat is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4 in C++....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. LaTeX to image | .NET

    To convert TeX to image formats using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples.... SaveOptions = pngOptions; 14 15 // Run...DeviceWritesImages = false ; 13 options. SaveOptions = pngSaveOptions; 14 15 //...

    docs.aspose.com/tex/net/latex-to-image/