Hello,
I'm having so much problems concerning one thing that I thought it was very simple, so let me explain in few words....
I need to generate pdf bills for different customers, with different template of bills. They want to give me pdf files with their own templates and appearence, which I will use after for generating their bills.
Cannot find anywhere a way to use templates, neither in infragistics.Documents.Report library nor in .NET libraries.
I'^m lost and don't know what to say to my boss.
It seems like if nobody ever had the same problem.
Please help me, I can't find a way to do that :
template.pdf + infragistics.documents.reports data generation = bill.pdf
Thank you so much.
Michael.
As Petar said, the Infragistics document library does not support the loading of reports from pdf files directly. And as suggested, guess you may firstly save as XML and then convert XML into PDF file. Or maybe integrate a .NET PDF creation library into your project for PDF generation.