Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 32,698 for

saveoptions

(0.1 sec)
  1. PageLayoutCallbackArgs.Document | Aspose.Words ...

    Discover the PageLayoutCallbackArgs Document property to efficiently access and manage your document data. Enhance your workflow today!...pageIndex ) { ImageSaveOptions saveOptions = new ImageSaveOptions (...Document . Save ( stream , saveOptions ); } private int mNum ; }...

    reference.aspose.com/words/net/aspose.words.lay...
  2. Convert XBRL to Excel XLSX in Python|Documentation

    Python Finance Library API supports converting XBRL files to Excel XLSX. Please see the code provided in this article....passing an instance of the SaveOptions class to the XbrlDocument...is XLSX format, set the SaveOptions.save_format to SaveFormat...

    docs.aspose.com/finance/python-net/convert-xbrl...
  3. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setOpt...STANDARD); saveOptions.setCheckFontCompatib(true); saveOptions.setC...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  4. Aspose Words convert pdf to md messy content - ...

    convert pdf to markdown, cause some messy contents file: 附件3-消杀承包合同(中航物业转包).pdf (1.9 MB) code: document = aw.Document(file_path) document.save("output2/test3.md")...conversion process by using SaveOptions to fine-tune how the content...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...

    forum.aspose.com/t/aspose-words-convert-pdf-to-...
  5. ImageSaveOptions.Scale | Aspose.Words for .NET

    Discover the ImageSaveoptions Scale property to effortlessly adjust the zoom factor for your images, enhancing quality and customization.... ImageSaveOptions saveOptions = new ImageSaveOptions (...times its original size. saveOptions . Scale = 5 ; math . GetMathRenderer...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose.PSD for Python via .NET 24.7 - Release N...

    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....psdImage : saveOptions = PdfOptions () saveOptions . pdf_core_options...psdImage . save ( output , saveOptions ) PSDPYTHON-88. Fix ImageSaveException:...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  7. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveoptions::XpsSaveoptions constructor. Initializes a new instance of this class that can be used to save a document in the Xps format in C++.... auto saveOptions = System :: MakeObject <...Words :: SaveFormat :: Xps , saveOptions -> get_SaveFormat ()); //...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Merger.merge_stream method | Aspose.Words for P...

    aspose.words.lowcode.Merger.merge_stream method... SaveOptions , merge_format_mode : aspose...input streams. save_options SaveOptions The save options. merge_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Გააკეთეთ DOCX C++ Ის Გამოყენებით

    შექმენით ახალი DOCX C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX C++ ბიბლიოთეკის გამოყენებით....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/ka/cpp/make/docx/
  10. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DOCX to Excel C++. Save a document in various formats to XLSX using C++....docx" ); auto saveOptions = MakeObject < XlsxSaveOptions...XlsxSaveOptions > (); saveOptions -> set_CompressionLevel ( CompressionLevel...

    docs.aspose.com/words/cpp/convert-a-document-to...