I'm using the following chunk of code:
Document doc = Document.Load(inputFilePath);
using (Stream reportDocumentStream = File.Create(outputFilePath))
{
doc.Save(reportDocumentStream, Docentric.Documents.ObjectModel.SaveOptions.Pdf);
}
PDF outputs, but footer is not displaying correctly. It is not centered and is missing some of the data.
Attached are the outputs.
Last edited 12 October 2017