Sort Score
Result 10 results
Languages All
Labels All
Results 6,701 - 6,710 of 6,871 for

xlsx to pdf

(0.07 sec)
  1. 设置 PdfSaveOptions 和 ImageOrPrintOptions 的 Defau...

    了解如何用 Aspose.Cells for Node.js via C++ 设置 PdfSaveOptions 和 ImageOrPrinToptions 的 DefaultFont 属性。确保在字体缺失时正确渲染字体。...ImageOrPrintOptions 的 DefaultFont 属性时,您可能希望保存为 PDF 或图像时将该 DefaultFont 设置为工作簿中所有没有安装的字体的文本。...设置为工作簿中所有没有安装的字体的文本。 通常,在保存为 PDF 或图片时,Aspose.Cells for Node.js via C++...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  2. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how To use the Aspose.Cells library To calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using Node.js via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods To calculate these functions and save the results To disk....saves the results in the output PDF . const path = require ( "path"...dataDir , "sampleMINIFSAndMAXIF.xlsx" ); // Load your source workbook...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  3. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how To calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples....saves the results in the output PDF . import os from aspose.cells...source_dir , "sampleMINIFSAndMAXIF.xlsx" )) # Perform Aspose.Cells formula...

    docs.aspose.com/cells/python-net/calculation-of...
  4. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...xlsx" ; U16String outputFilePath...outDir + u "DocumentConversionPr.pdf" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  5. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs.... xlsx Callback function for email...be sent, can be 'html', 'xlsx', or 'pdf' } whether to enable window...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  6. 无图表加载源Excel文件|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....以下示例代码加载没有图表的样本Excel文件,并将其保存为输出PDF格式。 //Specify the load options...workbook = new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/zh/java/load-source-excel...
  7. index.xml

    2.0 http://www.w3.org/2005/ATom High Code APIs & Free Apps for Image AuTomation – Bijsnijden afbeeldingen Via java, alle ondersteunde afbeeldingsformatenhttps://products.aspose.com/imaging/nl/java/......DOCX fileiconsmall XLSX fileiconsmall PDF fileiconsmall ODP lazyloaded...DOCX fileiconsmall XLSX fileiconsmall PDF fileiconsmall ODP lazyloaded...

    products.aspose.com/imaging/nl/java/crop/index.xml
  8. Filter Objects while loading Workbook or Worksh...

    Learn how To filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....output PDF generated by it. As you can see in the output PDF, all...srcDir + u "sampleFilterCharts.xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/filter-objects-while-...
  9. Implement Errors and Boolean Value in Russian o...

    Learn how To implement errors and boolean values in Russian or any other language using Aspose.Cells with C++....in this code and its Output PDF . The screenshot shows the difference...Sample Excel File and the Output PDF for a reference. Sample Code...

    docs.aspose.com/cells/cpp/implement-errors-and-...
  10. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....or you save your workbook to PDF or HTML formats, you will see...Workbook workbook ( u "input.xlsx" ); // Access second worksheet...

    docs.aspose.com/cells/cpp/rendering-timeline/