Sort Score
Result 10 results
Languages All
Labels All
Results 6,591 - 6,600 of 6,872 for

xlsx to pdf

(0.09 sec)
  1. 用C++将所有工作表列适应到单页PDF中|Documentation

    使用Aspose.Cells结合C++生成适合所有工作表列在单页的Pdf。...用C++将所有工作表列适应到单页PDF中 Contents [ Hide ] 有时,您希望生成一个PDF文件,使所有工作表的列都适合在一页上。...属性提供了这一功能,内部会处理复杂计算,如输出PDF的高度和宽度,这些都是根据工作表中的数据自动调整的。 使工作表列适合单个PDF页面 PdfSaveOptions...

    docs.aspose.com/cells/zh/cpp/fit-all-worksheet-...
  2. 使用Node.js via C++向PDF添加水印|Documentation

    学习如何在将Excel转换为Pdf时,向Pdf添加文本和图像水印,使用Aspose.Cells for Node.js via C++。...js via C++向PDF添加水印 Contents [ Hide ] 在将Excel文件转换为PDF的同时,可能需要添加...如何添加文本和图像水印。 向PDF添加文本水印 只需指定文本和相应的字体,就可以轻松向PDF添加文本水印。也可以设置对齐...

    docs.aspose.com/cells/zh/nodejs-cpp/add-waterma...
  3. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到Pdf中。...使用C++将附件嵌入到PDF中 Contents [ Hide ] 在Excel中,您可以插入带有源数据的Ole对象( ...embedded-attachments-example.xlsx )。双击Ole对象,嵌入的文件将被打开。 通常,在转换为PDF时,Ole对象将作为图标...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  4. 使用 C# 从 PDF 中提取表格数据|Aspose.PDF for .NET

    学习如何使用 Aspose.Pdf for .NET 在 C# 中从 Pdf 中提取表格数据...C# 从 PDF 中提取表格数据 Contents [ Hide ] 以编程方式从 PDF 中提取表格 从 PDF 中提取...中提取表格并不是一项简单的任务,因为表格可以以多种方式创建。 Aspose.PDF for .NET 提供了一种工具,使检索表格变得简单。要提取表格数据,您应执行以下步骤:...

    docs.aspose.com/pdf/zh/net/extract-data-from-ta...
  5. 通过Node.js via C++嵌入附件到PDF|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将Ole对象作为附件嵌入到Pdf中。...js via C++嵌入附件到PDF Contents [ Hide ] 在Excel中,你可以插入带有源数据的Ole对象(...embedded-attachments-example.xlsx )。双击Ole对象,嵌入的文件将被打开。 一般情况下,在转换为PDF时,Ole对象会以图标...

    docs.aspose.com/cells/zh/nodejs-cpp/embed-attac...
  6. Handle Automatic Units of Chart Axis like Micro...

    Learn how To handle auTomatic units on chart axes in Aspose.Cells for C++, similar To Microsoft Excel. Our guide will show you how To configure and cusTomize auTomatic units on a chart axis, including the display of scientific notation and adjusting the scale....chart is rendered to image or PDF. Now, Aspose.Cells supports the...convert your chart into image or PDF and it will render the chart...

    docs.aspose.com/cells/cpp/handle-automatic-unit...
  7. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为Pdf时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...限制生成的页数——Excel转PDF的C++方案 Contents [ Hide ] 有时候,您希望将某个范围的页面打印到输出PDF文件中。编号Aspose...以下示例显示了如何将Microsoft Excel文件的页面范围(第3页和第4页)呈现为PDF。 const path = require ( "path"...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  8. Get Warnings for Font Substitution while Render...

    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....rendering Microsoft Excel files to PDF, Aspose.Cells substitutes fonts...identify why Aspose.Cells rendered PDF is differently than the actual...

    docs.aspose.com/cells/java/get-warnings-for-fon...
  9. 在将Excel渲染为PDF时绘制切片器,使用C++|Documentation

    使用Aspose.Cells和C++导出带切片器设置的Excel为Pdf。...在将Excel渲染为PDF时绘制切片器,使用C++ Contents [ Hide ] 在将 Excel 渲染为 PDF 时绘制分析器...器设置的PDF,Aspose.Cells现已支持此功能。只需将含切片器的Excel文件导出为PDF,生成的PDF将显示应用了切片器的状态。...

    docs.aspose.com/cells/zh/cpp/draw-slicer-while-...
  10. AutoFit Row Height Automatically When Loading f...

    Learn how To fit the rows which height are not cusTomed using Aspose.Cells with C++....it to PDF, the data will not be fully displayed in PDF because...save it as PDF { Workbook wb ( filePath + u "sample.xlsx" ); wb ...

    docs.aspose.com/cells/cpp/autofit-row-height/