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

saveoptions

(1.19 sec)
  1. HtmlSaveOptions.save_format property | Aspose.W...

    HtmlSaveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...docx' ) # Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used..."Compliance" property of the SaveOptions object to "OoxmlCompliance...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Pivot Data Mismatch Between Excel Workbook and ...

    We are facing a serious data mismatch issue when converting an Excel workbook (containing a PivotTable) to HTML using Aspose.Cells for Node.js. The Excel workbook is generated programmatically using Aspose. The PivotTab…...calculateFormula(); const saveOptions = new aspose.cells.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportActiveWorks(true); saveOptions.setP...

    forum.aspose.com/t/pivot-data-mismatch-between-...
  4. TxtExportHeadersFootersMode | Aspose.Words for ...

    Specifies the way headers and footers are exported to plain text format in Java.... TxtSaveOptions saveOptions = new TxtSaveOptions(); //...the end of the document. saveOptions.setExportHeadersFoot(txtExportHeadersFoot);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Charts have wrong axis labels when converting f...

    Hi, When converting a DOCX to PDF, I noticed some x-axis labels in some charts are wrongly rendered. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new PdfSaveoptions()); I’ve attached the test …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { EmbedFullFonts...}; doc.Save(@".\out.pdf", saveOptions); Check Chart Data : Verify...

    forum.aspose.com/t/charts-have-wrong-axis-label...
  6. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPageSet(new...save("ChangedPages.pdf", saveOptions); } } Explanation: The code...

    forum.aspose.com/t/change-pages-only-after-comp...
  7. Aspose.PSD for .NET 19.8 - Release Notes|Docume...

    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....true }; ImageOptionsBase saveOptions = new PngOptions () { ColorType...image . Save ( outFileName , saveOptions ); } double memoryUsed =...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-8...
  8. 将 PDF 转换为 EPUB、LaTeX、文本、XPS 的 C#|Aspose.PDF for...

    本主题向您展示如何使用 C# 或 .NET 将 PDF 文件转换为其他文件格式,如 EPUB、LaTeX、文本、XPS 等。...option LaTeXSaveOptions saveOptions = new LaTeXSaveOptions ();...path for save option object saveOptions . OutDirectoryPath = pathToOutputDirector...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-other...
  9. Aspose.PSD for .NET 19.8 - 发行说明|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....true }; ImageOptionsBase saveOptions = new PngOptions () { ColorType...image . Save ( outFileName , saveOptions ); } double memoryUsed =...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  10. Convert TEXT To HTML C++

    Convert TEXT to HTML format in C++ code. Save TEXT as HTML using C++....txt"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/text-t...