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

ps

(0.09 sec)
  1. Remove Existing PrinterSettings of Worksheets i...

    Learn how to remove existing PrinterSettings of a worksheet inside the Excel file through the Page Setup object programmatically using Aspose.Cells with C++....); PageSetup ps = ws . GetPageSetup (); if ( ps . GetPrinterSettings...< int > ( ps . GetPaperSize ()) << std :: endl ; ps . SetPrinterSettings...

    docs.aspose.com/cells/cpp/remove-existing-print...
  2. 在 PostScript 中使用形状 | .NET

    Aspose.Page API 解决方案解答了如何将形状添加到 Ps 文件的问题。了解如何在 .NET 中使用该功能...NET 开发者指南 使用 PS 文档 使用形状 Live Demos Source Code...Contents [ Hide Show ] 在 PS 文档中添加形状 向 PS 添加矩形 为了使用 Aspose.Page for...

    docs.aspose.com/page/zh/net/ps/working-with-sha...
  3. 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/
  4. Working with Transparency in PostScript | .NET

    How to add transparency 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 Transparency...Hide Show ] Add transparency in PS document PostScript doesn’t support...

    docs.aspose.com/page/net/ps/working-with-transp...
  5. 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...
  6. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....Convert a PS File to PDF using Python Convert a PS File to PDF...PDF using Java Convert a PS File to PDF using C# Extract Data...

    kb.aspose.com/pdf/page/3/
  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. 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/
  9. 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...
  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...."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...