Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 34,037 for

saveoptions

(0.81 sec)
  1. SaveOptions.useAntiAliasing property | Aspose.W...

    Saveoptions.useAntiAliasing property. Gets or sets a value determining whether or not to use anti-aliasing for rendering....useAntiAliasing property SaveOptions.useAntiAliasing property...Words.Saving class SaveOptions SaveOptions.updateOleControlImag...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPri...getWorkbook().save("output.pdf", saveOptions); In this example, page breaks...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  3. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveoptions Saveoptions = new PdfSaveoptions(); Saveoptions.setCompliance(PdfCompliance.PDF_A_1_B); Saveoptions.setAllColumnsInOnePagePerSheet(true); fo…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...setCompliance(PdfCompliance.PDF_A_1_B); saveOptions.setAllColumnsInOnePa(true);...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  4. Which PDF Standard Is Better to Choose|Aspose.W...

    Choose the best PDF standard to export the result of your programming task in Node.js. Which PDF standard is better – PDF 1.7, PDF 2.0, PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, or PDF/UA....docx" ); const saveOptions = new aw . saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . pdfStandard = aw . saving . PdfStandard...

    docs.aspose.com/words/nodejs-net/which-pdf-stan...
  5. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....SaveOptions All Implemented Interfaces:...HtmlSaveOptions extends SaveOptions implements Cloneable Can...

    reference.aspose.com/words/java/com.aspose.word...
  6. Other managing TeX options | .NET

    Conversion functionality of Aspose.TeX API solution for .NET lets set the initial interaction mode in which the engine starts. Here are some code examples.... SaveOptions = new PdfSaveOptions(); 8...raster images. 10 options. SaveOptions . RasterizeFormulas = true...

    docs.aspose.com/tex/net/other-options/
  7. Aspose.Words PdfUa1 export - Footnote error whe...

    Hello, we are using Aspose.Words (.net, version 25.9.0) to generate PDA/UA compatible PDF documents, and when exporting documents with footnotes the PACChecker (v.24.4.2.0) validator returns the following warning: ‘Poss…...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...}; doc.Save("output.pdf", saveOptions); Thanks, Balázs Professionalize...

    forum.aspose.com/t/aspose-words-pdfua1-export-f...
  8. Aspose Java Mail Msg To Eml conversion override...

    Hello, We are converting MSG files to EML files via: MailMessage message = MailMessage.load(new ByteArrayInputStream(msg), new MsgLoadOptions()); ByteArrayOutputStream out = new ByteArrayOutputStream(); EmlSaveOption…...EmlSaveOptions saveOptions = SaveOptions.getDefaultEml(); saveOptions.se...rue); message.save(out, saveOptions); return out.toByteArray();...

    forum.aspose.com/t/aspose-java-mail-msg-to-eml-...
  9. Fill.GradientAngle | Aspose.Words for .NET

    Adjust the GradientAngle property to customize your gradient fill's angle, enhancing your design's depth and visual appeal effortlessly.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also class Fill namespace...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Convert XBRL to Excel XLSX in C#|Documentation

    C# Finance Library API supports converting XBRL files to Excel XLSX. Please see the code provided in this article....passing an instance of the SaveOptions class to the XbrlDocument...is XLSX format, set the SaveOptions.SaveFormat to SaveFormat...

    docs.aspose.com/finance/net/convert-xbrl-to-xlsx/