Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 43,220 for

postscript

(0.04 sec)
  1. PS to WMF Conversion | API for Python

    Sample Python conversion code for PS format to WMF file. Use this example code to convert PS to WMF within any Web or Console Python based application....facilitates the conversion of PostScript (PS) files to WMF images...Python Conversion # initialize PostScript input stream open( "input...

    products.aspose.com/page/python-net/conversion/...
  2. EPS to BMP Conversion API for | Java

    Sample Java conversion code for EPS format to BMP file. Use this example code to convert EPS to BMP within any Web or Desktop Java based application....conversion of Encapsulated PostScript (EPS) file to BMP image using...EPS (EPSF) or Encapsulated PostScript File Format is the format...

    products.aspose.com/page/java/conversion/eps-to...
  3. Supported File Formats|Aspose.PDF for Java

    This page shows which Aspose.PDF for Java can load and save file formats....Control Language Files PS Postscript Files SVG Scalable Vector...

    docs.aspose.com/pdf/java/supported-file-formats/
  4. Supported File Formats|Aspose.PDF for PHP via Java

    This page shows which Aspose.PDF for PHP via Java can load and save file formats....Control Language Files PS Postscript Files SVG Scalable Vector...

    docs.aspose.com/pdf/php-java/supported-file-for...
  5. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....to save a document to the Postscript format in the form of a book...converts the document to PostScript. // Set the "UseBookFoldPrintingS"...

    reference.aspose.com/words/java/com.aspose.word...
  6. EPS to TIFF Conversion API for C# | .NET

    EPS to TIFF conversion. Use C# API example code for batch conversion within VB.NET, Asp.NET or any .NET based application....conversion of Encapsulated PostScript (EPS) file to TIFF image...EPS (EPSF) or Encapsulated PostScript File Format is the format...

    products.aspose.com/page/net/conversion/eps-to-...
  7. 在 PS 文件中使用页面 | Java

    如何将页面添加到 PS 文件是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...//Create an output stream for PostScript document 2 FileOutputStream...//Create output stream for PostScript document 2 FileOutputStream...

    docs.aspose.com/page/zh/java/ps/working-with-pa...
  8. Working with Pages in PS file | Python

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...an output stream for the PostScript document 12 with open (data_dir...Create an output stream for PostScript document 12 with open (data_dir...

    docs.aspose.com/page/python-net/ps/working-with...
  9. TYPE1 to WOFF Converter API | Java

    Convert TYPE1 to WOFF using Java API on Windows and Linux. Integrate this native TYPE1 to WOFF font conversion functionality into your own solution....to market along with the PostScript programming language in 1984...the format is also called Postscript Type 1. It is a special form...

    products.aspose.com/font/java/conversion/type1-...
  10. 在 PS 文件中处理图像 | Java

    如何将图像添加到 PS 文件是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...用于不透明图像; 用于透明图像; 之所以采用这种方法,是因为 PostScript 不支持透明度,而半透明图像可以渲染为一组完全透明和完全不透明的像素。这些图像被称为...如果图像完全透明,则根本不会添加到文档中;如果图像是半透明图像,则将其添加为 PostScript 图像 蒙版 。 在下面的示例中,我们演示了如何添...

    docs.aspose.com/page/zh/java/ps/working-with-im...