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

saveoptions

(0.14 sec)
  1. PdfDigitalSignatureTimestampSettings.Password |...

    Secure your PDF documents with the PdfDigitalSignatureTimestampSettings. Easily manage timestamp server passwords for enhanced protection and compliance....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  2. OdtSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.OdtSaveoptions constructor...password we specified in the SaveOptions object. doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook workbook = new Workbook("input.xlsx"); WorksheetCollection worksheets = workbook.getWorksheets(); workbook.calculateFormula(); Worksheet worksheet …...getIndex()); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HTML); saveOptions.setExportActiveWorks(true); saveOptions.setEncoding(Encoding...

    forum.aspose.com/t/inconsistent-html-output-for...
  6. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab.com_v2.docx) and validate PDF. Actual:- attached content is missing in PDF (Mi…...getOutputFileName()); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...// for accessibility saveOptions.setCompliance(PdfCompliance...

    forum.aspose.com/t/defect-data-validations-in-t...
  7. 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...
  8. Constraint Types for XER - Free Support Forum -...

    Below are the Constraint Types present in an XER schedule: Start on Start on or after Start on or before Finish on Finish on or after Finish on or before Mandatory start Mandatory finish As late as possible Non…...save options object var saveOptions = new XlsxOptions(); // Save...project.Save("output.xlsx", saveOptions); } } In this code, replace...

    forum.aspose.com/t/constraint-types-for-xer/314704
  9. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setEmbedFullFonts(true);...// embed the exact fonts saveOptions.setUseHighQualityRen(true);...

    forum.aspose.com/t/word-to-pdf-document-format/...
  10. Removing the Gap Between Tasks List and Footer ...

    This guide explains how to use Aspose.Tasks for Java to reduce the gap between the task list and footer when converting project data....png" , (SaveOptions)imageSaveOptions); 13 14..."ReducingGapBetweenTa_out.pdf" , (SaveOptions)pdfSaveOptions); 20 21 HtmlSaveOptions...

    docs.aspose.com/tasks/java/reducing-gap-between...