barteksc / AndroidPdfViewerV2

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
128 stars 75 forks source link

pdf do not show numbers like 1989年10月22日,but only showed 年 月 日。 #13

Open zhangjinlu0222 opened 4 years ago

zhangjinlu0222 commented 4 years ago

i download pdf file ,then i want to show this pdf file in my app. but when i use pdfview.from(file).load. it only shows 年月日,not 1990年 10 月 22日。pls tell me how to solve this problem.