Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 63,850 for

ps

(0.09 sec)
  1. Images moved in conversion - Free Support Forum...

    Please see the attached docx and PDF - the conversion was done using Aspose v19.4. Note how the images in Page 2 of the Docx have moved into Page 1 in the PDF. Is there some better way that the images should be anchore…...prevent this from happening Test PS-W401.zip (585.7 KB) awais.hafeez...

    forum.aspose.com/t/images-moved-in-conversion/1...
  2. Aspose.PDF for Java

    This API allows you to do all kinds of operations on PDF files including creating, editing and converting etc. in Java applications....Base64 to PDF in Java Convert a PS File to PDF using Java Extract...

    kb.aspose.com/pdf/java/
  3. Aspose.PDF for .NET

    This API allows you to all kinds of operations on PDF files including creating, editing and converting etc. in .NET applications....Base64-ի փոխարկումը PDF-ի C#-ում PS ֆայլը PDF-ի փոխակերպել C#-ով...

    kb.aspose.com/hy/pdf/net/
  4. Change named value in XMP metadata of EPS|Python

    The process of changing named value in XMP metadata of 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...Initialize a EPS file input stream 11 ps_stream = open(data_dir + "add_named_value_input...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  5. Add named value in XMP metadata of EPS | Python

    The process of adding named value in XMP metadata 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 11 ps_stream = open(data_dir + "add_named_value_input...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  6. Developer Guide | Aspose.Page for C++

    Developer Guide provides you with the necessary information you will need when working with PDLs supported by Aspose.Page API solution for C++...you can convert, merge, view ps, eps, xps, and oxps files without...Intelligence power and our APIs for PS, EPS and XPS file manipulation...

    docs.aspose.com/page/cpp/developer-guide/
  7. Change array items in XMP metadata of EPS| .NET

    The process of changing array items in XMP metadata of EPs file with Aspose.Page API solution for .NET is explained and illustrated with the code snippets....created, filled in with values from PS metadata comments and returned...new one filled with values from PS metadata comments (%%Creator...

    docs.aspose.com/page/net/xmp-metadata/change-ar...
  8. 使用 Java 从 EPS 文件获取 XMP 元数据

    本文将通过 Java 版 Aspose.Page API 解决方案,详细讲解并演示如何从 EPs 文件获取 XMP 元数据。...EPS 文件不包含 XMP 元数据,则将创建新的实例,并使用 PS 元数据注释中的值填充该实例并返回给您。 现在您可以查看元数据字段的值。...new one filled with values from PS metadata comments (%%Creator...

    docs.aspose.com/page/zh/java/xmp-metadata/get/
  9. Add properties in XMP metadata of EPS | .NET

    The process of adding properties in XMP metadata of EPs file with Aspose.Page for .NET is explained and illustrated with the code snippets here....created, filled in with values from PS metadata comments and returned...new one filled with values from PS metadata comments (%%Creator...

    docs.aspose.com/page/net/xmp-metadata/add-prope...
  10. Print big pdf - Free Support Forum - aspose.com

    Hi, I want print big PDF files. My test file is 180 pages, but I have and documents with 2000 pages. I use following code: PdfViewer viewer = new PdfViewer(); viewer.setAutoResize(true); // Print the file with…...PrinterSettings ps = new Aspose.Pdf.Printing.Pr...viewer.PrintDocumentWithSet(pgs, ps); } Reducing PDF Size : The large...

    forum.aspose.com/t/print-big-pdf/319302