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

ps

(0.07 sec)
  1. 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...
  2. Convert Type3 font to TrueType | Java API Solution

    Type3 to TTF font conversion with Aspose.Page API solution for Java is reflected here. Learn more with the included code snippets....the file can be any, not only PS, but it must contain only PostScript...// Convert Type1 font from "*.ps" file. 2 3 //Create ne PsDocument...

    docs.aspose.com/page/java/type3-to-ttf/
  3. Convert Type3 font to TrueType | C# .NET API So...

    How to convert Type3 font to TTF with Aspose.Page API solution for .NET is reflected here. Code snippets are included....the file can be any, not only PS, but must contain only PostScript...// Convert Type1 font from "*.ps" file. 2 3 //Create ne PsDocument...

    docs.aspose.com/page/net/type3-to-ttf/
  4. Aspose.PSD for Java 25.11 - Release Notes|Docum...

    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....trying to resize a smart layer in PS (using CTRL+T) // There should...trying to edit a smart layer in PS. psd . save ( outputFile , new...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  5. Aspose::Words::Saving::PsSaveOptions class | As...

    Aspose::Words::Saving::PsSaveOptions class. Can be used to specify additional options when saving a document into the Ps format. To learn more, visit the documentation article in C++....when saving a document into the Ps format. To learn more, visit...options object is used. Can only be Ps . get_TempFolder () const Specifies...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Supported File Formats|Aspose.PDF for .NET

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

    docs.aspose.com/pdf/net/supported-file-formats/
  7. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......图表 在 C# 中创建 EPS 文件 使用 Python 将 PS 转换为 PDF 使用 Python 创建 Visio 图表...

    kb.aspose.com/zh/categories/page/14/
  8. Add array items in XMP metadata of EPS| Python

    The process of adding items in XMP metadata of EPs 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...the EPS file input stream 11 ps_stream = open(data_dir + "ad...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  9. 使用 Python 从 EPS 文件获取 XMP 元数据

    本文将通过 Python 的 Aspose.Page API 解决方案,详细讲解并演示如何从 EPs 文件获取 XMP 元数据。...文件不包含 XMP 元数据,则会创建一个新的实例,并使用 PS 元数据注释中的值进行填充,然后返回给您。 现在您可以访问和查看元数据字段的值了。...Initialize the EPS file input stream 4 ps_stream = open(data_dir + "get_input...

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  10. 更改 EPS 文件的 XMP 元数据中的命名值 | Python

    本文将通过 Python 版 Aspose.Page API 解决方案,讲解并演示如何更改 EPs 文件的 XMP 元数据中的命名值。...文件不包含 XMP 元数据,则会创建一个新的实例,并使用 PS 元数据注释中的值填充该实例,然后返回给您。 现在您可以更改结构元数据字段的命名值。...Initialize a EPS file input stream 4 ps_stream = open(data_dir + "add_named_value_input...

    docs.aspose.com/page/zh/python-net/xmp-metadata...