Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 63,711 for

ps

(0.1 sec)
  1. 使用 .NET 将 XMP 元数据添加到 EPS 文件

    本文将通过 C# .NET 的 Aspose.Page API 解决方案,结合代码片段,讲解并演示如何将 XMP 元数据添加到 EPs 文件。...EPS 文件不包含 XMP 元数据,则将创建新的实例,并使用 PS 元数据注释中的值填充该实例并返回给您。 现在您可以查看元数据字段的值。...new one filled with values from PS metadata comments (%%Creator...

    docs.aspose.com/page/zh/net/xmp-metadata/add/
  2. Filter Messages from Server using IMAP Client|D...

    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....>(); PageSettings ps = new PageSettings (); ps . setFolderName...listMessagesByPage ( query , pi , ps ); pages . add ( pageInfo );...

    docs.aspose.com/email/java/filter-messages-from...
  3. PsSaveOptions.useBookFoldPrintingSettings prope...

    PsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/).... Ps ; saveOptions . useBookFoldPrintingS..."PsSaveOptions.useBookFoldPrintingS.ps" , saveOptions ); See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PsSaveOptions.use_book_fold_printing_settings p...

    PsSaveOptions.use_book_fold_printing_settings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiple_pages](../../../aspose.words/pagesetup/multiple_pages/).... PS save_options . use_book_fold_printing_settings...'PsSaveOptions.UseBookFoldPrintingS.ps' , save_options = save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. 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/
  7. Working with Transformations in PostScript | C++

    How to transform a content in Ps file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Developer Guide Working with PS Document Working with Transformations...Show ] Transform a content in PS Document In this article, we...

    docs.aspose.com/page/cpp/ps/working-with-transf...
  8. Aspose.Page for Java

    在 Java 应用程序中创建、编辑和转换 XPsPs 和 EPs 为 PDF 和图像格式。...在 Java 中调整 EPS 大小 如何在 Java 中将 PS 转换为 PDF 如何在 Java 中将 EPS 转换为 JPG...

    kb.aspose.com/zh/page/java/
  9. 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...
  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