Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 63,871 for

ps

(0.14 sec)
  1. 在 PostScript 中处理图像 | .NET

    Aspose.Page API 解决方案解答了如何将图像添加到 Ps 文件的问题。了解如何在 .NET 中使用该功能...NET 开发者指南 使用 PS 文档 处理图像 Live Demos Source Code...Show ] 在 PS 文档中添加图像 Aspose.Page for .NET 库提供了两种将图像添加到 PS 文档的方法:...

    docs.aspose.com/page/zh/net/ps/working-with-ima...
  2. Print Landscape Pdf-Document - Free Support For...

    Hi, i try to print a pdf-Document with landscape orientation. The content is correct, but the paper is not landscape so the content is cut off at the end. I’m using the PDFCreator as printer. My Code: m_Docume…...PrintAsGrayscale = True Dim ps As New System.Drawing.Printing...PageSettings() ps.PrinterName = "Microsoft Print to PDF" ps.PrintFileName...

    forum.aspose.com/t/print-landscape-pdf-document...
  3. PS 文件中使用渐变 | Java

    Ps 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...Page Java 开发者指南 使用 PS 文档 使用渐变 Live Demos Source Code...Pricing Buy 在 PS 文件中使用渐变 | Java Contents [ Hide Show ] 在 PS 文档中添加渐变...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  4. 使用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...
  5. 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/
  6. 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...
  7. 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/
  8. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......使用Python将PS文件转换为PDF 在 Python 中从 ZIP 文件中删除文件 使用Java将PS文件转换为PDF...使用Java将PS文件转换为PDF 使用C#将PS文件转换为PDF 在 Python 中创建 ZIP 文件 使用C#将PDF表单数据导出到Excel 使用...

    kb.aspose.com/zh/categories/page/15/
  9. 使用 C++ 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 透過 C++ 範例程式碼以程式方式列印 PDF 文檔... PrinterSettings ps = new System . Drawing . Printing...PrintDocument (); // Set printer name ps . PrinterName = prtdoc . PrinterSettings...

    products.aspose.com/pdf/zh-hant/cpp/print/
  10. Working with Gradient in PostScript | .NET

    Adding gradient in Ps file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...Developer Guide Working with PS Document Working with Gradient...[ Hide Show ] Add Gradient in PS Document In this article, we...

    docs.aspose.com/page/net/ps/working-with-gradient/