|
|
|
|
|
by aynyc
1245 days ago
|
|
Many reasons. In finance, PDF reports are passed between companies instead of JSON/XML, etc.. because: 1. PDF is considered tempered proof. Obviously, not true, but legal is ok with that. 2. PDF can be reviewed quickly by non-technical folks, and then parsed and store into databases. 3. PDF is flat file that can be archived easily per legal, other formats such as word documents are used for that as well. In a sense, PDF is what people want. Structured data is what machines want. |
|