Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 9,655 for

pdfsaveoptions

(0.07 sec)
  1. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...xlsx" ); // Save as PDF PdfSaveOptions options ; options . SetOnePagePerSheet...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  2. 获取在将Excel文件渲染为PDF时字体替换的警告信息|Documentation

    学习如何在使用Aspose.Cells将Excel文件渲染为PDF时获取字体替换警告信息(用C++)...IWarningCallback 接口,并将 PdfSaveOptions.WarningCallback 属性设置为您的实现类。...IWarningCallback 并使用实现的接口设置了 PdfSaveOptions.WarningCallback 属性。现在,...

    docs.aspose.com/cells/zh/cpp/get-warnings-for-f...
  3. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library.... For example, there is PdfSaveOptions for the SaveFileFormat...

    docs.aspose.com/diagram/net/save-visio-document/
  4. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...false)}); var optPdf = new PdfSaveOptions(); doc.Save(fontDir + "test...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  5. LaTeX to PDF | Aspose.TeX for Python

    Learn how to convert TeX to PDF using the Aspose.TeX API solution for Python with this article, which provides a detailed explanation and code examples.... save_options = PdfSaveOptions() 7 # Run LaTeX to PDF...options. save_options = PdfSaveOptions() 9 # Run LaTeX to PDF...

    docs.aspose.com/tex/python-net/latex-to-pdf/
  6. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。...Cells提供了 PdfSaveOptions.isFontSubstitutionCh 属...以下屏幕截图比较了以下示例代码生成的两个输出PDF。 一个是在不设置 PdfSaveOptions.isFontSubstitutionCh 属性的情况下生成的,另一个是在设置...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  7. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...Cells提供了 PdfSaveOptions.IsFontSubstitutionCh 属性,应将其设置为...以下屏幕截图比较了以下示例代码生成的两个输出PDF。 一个没有设置 PdfSaveOptions.IsFontSubstitutionCh 属性的生成结果,另一个在将该属性设置为...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  8. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#.... for example, there is PdfSaveOptions for saving to PDF format...

    docs.aspose.com/words/net/specify-save-options/
  9. Rendering Resource Usage View

    Learn how to render resource usage view of Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....SaveOptions options = new PdfSaveOptions(); 4 options. Timescale...

    docs.aspose.com/tasks/net/rendering-resource-us...
  10. Filter Objects while loading Workbook or Worksh...

    Learn how to filter data while loading workbooks or worksheets using Aspose.Cells for Node.js via C++.... PdfSaveOptions (); pOptions . setOnePagePerSheet...

    docs.aspose.com/cells/nodejs-cpp/filter-objects...