Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 12,086 for

pdfsaveoptions

(0.04 sec)
  1. OutlineOptions.expanded_outline_levels property...

    OutlineOptions.expanded_outline_levels property. Specifies how many levels in the document outline to show expanded when the file is viewed....2' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # The output PDF document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Convert TeX to PDF in Java

    This brief tutorial provides details about how to convert TeX to PDF in Java. The outline of this article can be summarized as the environment configuration, step-wise algorithm, and a sample code snippet demonstrating the feature to convert Latex to PDF in Java....different properties of PdfSaveOptions class instance Convert...properties exposed by the PdfSaveOptions class. Finally, convert...

    kb.aspose.com/tex/java/how-to-convert-tex-to-pd...
  3. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET....of ImageSaveOptions or PdfSaveOptions . Set the PageSize property...(typeof(PageSize))) 5 { 6 PdfSaveOptions options = new PdfSaveOptions(); 7 options...

    docs.aspose.com/tasks/net/rendering-project-dat...
  4. Save a OneNote Document | Aspose.Note Documenta...

    Learn how to save your work in OneNote....For example, there are PdfSaveOptions for SaveFormat.Pdf and...Initialize PdfSaveOptions object 8 PdfSaveOptions opts = new...

    docs.aspose.com/note/java/save-a-onenote-document/
  5. How to Convert Markdown to PDF in Java

    This article guides on how to convert Markdown to PDF in Java. You will get IDE settings, a list of programming steps and a runnable sample code to export Markdown to PDF in Java....Create an object of the PdfSaveOptions class to set properties...another argument of class PdfSaveOptions class can be provided containing...

    kb.aspose.com/words/java/how-to-convert-markdow...
  6. 档案

    档案...mpp"); System::SharedPtr<PdfSaveOptions> saveOptions = System:...System::MakeObject<PdfSaveOptions>(); saveOptions->set_SaveToSeparateFiles(true);...

    blog.aspose.com/zh/tasks/convert-mpp-to-pdf-in-c/
  7. 如何通过 Node.js 和 C++ 将 Excel 打印为宽和高适应页面|Documenta...

    本文展示了如何使用 Aspose.Cells for Node.js via C++ 设置 FitToPagesWide 和 FitToPagesTall 的代码示例。...示例文件 ,然后你需要设置 PdfSaveOptions 对象的 PdfSaveOptions.getOnePagePerSheet()...options = new AsposeCells . PdfSaveOptions (); options . setOnePagePerSheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-prin...
  8. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in 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-ps/
  9. 使用 C++ 将 EPS 文件合并为 PDF

    Aspose.Page API 解决方案的 C++ EPS 合并功能允许您将多个 EPS 文件合并为一个 PDF 文档。...14 System::SharedPtr < PdfSaveOptions > options = System::MakeObject...System::MakeObject < PdfSaveOptions > (suppressErrors); 15 // If you want...

    docs.aspose.com/page/zh/cpp/merge/eps/
  10. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're new to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....12 SaveOptions o = new PdfSaveOptions(); 13 14 // Set the LegendOnEachPage...mpp" ); 3 PdfSaveOptions saveOptions = new PdfSaveOptions(); 4 saveOptions...

    docs.aspose.com/tasks/java/convert-project-data...