Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 63,822 for

ps

(0.16 sec)
  1. Working with Clips in PostScript | .NET

    Adding cliPs to Ps files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...NET 开发者指南 使用 PS 文档 Working with Clips Live Demos...Show ] Add Clip in PS Document A clip in a PS document is a path...

    docs.aspose.com/page/zh/net/ps/working-with-clips/
  2. Working with Images in PostScript | .NET

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

    docs.aspose.com/page/net/ps/working-with-images/
  3. Missing character in PDF print - Free Support F...

    Hi, The attached PDF document contains two lines of text with different fonts, both displaying the same text “A±B”. When printing this PDF using Aspose.PDF, the plusminus character (±) is correctly shown in the first l…...PrintPageDialog = false; var ps = new Aspose.Pdf.Printing.PrinterSettings();...Pdf.Printing.PageSettings(); ps.PrinterName = "Printer1"; pgs...

    forum.aspose.com/t/missing-character-in-pdf-pri...
  4. 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/
  5. 在 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...
  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 Node.js via C++....Access worksheet page setup const ps = ws . getPageSetup (); // Check...for this worksheet exist if ( ps . getPrinterSettings () != null...

    docs.aspose.com/cells/nodejs-cpp/remove-existin...
  7. 使用 C# 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET 透過 C# 範例程式碼以程式方式列印 PDF 文檔...PrintPageDialog = false ; var ps = new Aspose . Pdf . Printing...PrintDocument (); // Set printer name ps . PrinterName = prtdoc . PrinterSettings...

    products.aspose.com/pdf/zh-hant/net/print/
  8. 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/
  9. 使用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...
  10. 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...