Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 21c21c33 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

re-adding title page to pdf declaration mode

parent eb6cf613
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,8 @@ namespace TUGraz.VectoCore.OutputData.PDF
var writer = PdfWriter.GetInstance(document, reportWriter);
document.Open();
titlePage.Position = 0;
document.Add(Image.GetInstance(writer.GetImportedPage(new PdfReader(titlePage), 1)));
foreach (var cyclePage in pages) {
cyclePage.Position = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment