Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 33,684 for

saveoptions

(1.06 sec)
  1. PsSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.PsSaveoptions to enhance your document saving experience in Ps format with customizable options for optimal results.... PsSaveOptions saveOptions = new PsSaveOptions { SaveFormat...UseBookFoldPrintingS.ps" , saveOptions ); See Also class FixedPageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. HtmlSaveOptions.export_page_setup property | As...

    HtmlSaveoptions.export_page_setup property. Specifies whether page setup is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object # to decide whether...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Off...

    Aspose::Words::Saving::HtmlSaveoptions::get_OfficeMathOutputMode method. Controls how OfficeMath objects are exported to HTML, MHTML or EPUB. Default value is Image in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task usage views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with Saveoptions, PresentationFormat, and Details column rendering....mpp" ); 2 3 // Define the SaveOptions with required TimeScale settings...settings as Days 4 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-task-usage-...
  5. 2022年新功能|Aspose.PDF for .NET

    本页面介绍了2022年引入的Aspose.PDF for .NET中最受欢迎的新功能。...ExcelSaveOptions object var saveOptions = new Aspose . Pdf . ExcelSaveOptions...dataDir + "PDFToODS_out.ods" , saveOptions ); } } PDF到XMLSpreadSheet2003:识别下标和上标中的文本;...

    docs.aspose.com/pdf/zh/net/whatsnew/2022/
  6. PDF to HTML to PDF conversion results in differ...

    Hello Aspose Team, I am working on a round-trip scenario where I convert a PDF to HTML, make a small edit in the HTML, and then convert it back to PDF. I’ve attached the following files for reference: Aspose.PDF issue…...pdf"); var saveOptions = new HtmlSaveOptions { SplitIntoPages...document.Save("test.html", saveOptions); DoSomeModifications();...

    forum.aspose.com/t/pdf-to-html-to-pdf-conversio...
  7. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...BottomMargin = 0; } var saveOptions = new ImageSaveOptions(SaveFormat...document.Save(@"output.png", saveOptions); alexey.noskov September...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  8. Java 26.2: PSD to PSB conversion produces corru...

    Product: Aspose.PSD for Java 26.2 (jdk16) Description: When loading a PSD file (version 1) and saving it as PSB format (PsdVersion.Psb), the output file is corrupt. Adobe Photoshop reports “Could not open file because …...PsdOptions saveOptions = new PsdOptions(); saveOptions.setPsdVersion(PsdVersion...setPsdVersion(PsdVersion.Psb); saveOptions.setXmpData(image.getXmpData());...

    forum.aspose.com/t/java-26-2-psd-to-psb-convers...
  9. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...loadOptions); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportListLabels(com.aspose.words...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  10. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting to PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal documents to PDF, the layout remains correct. However, when con…...PdfSaveOptions PdfSaveOptions saveOptions = new PdfSaveOptions(); //...layout for vertical text saveOptions.setPageLayout(PdfPageLayout...

    forum.aspose.com/t/ensure-vertical-text-layout-...