Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 34,052 for

saveoptions

(0.93 sec)
  1. 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...
  2. [Defect] Accessibility issues for document comp...

    Compare 2 docx files attached, Open a resulted pdf in acrobat pro, Enable voice over (cmd + f5), Run using key board by ctr+option + arrow buttons, Check observations. Actual: By navigate using right arrow, observing…...getOutputFileName()); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...// for accessibility saveOptions.setCompliance(PdfCompliance...

    forum.aspose.com/t/defect-accessibility-issues-...
  3. 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...
  4. 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...
  5. ImageSaveOptions.thresholdForFloydSteinbergDith...

    ImageSaveoptions.thresholdForFloydSteinbergDithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用 Aspose.Email.Outlook 管理消息文件|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.... SaveOptions . default_oft ) print ( f...或 MailMessage 保存为 OFT 该 SaveOptions 是一个抽象基类,允许用户在将 MailMessage...

    docs.aspose.com/email/zh/python-net/managing-me...
  7. ImageBinarizationMethod enumeration | Aspose.Wo...

    aspose.words.saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....as a TIFF, we can pass a SaveOptions object to # adjust the dithering...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveoptions::get_Encoding method. Specifies the encoding to use when exporting to HTML. Default value is new UTF8Encoding(true) (UTF-8 with BOM) in C++....encoding, // we can use a SaveOptions object to set a specific...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 使用 C++ 将 PowerPoint 演示文稿转换为 Markdown|Aspose.Sli...

    使用 Aspose.Slides for C++ 将 PowerPoint 幻灯片(PPT、PPTX)转换为干净的 Markdown,自动化文档编写并保持格式。...如果需要导出包含图像的 PowerPoint 文档,必须将 SaveOptions::MarkdownExportType::Visual)...:: Export :: Markdown :: SaveOptions :: Flavor :: CommonMark );...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  10. 使用JavaScript via C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript via C++获取Excel文件的最大区域、最大数据区域和最大显示区域。...the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . exportActiveWorkshee = true ; saveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...