Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 13,737 for

pdfsaveoptions

(0.59 sec)
  1. Convert EPS files using API for Java

    EPS to PDF conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here.... PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line // PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/java/convert-eps/
  2. SaveOptions.MemoryOptimization | Aspose.Words f...

    Enhance document performance with the SaveOptions MemoryOptimization property. Control memory usage before saving, boosting efficiency and speed....docx" ); // Create a "PdfSaveOptions" object that we can pass...Save ( ArtifactsDir + "PdfSaveOptions.MemoryOptimization.pdf"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...example, you can set the PdfSaveOptions to control how the document...docx"); PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/issue-with-text-placeholders...
  4. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。... PdfSaveOptions () 5 doc. save ( ' sample...PDF 元数据,例如标题和作者? 答: 使用 PdfSaveOptions 对象: Copy 1 pdf_opt = ap...

    docs.aspose.com/page/zh/python-net/faq/
  5. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/md/
  6. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to define and manage task constraints in Microsoft Project and programmatically with Aspose.Tasks for .NET. Includes C# code examples for common constraint types....7 8 SaveOptions o = new PdfSaveOptions(); 9 o. StartDate = project...SaveOptions options = new PdfSaveOptions(); 6 options. StartDate...

    docs.aspose.com/tasks/net/handling-task-constra...
  7. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to handle Microsoft Project (MPP/XML) task constraints using Aspose.Tasks for Java....13 SaveOptions o = new PdfSaveOptions(); 14 o. setStartDate (project...13 SaveOptions o = new PdfSaveOptions(); 14 o. setStartDate (project...

    docs.aspose.com/tasks/java/handling-task-constr...
  8. 使用 Aspose.Page C++ API 转换 PostScript

    本文将通过代码片段讲解和演示 Aspose.Page API C++ 解决方案中包含的 PS 到 BMP 的转换功能。... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/zh/cpp/convert-ps/
  9. Specify Save Options in Python|Aspose.Words for...

    More accurately control the save process using Python.... for example, there is PdfSaveOptions for saving to PDF format...options = aw . saving . PdfSaveOptions () options . update_created_time_property...

    docs.aspose.com/words/python-net/specify-save-o...
  10. Create a PDF document with attachments via Aspo...

    We have an application that creates PDF invoices from a Word template, and now we have been asked to generate these documents in ZUGFeRD format for submission to German government agencies. This means that we need to gen…...PdfSaveOptions { Compliance = Aspose.Words... saveOptions); Setting PdfSaveOptions.Compliance to PdfAConformance...

    forum.aspose.com/t/create-a-pdf-document-with-a...