Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 32,777 for

saveoptions

(0.06 sec)
  1. PclSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PclSaveoptions SaveFormat property to easily save documents in PCL format, ensuring compatibility and high-quality output for your projects....docx" ); PclSaveOptions saveOptions = new PclSaveOptions { SaveFormat...RasterizeElements.pcl" , saveOptions ); See Also enum SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Drawing::GradientVariant enum | ...

    Aspose::Words::Drawing::GradientVariant enum. Specifies the variant for a gradient fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. SaveOptions.use_high_quality_rendering property...

    Saveoptions.use_high_quality_rendering property. Gets or sets a value determining whether or not to use high quality (i.e...use_high_quality_rendering property SaveOptions.use_high_quality_rendering...a rendered document with SaveOptions. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose pdf fails to save a PDF when options are...

    using .net 9 latest apose.pdf (25.10.0). 1.pdf (221.1 KB) when trying to save attached PDF with: Saveoptions so = new PdfSaveoptions() { DefaultFontName = "Arial", }; pdfDocument.Save(outputPdfPath, so); save fa…...save attached PDF with: SaveOptions so = new PdfSaveOptions()...#=zU50KS4smIEQs(Stream #=zPkgGkfg=, SaveOptions #=zg0M2Os1MzU7P) at Aspose...

    forum.aspose.com/t/aspose-pdf-fails-to-save-a-p...
  5. NullPointerException when converting a docx to ...

    Hello With Aspose words 18.2 I have a NullPointerException when trying to convert a docx to pdf. Problem occurs when a part of my docx is splitted into 2 pages Stack trace : Exception in thread "main" java.lang.Nu…...SaveOptions; public class Bug { public...Document(input); SaveOptions so = SaveOptions.createSaveOptions(SaveFormat...

    forum.aspose.com/t/nullpointerexception-when-co...
  6. Splitter.remove_blank_pages method | Aspose.Wor...

    aspose.words.lowcode.Splitter.remove_blank_pages method... SaveOptions ): ... Parameter Type Description...file name. save_options SaveOptions The save options. Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.PSD for .NET 24.7发布说明|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....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( output , saveOptions ); } PSDNET-2061. 修复ImageSaveException:...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Export texture files while saving 3D scene|Docu...

    Using Aspose.3D for .NET, developers can export texture files to file system while saving 3D scene....obj" , opt ); All SaveOptions objects in Aspose.3D include...ExportTextures property in SaveOptions , you can seamlessly export...

    docs.aspose.com/3d/net/export-texture-files-whi...
  9. Convert PDF to PowerPoint in .NET|Aspose.PDF fo...

    Aspose.PDF allows you to convert PDF to PPT (PowerPoint) format using .NET. One way there is a possibility to convert PDF to PPTX with Slides as Images....PptxSaveOptions object var saveOptions = new Aspose . Pdf . PptxSaveOptions...+ "PDFToPPT_out.pptx" , saveOptions ); } } Convert PDF to PPTX...

    docs.aspose.com/pdf/net/convert-pdf-to-powerpoint/
  10. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the document... toEqual ( true ); let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . CacheBackgroundGraph = false ; //...

    reference.aspose.com/words/nodejs-net/aspose.wo...