tdf#147925 fix view scrolling back to comment
[LibreOffice.git] / external / pdfium / README
blobfdcc91a0a45c7e07e7d45bcb491c558c174275ab
1 External package containing pdfium.
3 "Insert -> Picture -> From File..." uses this library when a PDF file is
4 selected.
6 https://pdfium.googlesource.com/pdfium/
8 How to update the tarball:
10 version=$(git for-each-ref|grep chromium/|tail -n 1|sed 's|.*/||')
11 git checkout --track origin/chromium/$version
12 gclient sync
13 git archive --prefix=pdfium/ --format=tar origin/chromium/${version} > pdfium-${version}.tar
14 (cd ..; tar --append --file pdfium/pdfium-${version}.tar pdfium/third_party/freetype/src/include/ pdfium/third_party/freetype/src/src/)
15 (cd ..; tar --append --file pdfium/pdfium-${version}.tar pdfium/third_party/abseil-cpp/absl/)
16 bzip2 pdfium-${version}.tar