Answer the question
In order to leave comments, you need to log in
PDF/DOC generation in C#?
I am in a creative search for a library (we are developing under ASP.NET 4, using MVC 4) that would meet the following criteria:
Answer the question
In order to leave comments, you need to log in
Look here habrahabr.ru/post/112707/
The article is ancient, but maybe there is something
DevExperess here unsubscribed about the creation in version 13.1 of its components called "Document Server" - just the creation of documents without reference to the office ...
To generate a PDF from a file template, with value substitution, some XSL-FO processor is great (you actually write an XSLT template that generates a document for you using XML data). There are many generators, which is best for your case, I can’t say, because I don’t work with .NET.
I once dealt with this issue. It is worth looking at what free libraries are now.
iTextSharp has already been called
NFop - an XSL-FO processor, a port of FOP with Java
. You should also consider this thing: if you need to sign (encrypt) a PDF, this function is licensed from Adobe, so free libraries, in principle, will NOT be able to provide such functionality.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question