Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 63,915 for

ps

(0.23 sec)
  1. 通过 C# 打印 PDF 文件 | Aspose.PDF

    使用 C# 示例代码以编程方式打印 PDF 文档,并使用 Aspose.PDF for .NET...PrintPageDialog = false ; var ps = new Aspose . Pdf . Printing...PrintDocument (); // Set printer name ps . PrinterName = prtdoc . PrinterSettings...

    products.aspose.com/pdf/zh-hans/net/print/
  2. 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...
  3. 使用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...
  4. 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/
  5. 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/
  6. 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/
  7. Need Recommendation on conversion - Free Suppor...

    Hi, I want to convert the documents (docx or pdf) into a printable format which i can directly send to printer. Wanted to know the aspose recommendation whether to convert PDF to PCL/Ps/XPs etc or Word to PCL/Ps/XPs. Wh…...convert PDF to PCL/PS/XPS etc or Word to PCL/PS/XPS. What to know...Aspose.PDF “Save PDF to XPS, PCL, PS” – .NET / Java Direct PDF → PCL...

    forum.aspose.com/t/need-recommendation-on-conve...
  8. 用 Node.js 和 C++ 移除 Excel 文件中工作表的现有 PrinterSetti...

    本文将讲解如何通过 Aspose.Cells for Node.js via C++ 编程移除 Excel 文件中工作表的现有 PrinterSettings。...Access worksheet page setup const ps = ws . getPageSetup (); // Check...for this worksheet exist if ( ps . getPrinterSettings () != null...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-exis...
  9. Working with Text in PostScript | C++

    How to add textt in 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 Text Live...Contents [ Hide Show ] Add Text in PS Document In this article, we...

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

    使用 C++ 示例代码以编程方式打印 PDF 文档,并使用 Aspose.PDF for C++... PrinterSettings ps = new System . Drawing . Printing...PrintDocument (); // Set printer name ps . PrinterName = prtdoc . PrinterSettings...

    products.aspose.com/pdf/zh-hans/cpp/print/