Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 33,731 for

saveoptions

(0.07 sec)
  1. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveoptions::get_EmptyParagraphExportMode method. Specifies how to export empty paragraphs to Markdown. Default value is EmptyLine in C++....Writeln ( u "Last" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_EmptyParagraphExport...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. ShapeMarkupLanguage Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeMarkupLanguage enum, defining shape markup languages for enhanced document formatting and design flexibility...."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose.PSD for .NET 18.8 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ouputDir ) { ImageOptionsBase saveOptions = new ImageOptions . PngOptions..., dir + "big_out.png" , saveOptions , monitor ); System . Threading...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  4. OoxmlCompliance | Aspose.Words for Java

    Allows to specify which OOXML specification will be used when saving in the DOCX format in Java...."Compliance" property of the SaveOptions object to "OoxmlCompliance...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.setCo...

    reference.aspose.com/words/java/com.aspose.word...
  5. GradientStopCollection | Aspose.Words for Java

    Contains a collection of GradientStop objects in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.GradientStops.docx", saveOptions); Methods Method Description...

    reference.aspose.com/words/java/com.aspose.word...
  6. XamlFlowSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK format in Java....SaveOptions public class XamlFlowSaveOptions...XamlFlowSaveOptions extends SaveOptions Can be used to specify additional...

    reference.aspose.com/words/java/com.aspose.word...
  7. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...Document(docStream); var saveOptions = new Aspose.Words.Saving...SaveFormat = SaveFormat.Pdf }; saveOptions.OutlineOptions.DefaultBookmarksOutl...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  8. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.setMaxImageResolutio(72);...MaxImageResolution.svg", saveOptions); Returns: double - A double...

    reference.aspose.com/words/java/com.aspose.word...
  9. LINQ Expressions Not Working When Saving as PDF...

    Description I am using Aspose.Words for Java to generate documents with LINQ Reporting Engine. The LINQ expressions are processed correctly when saving the document as DOCX, but when saving as PDF, the expressions are no…...String[0])); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...fromName("PDF")); doc.save(out, saveOptions); Observed Behavior DOCX...

    forum.aspose.com/t/linq-expressions-not-working...
  10. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPri...IGNORE_BLANK); wbk.save(dstFile, saveOptions); TEST.7z (28.0 KB) Professionalize...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...