Change-Id: Ie50100eb2ab2b099aa4cc6962efc7923669dbf29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180442
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@protonmail.com>
This commit is contained in:
Andrea Gelmini 2025-01-18 14:59:26 +01:00 committed by Julien Nabet
parent 9cba5a740e
commit 2b15ec7525

View File

@ -8,7 +8,7 @@ It is invoked when opening a PDF file, but **not** when inserting
a PDF into a document. Inserting a PDF file renders it and inserts
a non-editable, rendered version.
The parsing is done by the libary [Poppler](https://poppler.freedesktop.org/)
The parsing is done by the library [Poppler](https://poppler.freedesktop.org/)
which then calls back into one layer of this code which is built as a
Poppler output device implementation.