Class ProjectToPdfConverter

Info

Transforms Microsoft Project files (MPP) into PDF documents.

public class ProjectToPdfConverter

Inheritance

objectProjectToPdfConverter

Inherited Members

Constructors

No public constructors besides the default.

Methods

ConvertToPdf(string, string)

Converts a Microsoft Project file (MPP) to a PDF file using default settings.

public void ConvertToPdf(string inputFilePath, string outputFilePath)

Parameters

  • inputFilePath string: Full path to the input MPP file.
  • outputFilePath string: Full path to the output PDF file.

Exceptions


ConvertToPdf(string, string, PdfSaveOptions)

Converts a Microsoft Project file (MPP) to a PDF file using specified PDF save options.

public void ConvertToPdf(string inputFilePath, string outputFilePath, PdfSaveOptions options)

Parameters

  • inputFilePath string: Full path to the input MPP file.
  • outputFilePath string: Full path to the output PDF file.
  • options PdfSaveOptions: Custom export settings (null uses defaults).

Exceptions

Namespace: Tasqize Assembly: Tasqize.dll