Select language
  1. Products
  2. Aspose.Tasks
  3. Project View to PDF Converter for .NET
clearbit icon

Project View to PDF Converter for .NET

Convert Project View to PDF file with Aspose.Tasks Produce Family

Buy for $99
Share
Instagram Logo Dribbble Logo Twitter Logo Youtube Logo

Features:

1. Open project management software file from file or stream.

2. Supports most popular project management software formats including Microsoft Project® MPP and Primavera P6® XER and XML formats.

3. Can save project views using styles and fonts specified in MPP file.

Save project view to PDF file

The sample demonstrates how to save project view to PDF file

Sample code for saving default view (usually it is 'Gantt Chart' view) to PDF file using default option

1
2
Project project = new Project("test.rar")
project.Save("output.pdf", SaveFileFormat.Pdf);