Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 63,779 for

ps

(0.21 sec)
  1. 使用 Python 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 透過 Python 範例程式碼以程式方式列印 PDF 文檔... print_page_dialog = False ps = aprinting . PrinterSettings...= aprinting . PageSettings () ps . printer_name = "Microsoft Print...

    products.aspose.com/pdf/zh-hant/python-net/print/
  2. Working with Shapes in PostScript | .NET

    How to add shapes 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 Shapes...Add Shapes in PS Document Add Rectangle to PS In order to add...

    docs.aspose.com/page/net/ps/working-with-shapes/
  3. 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...
  4. 在 PostScript 中处理文档 | C++

    Ps 文件添加页面是 Aspose.Page API 解决方案支持的功能。了解如何在 C++ 中使用该功能。...Page C++ 开发者指南 使用 PS 文档 处理文档 Live Demos Source Code...C++ Contents [ Hide Show ] 创建 PS 文档 Aspose.Page for C++ 提供了两个构造函数来创建...

    docs.aspose.com/page/zh/cpp/ps/working-with-doc...
  5. 在 PostScript 中使用页面 | .NET

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

    docs.aspose.com/page/zh/net/ps/working-with-pages/
  6. 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/
  7. 档案

    档案...čeština Svenska 将 PostScript EPS 或 PS 文件转换为常规图像格式是您可能需要执行的一项常见任务。如...PostScript EPS/PS 文件转换为 PNG 或 JPG 图像格式。 用于将 PostScript EPS/PS 文件转换为 PNG...

    blog.aspose.com/zh/page/convert-postscript-eps-...
  8. Comparison of Page Description Languages

    Which PDL is better Ps, XPs, OXPs, EPs, PDF, or AI. Is it even correct to compare them? Can really one of them replace another one? Let's find out!...Description Languages (PDLs): PS , EPS , AI , XPS , OXPS and PDF...illustrations. Therefore we rate PS , EPS , AI by this criterion...

    docs.aspose.com/page/net/comparison-of-page-des...
  9. 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...
  10. Print PDF using C# | Aspose.PDF

    Print PDF documents programmatically with C# sample code using Aspose.PDF for .NET...PrintPageDialog = false ; var ps = new Aspose . Pdf . Printing...PrintDocument (); // Set printer name ps . PrinterName = prtdoc . PrinterSettings...

    products.aspose.com/pdf/net/print/