Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 33,600 for

saveoptions

(0.44 sec)
  1. Convert XBRL to XLSX Excel via Python | product...

    Sample code for XBRL to Excel XLSX Python conversion. Use API example code for batch XBRL files to XLSX 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...
  2. How to migrate to Aspose.Imaging v1.6.0 or high...

    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.... CreateOptions and SaveOptions namespaces have been deprecated...namespace CreateOptions and SaveOptions namespaces are obsolete and...

    docs.aspose.com/imaging/net/how-to-migrate-to-a...
  3. TextureAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextureAlignment enum for precise texture fill alignment. Enhance your document designs with seamless tiling options!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.TextureFill.docx" , saveOptions ); doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  4. [Tracking revision] Numbering don't applied spe...

    Hello ! We are a software publisher using your library for our Web application. And we used Aspose.Word for converting Word to Pdf. I have this file containing numbering : Test aspose.docx (16.5 KB) when i tried to …...FileInfo(dest); PdfSaveOptions saveOptions = new PdfSaveOptions(){ SaveFormat...Save(destination.FullName, saveOptions); Thanks by advanced. alexey...

    forum.aspose.com/t/tracking-revision-numbering-...
  5. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveoptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... // We can pass a SaveOptions object to specify a different...render. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . setExportActiveWorks ( true );...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  7. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....SetImage("yourCompressedImage"); } } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...}; doc.Save("Output.doc", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/doc/
  8. PdfPermissions enumeration | Aspose.Words for N...

    Aspose.Words.Saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document.... let saveOptions = new aw . Saving . PdfSaveOptions..."EncryptionDetails" property. saveOptions . encryptionDetails = encryptionDetails...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...workbook = new Workbook(); var saveOptions = new XlsSaveOptions(); //...//var saveOptions = new OoxmlSaveOptions(); saveOptions.LightCellsDataProvid...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  10. Aspose::Words::LowCode::Comparer class | Aspose...

    Aspose::Words::LowCode::Comparer class. Provides methods intended to compare documents in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::String&...System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::String&...

    reference.aspose.com/words/cpp/aspose.words.low...