简体   繁体   中英

Generate multiple PDFs from CSV file

I have a requirement to generate multiple pdfs from csv files. Need to generate a pdf for each customer

There are two CSV files

First file contains list of customers with basic information like address, id, etc.
Second file contains all customers transactions like debits, credits.

Please suggest how to create PDFs from CSV files

Try to use iTextSharp. I suppose this library is used for manual pdf files creation. So you can use it for any format that you can read and csv as well.

This library is distributed under paid license and open-source AGPL license.

Sourceforge: http://sourceforge.net/projects/itextsharp/

Official Site: http://itextpdf.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM