In my work, we need to create contract documents that dynamically extract information from the database to personalize information related to the client.
These documents have not only text, but also tables with dynamic rows (i.e.: shows some products owned by the client). These tables can be placed in different parts of the document, and they can be between paragraphs.
The important thing is that: the texts must be justified (legal requirement of my country)
We create these documents using Reporting Services and export them to PDF, but this tool does not provide valid text.
I did some googleing and found that it makes no sense to justify the text in Reporting Services.
Is there any other way to do this? if not, can you give me an alternative to solve this problem?
We work with ASP.NET in C #.
Thanks in advance
source
share