Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 33,600 for

saveoptions

(0.22 sec)
  1. Fill.GradientStops | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStops property, featuring a collection of GradientStop objects for stunning fill effects.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStopCollecti...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert PDF file to other formats|Aspose.PDF fo...

    Learn how to convert PDF documents to other formats such as Word, Excel, and image formats using Aspose.PDF in C++....Instantiate LaTex save option auto saveOptions = MakeObject < LaTeXSaveOptions...path for save option object saveOptions -> set_OutDirectoryPath (...

    docs.aspose.com/pdf/cpp/convert-pdf-to-other-fi...
  3. 在C++中将Word转换为Excel|Aspose.Words对于C++

    将PDF转换为Excel,XML转换为Excel,DOCX转换为Excel C++。 使用C++将各种格式的文档保存到XLSX。...docx" ); auto saveOptions = MakeObject < XlsxSaveOptions...XlsxSaveOptions > (); saveOptions -> set_CompressionLevel ( CompressionLevel...

    docs.aspose.com/words/zh/cpp/convert-a-document...
  4. Convert XBRL to iXBRL via Python | products.asp...

    Sample code for XBRL to SEC xlsx report Python conversion. Use API example code for batch XBRL files to SEC xlsx report conversion within Python based applications.... Set SaveOptions for the output file by choosing...target file and relevant SaveOptions as parameters. Conversion...

    products.aspose.com/finance/python-net/conversi...
  5. PsSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PsSaveoptions SaveFormat property to easily specify your document's save format. Optimize your workflow with flexible saving options!... PsSaveOptions saveOptions = new PsSaveOptions { SaveFormat...UseBookFoldPrintingS.ps" , saveOptions ); See Also enum SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PdfDigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a PDF document with a digital signature in Java....SaveOptions) method. Aspose.Words creates..."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/java/com.aspose.word...
  7. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/pdf/
  8. Urobiť PDF Pomocou Java

    Vytvorte nový PDF v Java v niekoľkých krokoch. Jednoducho vytvorte PDF pomocou knižnice Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/sk/java/make/pdf/
  9. Aspose pdf for java PDF转换WORD 样式失效 - Free Suppo...

    我使用的是aspose pdf for java 组件 我想要的效果是在保留原有的样式情况下,转换的word的表格可以编辑 我实际用Aspose把PDF转换为word后,表格也不能编辑,表格变成了图片,启用表格识别,样式又全部乱了,请帮我看下,谢谢! test0730.pdf (49.5 KB) test0730.docx (12.6 KB)...pdf"); DocSaveOptions saveOptions = new DocSaveOptions(); //...// 设置输出格式为DOCX saveOptions.setFormat(DocSaveOptions.DocFormat...

    forum.aspose.com/t/aspose-pdf-for-java-pdf-word...
  10. IImageSavingCallback Interface | Aspose.Words f...

    Control image saving in Aspose.Words with the IImageSavingCallback interface. Optimize document exports to HTML and other formats effortlessly....docx" ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...location of each image. saveOptions . ImageSavingCallback = new...

    reference.aspose.com/words/net/aspose.words.sav...