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

saveoptions

(0.38 sec)
  1. Chart axis labels overlap with legends when con...

    Hi, When converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends. Code: var Saveoptions = new PdfOptions { SaveMetafilesAsPng =…... Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng...\test.pdf", SaveFormat.Pdf, saveOptions); I’ve attached the test...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...
  2. Gradient fill color appears colored homogenous ...

    Hi Team, we are facing an issue where a templated word document appears to have homogenous colored objects from a gradient fill HTML content. I attached a simple console application to reproduce the issue. It looks like…...effects: OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...doc.Save("output.docx", saveOptions); Test with Different Document...

    forum.aspose.com/t/gradient-fill-color-appears-...
  3. Assistance Required for PDF-to-Word Conversion ...

    We have implemented PDF-to-Word document conversion using the Aspose library. Initially, during testing, the conversion worked without any delays or timeout issues. However, we are now observing failures during the conve…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format...DocSaveOptions.DocFormat.DocX; saveOptions.Mode = DocSaveOptions.RecognitionMode...

    forum.aspose.com/t/assistance-required-for-pdf-...
  4. ImageSaveOptions.ImageColorMode | Aspose.Words ...

    Discover the ImageSaveoptions ImageColorMode property to easily customize and optimize the color mode for your generated images. Enhance your visuals today!...an image, we can pass a SaveOptions object to // select a color...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ImageColorMode enumeration | Aspose.Words for P...

    aspose.words.saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages....an image, we can pass a SaveOptions object to # select a color...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PdfSaveOptions.digitalSignatureDetails property...

    PdfSaveoptions.digitalSignatureDetails property. Gets or sets the details for signing the output PDF document...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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...
  10. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 pages along with some tables present inside, page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 pages and the tabl…...up-to-date PdfSaveOptions saveOptions = new PdfSaveOptions { FontEmbeddingMode...doc.Save(outputFilePath, saveOptions); This approach has helped...

    forum.aspose.com/t/table-contents-are-getting-s...