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

ps

(0.11 sec)
  1. 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...
  2. 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...
  3. 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/
  4. 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/
  5. 使用 NodeJS 从 EPS 文件获取 XMP 元数据

    本文将通过 C++ 语言讲解并演示使用 Node.js Aspose.Page API 解决方案从 EPs 文件获取 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...
  6. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    Discover the PsSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency.... Ps , UseBookFoldPrintingS = renderTextAsBookFold..."PsSaveOptions.UseBookFoldPrintingS.ps" , saveOptions ); See Also class...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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...
  8. Aspose::Words::SaveFormat enum | Aspose.Words f...

    Aspose::Words::SaveFormat enum. Indicates the format in which the document is saved in C++.... Ps 47 Saves the document in the PS (PostScript)...

    reference.aspose.com/words/cpp/aspose.words/sav...
  9. 文本图层导出时中文格式不对 - Free Support Forum - aspose.com

    I have a PsD file that contains a text layer with Chinese text. When exporting the image using the Aspose.PsD for Java API to save as a jpg picture, the Chinese text displays incorrectly. the origin Psd file looks like …...is normal in PS when I open the psd file in PS. And the same...

    forum.aspose.com/t/topic/314055
  10. 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/