I am working with iTextSharp. He used a function to generate a PDF file, and save it, with the following piece of code:
//GENERAR ARCHIVO PDF.
private void To_pdf()
{
Document doc = new Document(PageSize.A4.Rotate(), 10, 10, 10...
asked by
04.09.2018 / 20:50