Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 13,737 for

pdfsaveoptions

(0.12 sec)
  1. 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/
  2. Aspose.3D 16.9.0中的公共 API 更改|Documentation

    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....PdfSaveOptions类和 Aspose.ThreeD.PdfLig...添加 Aspose.ThreeD.Formats.PdfSaveOptions类和 Aspose.ThreeD.PdfLig...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  3. 如何在 Python 中将 STL 文件转换为 PDF

    本快速教程介绍了如何在 Python 中将 STL 转换为 PDF。它包含环境配置、分步过程以及用于在 Python 中将 STL 文件导出为 PDF 的示例代码片段。...类加载 STL 文件进行 PDF 转换 初始化 PdfSaveOptions 类的实例 使用 save 方法将 STL 文件转换为...转换器。但是,您可以即兴发挥,同时调整辅助颜色、表面颜色、编码等多个属性,以使用 PdfSaveOptions 类更改 PDF 文档。同样,您可以使用不同的重载来加载源...

    kb.aspose.com/zh/3d/python/how-to-convert-stl-f...
  4. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 pages along with some tables present inside, page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 pages and the tabl…...up-to-date PdfSaveOptions saveOptions = new PdfSaveOptions { FontEmbeddingMode...

    forum.aspose.com/t/table-contents-are-getting-s...
  5. Rendering Project Data on Predefined Page Sizes...

    Learn how to render Microsoft Project (MPP/XML) project data with predefined page sizes using Aspose.Tasks for Java....size 6 7 PdfSaveOptions options = new PdfSaveOptions(); 8 9 options...

    docs.aspose.com/tasks/java/rendering-project-da...
  6. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to handle task constraints using Aspose.Tasks for C#....= System::MakeObject < PdfSaveOptions > (); 14 o -> set_StartDate(project...= System::MakeObject < PdfSaveOptions > (); 8 options -> set_StartDate(project1...

    docs.aspose.com/tasks/cpp/handling-task-constra...
  7. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering document pages or shapes to images in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert PostScript files using .NET

    PS to PDF conversion functionality included in Aspose.Page API solution for .NET is explained and illustrated with the code snippets here.... PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...mandatory to set it in PdfSaveOptions // But if you need to specify...

    docs.aspose.com/page/net/convert-ps/
  9. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...
  10. Exception occurs when converting VSD to PDF - F...

    Hello, I am working on project to convert .vsd file to pdf. The conversion fails due to below exception: java.lang.NullPointerException: Cannot invoke “com.aspose.diagram.b.a.d.g5e.l()” because “this.b” is null at co…...PdfSaveOptions pdfOptions = new com.aspose...aspose.diagram.PdfSaveOptions(); final WarningCallbackDiagr warningCallbackDiagr...

    forum.aspose.com/t/exception-occurs-when-conver...