Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 47 for

png to pdf cleanup

(0.07 sec)
  1. 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...SetImageType ( ImageType :: Png ); // Get timeline shape object...

    docs.aspose.com/cells/cpp/rendering-timeline/
  2. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...中使用的 示例excel文件 和由此生成的 输出PDF 。从输出PDF中可以看出,所有图表都已从工作簿中筛选出。 #include...// Save worksheet to a single PDF page PdfSaveOptions pOptions...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  3. File Format Conversion via PHP | products.aspos...

    Convert Microsoft Excel and PowerPoint Formats inTo many other popular formats including Pdf, HTML and Images with just few lines of code....formats including images, HTML and PDF without using any other software...also converts PDF, HTML, Images TIFF, JPG, PNG, BMP files. It...

    products.aspose.com/total/php-java/conversion/
  4. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....or you save your workbook to PDF or HTML formats, you will see...SetImageType ( ImageType :: Png ); imgOpts . SetOnePagePerSheet...

    docs.aspose.com/cells/cpp/rendering-slicer/
  5. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...如果将工作表转换为图像,或者将工作簿保存为PDF或HTML格式,您会看到切片器被正确地渲染。 呈现切片器 以下示例代码加载包含现有切片器的...SetImageType ( ImageType :: Png ); imgOpts . SetOnePagePerSheet...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  6. PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。...属性时,您可能希望保存为 PDF 或图像时将该 DefaultFont 设置为工作簿中所有没有安装的字体的文本。 通常,在保存为PDF或图像时,Aspose...bri”)。该代码将第一个工作表渲染为PNG和TIFF图像格式,最后输出为PDF文件。 CheckWorkbookDefault...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  7. Chart Rendering|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....render the charts in image & PDF format, we will create a chart...outputChartImage = outDir + u "out1image.png" ; chart . ToImage ( outputChartImage...

    docs.aspose.com/cells/cpp/chart-rendering/
  8. Optimize File's Content Using C++

    Compress files in C++: DOCX, DOC, RTF, ODT, EPUB, Png, JPG, XLSX, XLS, WPS without losing quality... RTF, ODT, EPUB, HTML, JPG, PNG files. Optimization of documents...Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX...

    products.aspose.com/words/cpp/compress/
  9. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...endl ; Aspose :: Cells :: Cleanup (); return 0 ; } 将工作表转换为图像...能希望将图像插入到 Microsoft Word 文档、PDF 文件、PowerPoint 演示文稿或其他文档类型中。简...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  10. 图表渲染|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....Cells API在图像和PDF格式中渲染图表的用法,我们将根据以下片段创建柱状图。 Aspose...outputChartImage = outDir + u "out1image.png" ; chart . ToImage ( outputChartImage...

    docs.aspose.com/cells/zh/cpp/chart-rendering/