Where's the source code to the native PDF viewer in Google Chrome?

前端 未结 4 2000
野性不改
野性不改 2021-02-04 11:11

Can\'t seem to find it in trunk. Is this actually part of the open-source Chromium project? Or is the source to this not actually released? Only mention I could find:

ht

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 11:23

    Fetch it with Git:

    • $ git clone https://pdfium.googlesource.com/pdfium

    View and contribute:

    • https://pdfium.googlesource.com/pdfium/+/master (Source browser)
    • https://pdfium.googlesource.com/pdfium/+/master/LICENSE (BSD 3-clause)
    • https://code.google.com/p/pdfium/ (Bug-tracker)

提交回复
热议问题