简体   繁体   中英

Convert PDF To Excel in java or c#

I want to convert pdf to excel but with columns as its fields. For example: 图片

I want to convert excel to this. 图片

I was unable to do this. Can anybody help me out?

I'd advise converting the PDF to Excel first then manipulating the data. PDFTables has an API that can be called from C# or java ( https://pdftables.com/pdf-to-excel-api ). You will then be able to apply a VBA macro to look for "Name:" and "Age:" strings.

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