Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 9,655 for

pdfsaveoptions

(0.07 sec)
  1. Buat PDF Menggunakan C#

    Buat PDF baharu dalam C# dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...

    products.aspose.com/words/ms/net/make/pdf/
  2. Convert VRML to PDF via Python | products.aspos...

    Sample code for VRML to PDF Python conversion. Use API example code for batch VRML files to PDF conversion within VB.NET, Asp.NET or any .NET based application....class Create an instance of PdfSaveOptions Set PDF specific properties...file extension & object of PdfSaveOptions Check resultant PDF file...

    products.aspose.com/3d/python-net/conversion/vr...
  3. 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...
  4. Convert Oracle Primavera P6 Project XML or XER ...

    Aspose.Tasks for .NET provides the ability to convert Projects in Primavera formats to Excel, PDF, MPP, PNG, JPEG....with default settings or PdfSaveOptions to customize export options...xml" ); 5 PdfSaveOptions options = new PdfSaveOptions(); 6 options...

    docs.aspose.com/tasks/net/convert-primavera-xer...
  5. 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...
  6. Aspose.Diagram字体操作|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作字体。...在呈现期间通知字体替换: 创建一个类来实现 警告回调 将其传递给 PdfSaveOptions.WarningCallback 属性。 在保存图形的实例...// initialize PdfSaveOptions object PdfSaveOptions saveOp = new...

    docs.aspose.com/diagram/zh/net/aspose-diagram-f...
  7. Convert Word to PDF in C#|Aspose.Words for .NET

    Convert a document to PDF using C#. Convert DOCX to PDF C#. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....specified by the use of the PdfSaveOptions class, containing properties...document to PDF 1.7 using PdfSaveOptions with compliance to PDF17:...

    docs.aspose.com/words/net/convert-a-document-to...
  8. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF with standard or minimum size using Aspose.Cells for C++....Minimum size using the PdfSaveOptions.GetOptimizationType() property...Standard or Minimum size using PdfSaveOptions.GetOptimizationType() property...

    docs.aspose.com/cells/cpp/save-excel-into-pdf-w...
  9. PdfCompliance enumeration | Aspose.Words for No...

    Aspose.Words.Saving.PdfCompliance enumeration. Specifies the PDF standards compliance level....docx" ); // Create a "PdfSaveOptions" object that we can pass...PDF. // Note that some PdfSaveOptions are prohibited when saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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/