How to Merge PRIMAVERA XER to PDF Using C++

In order to Merge PRIMAVERA XER to PDF, we’ll use

Aspose.Tasks for C++

API which is a feature-rich, powerful and easy to use document manipulation and conversion API for C++ platform. You can download its latest version directly, just open

NuGet

package manager, search for Aspose.Tasks.Cpp and install. You may also use the following command from the Package Manager Console.

Package Manager Console Command


PM> Install-Package Aspose.Tasks.Cpp

Steps to Merge PRIMAVERA XER to PDF via C++

Developers can easily load & merge PRIMAVERA XER files to PDF in just a few lines of code.

  1. Load first file as project with Project class
  2. Decide what entities you what to merge (tasks, assignment, resources, etc)
  3. Load other files as project objects with Project class
  4. Add target entities from other project objects to the first one
  5. Call the Project.Save method with output file path & SaveFileFormat.PRIMAVERA XER as parameters

System Requirements

Before running the merging example code, make sure that you have the following prerequisites.

  • Microsoft Windows or a compatible OS with C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
  • Aspose.Tasks for C++ DLL referenced in your project.
 

This sample code shows PRIMAVERA XER to PDF C++ Merging

 
  • Free App to Merge PRIMAVERA XER to PDF

    Other Supported Merging Formats

    You can also merge PRIMAVERA XER into other file formats including few listed below.

    PRIMAVERA XER TO MPP (Microsoft Project Data File)
    PRIMAVERA XER TO PDF (Portable Document Format)
    PRIMAVERA XER TO MS PROJECT (Microsoft Project Data File)