forked from amazingfate/loongoffice
Change-Id: I2e572585ea1cebc65aa364d8ce059cf0a3e1b83f Reviewed-on: https://gerrit.libreoffice.org/36443 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
External package containing pdfium.
|
|
|
|
"Insert -> Picture -> From File..." uses this library when a PDF file is
|
|
selected.
|
|
|
|
https://pdfium.googlesource.com/pdfium/
|
|
|
|
How to update the tarball:
|
|
|
|
version=$(git for-each-ref|grep chromium/|tail -n 1|sed 's|.*/||')
|
|
git archive --prefix=pdfium/ --format=tar origin/chromium/${version} > pdfium-${version}.tar
|
|
bzip2 pdfium-${version}.tar
|