Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 63,711 for

ps

(0.06 sec)
  1. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...); PageSetup ps = ws . GetPageSetup (); if ( ps . GetPrinterSettings...< int > ( ps . GetPaperSize ()) << std :: endl ; ps . SetPrinterSettings...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...
  2. Frequently Asked Questions | Aspose.Page for C++

    Get answers to the most frequent questions about Aspose.Page for C++, - a comprehensive API for manipulation, Conversion and editing EP,XPs and Ps files....manage XPS and PostScript (EPS/PS) files with ease: Create new...content. Convert XPS and EPS/PS files into widely used formats...

    docs.aspose.com/page/cpp/faq/
  3. 页面设置 自适应页面设置|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...."format sheet" ); PrintSetup ps = sheet . getPrintSetup (); sheet...setAutobreaks ( true ); ps . setFitHeight (( short ) 1 ); ps . setFitWidth...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...
  4. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of worksheets inside the Excel file programmatically using Aspose.Cells for JavaScript via C++....Access worksheet page setup const ps = ws . pageSetup ; // Check if...for this worksheet exist if ( ps . printerSettings != null ) {...

    docs.aspose.com/cells/javascript-cpp/remove-exi...
  5. Aspose.Page Product family | Documentation

    .NET, Java, C++, Node.js, JavaJavaScript, and Python APIs for developers to manipulate Ps, EPs, and XPs files. Develop on Windows, Linux, MacOS or Android....developers to work with XPS and EPS/PS documents. Using the API you... you can convert XPS and EPS/PS documents to PDF and Images....

    docs.aspose.com/page/
  6. Working with Images in PostScript | C++

    How to add image to Ps file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Developer Guide Working with PS Document Working with Images...Contents [ Hide Show ] Add Image in PS Document Aspose.Page for C++...

    docs.aspose.com/page/cpp/ps/working-with-images/
  7. 通过 C++ 打印 PDF 文件 | Aspose.PDF

    简单的演示源代码使用 C++ 语言在任何平台上打印 PDF 文档。... PrinterSettings ps = new System . Drawing . Printing...PrintDocument (); // Set printer name ps . PrinterName = prtdoc . PrinterSettings...

    products.aspose.com/pdf/zh-hans/cpp/print/
  8. PS 文件中处理图像 | Python

    Aspose.Page API 解决方案解答了如何将图像添加到 Ps 文件的问题。了解如何在 Python 中使用该功能...NET 开发指南 使用 PS 文档 处理图像 Live Demos Source Code...Buy 在 PS 文件中处理图像 | Python Contents [ Hide Show ] 在 PS 文档中添加图像...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  9. PS 文件中使用透明度 | Python

    Aspose.Page API 解决方案解答了如何在 Ps 文件中添加透明度的问题。了解如何在 Python 中使用该功能...NET 开发指南 使用 PS 文档 使用透明度 Live Demos Source Code...Buy 在 PS 文件中使用透明度 | Python Contents [ Hide Show ] 在 PS 文档中添加透明度...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  10. Working with Shapes in PostScript | C++

    How to add shapes to Ps file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Developer Guide Working with PS Document Working with Shapes...Add Shapes in PS Document Add Rectangle to PS In order to add...

    docs.aspose.com/page/cpp/ps/working-with-shapes/