Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 12,086 for

pdfsaveoptions

(0.1 sec)
  1. How to Change CSV to PDF in Node.js

    This short tutorial entails details about how to change CSV to PDF in Node.js. You can convert a file from CSV to PDF in Node.js using an easy API interface in operating systems like Windows, Linux or macOS....Create an instance of the PdfSaveOptions class to configure the...using an instance of the PdfSaveOptions class. Finally, we will...

    kb.aspose.com/cells/nodejs/how-to-change-csv-to...
  2. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...lines: PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  3. 使用 C++ 保护 PDF 文件|Documentation

    了解如何使用 Aspose.Cells 与 C++,为 PDF 文件设置所有者密码和用户密码以实现保护。...inputFilePath ); // Instantiate PDFSaveOptions to manage security attributes...attributes PdfSaveOptions saveOption ; // Create and configure PDF...

    docs.aspose.com/cells/zh/cpp/secure-pdf-documents/
  4. View PS Format Files | .NET API Solution

    Open to view PS files. C# source code to load, render and display PS documents on .NET Framework Platform, Windows, and ASP.NET Applications....Create and set instances of PdfSaveOptions and PdfDevice Classes....Method with objects of PdfSaveOptions and PdfDevice as parameters...

    products.aspose.com/page/net/viewer/ps/
  5. Html to pdf conversion - aspose-html - Free Sup...

    i used below dependency in java to convert html file to pdf. <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-imaging</artifactId> <version>25.5</version> </depen…...PdfSaveOptions; import com.aspose.html... // Initialize PdfSaveOptions PdfSaveOptions options = new PdfSaveOptions();...

    forum.aspose.com/t/html-to-pdf-conversion-aspos...
  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. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for Node.js via C++....Minimum size using the PdfSaveOptions.getOptimizationType() property...Minimum size using the PdfSaveOptions.getOptimizationType() property...

    docs.aspose.com/cells/nodejs-cpp/save-excel-int...
  8. 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...
  9. Aspose.Diagram字体操作|Documentation

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

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

    Convert Word to PDF in C#. Easy code examples for DOCX to PDF conversion. Supports all Word and image formats....be specified using 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...