Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 63,913 for

ps

(0.16 sec)
  1. Convert Type1 font to TrueType | C# .NET API So...

    How to convert Type1 font to TTF with Aspose.Page API solution for .NET is illuminated here. Code snippets are provided.... This can be a PFB file or a PS file containing only the font...// Convert Type1 font from "*.ps", ".pfa" or ".pfb" file. 2 3...

    docs.aspose.com/page/net/type1-to-ttf/
  2. Get XMP metadata from EPS file using Python

    The process of getting XMP metadata from EPs file with Aspose.Page API solution for Python is explained and illustrated with the code here....and populated with values from PS metadata comments, then returned...the EPS file input stream 10 ps_stream = open(data_dir + "get_input...

    docs.aspose.com/page/python-net/xmp-metadata/get/
  3. 在 EPS 的 XMP 元数据中添加数组项 | Node.js

    本文将通过 C++ 语言使用 Aspose.Page for Node.js 在 EPs 的 XMP 元数据中添加数组项的过程进行讲解,并附上代码片段进行说明。...XMP 元数据,我们将获取一个新的 XMP 元数据,其中包含 PS 元数据注释中的值(%%Creator、%%CreateDate、%%Title...' ); 2 3 const ps_file = "./data/program_13.ps" ; 4 5 console...

    docs.aspose.com/page/zh/nodejs-cpp/xmp-metadata...
  4. Getting Started | Aspose.Page for Node.js via C++

    Library for the developers to process Ps, EPs, and XPs files. Learn the fundamentals to start working with Aspose.Page API solution for Node.js...for managing XPS, OXPS, and EPS/PS documents directly within your...the conversion of XPS and EPS/PS documents into PDFs and various...

    docs.aspose.com/page/nodejs-cpp/getting-started/
  5. Add properties in XMP metadata of EPS | Python

    The process of adding properties in XMP metadata of EPs file with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here....and populated with values from PS metadata comments, then returned...Initialize an EPS file input stream 12 ps_stream = open(data_dir + "ad...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  6. Get XMP metadata from EPS file using .NET

    The process of getting XMP metadata from EPs file with Aspose.Page API solution for .NET is explained and illustrated with the code here....XmpMetadata object populated from the PS comments. Access the metadata...new one filled with values from PS metadata comments (%%Creator...

    docs.aspose.com/page/net/xmp-metadata/get/
  7. Aspose.PDF for Python

    This API allows you to all kinds of operations on PDF files including creating, editing and converting etc. in Python applications....ընդգծման հեռացում Python-ի միջոցով PS ֆայլի փոխակերպում PDF-ի Python-ի...

    kb.aspose.com/hy/pdf/python/
  8. Developer Guide | Aspose.Page for Python via .NET

    Developer Guide provides you with the necessary information you will need when working with PDLs supported by Aspose.Page API solution for Python...Convert image to EPS Working with PS Working with XPS Working with...you can convert, merge, view ps, eps, xps, and oxps files without...

    docs.aspose.com/page/python-net/developer-guide/
  9. Product Overview | Node.js via C++

    C++ Library for the developers to process Ps, EPs, and XPs files. Learn the overvoew of Aspose.Page API solution for Node.js via C++....applications to handle XPS and PS/EPS documents with ease. This...API lets you convert XPS and PS/EPS files into PDFs and various...

    docs.aspose.com/page/nodejs-cpp/product-overview/
  10. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...Rectangle; PageSetup ps = ((Section)s.GetAncestor(NodeType...usablePageWidth = ps.PageWidth - ps.LeftMargin - ps.RightMargin; //...

    forum.aspose.com/t/getting-exception-floating-s...