Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 33,691 for

saveoptions

(0.44 sec)
  1. ImageSavingArgs.currentShape property | Aspose....

    ImageSavingArgs.currentShape property. Gets the [ShapeBase](../../../aspose.words.drawing/shapebase/) object corresponding to the shape or group shape that is about to be saved....document to HTML, we can pass a SaveOptions object to designate a callback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ResourceSavingArgs.ResourceStream | Aspose.Word...

    Discover the ResourceSavingArgs ResourceStream property to easily define where your resources are saved, enhancing efficiency and control in your projects....set a folder alias in the SaveOptions object, we will be able to...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveoptions htmlSaveoptions = HtmlSaveoptionsBuilder.build(documentWra…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...save("path/to/output/document.html", saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/doc/314783
  4. 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...
  5. 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...
  6. 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...
  7. PageLayoutEvent | Aspose.Words for Java

    A code of event raised during page layout model build and rendering in Java....Exception { ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...ImageSaveOptions(SaveFormat.PNG); { saveOptions.setPageSet(new PageSet(pageIndex));...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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/
  9. 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...
  10. 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-...