diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-11-05 16:12:43 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-05 17:03:32 +0100 |
commit | adcdd56471f1cc10ff4135975ecadb3a703db6ad (patch) | |
tree | c7dc46716165ffd10a34df57e345dbdc65540aba /extensions | |
parent | ef43ee69a355c0eda49d2f62540fbcf1299a59d2 (diff) |
vcl PDF export: fix re-exporting PDF images for dict obj resource sub-keys
Re-exporting PDF images works by tokenizing the PDF image, identifying
which PDF object is the page object and then copying that over to the
PDF output, together with the dependencies of that object.
This involves copying the resources of the page object. Previously we
assumed that the sub-keys of the resources are always inline
dictionaries, but the bugdoc shows that they can be references as well,
which point to dictionary objects, so add support for this scenario.
Change-Id: I78ee1c726e6ecd958232e9fab64773595e5b9c86
Reviewed-on: https://gerrit.libreoffice.org/82076
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'extensions')
0 files changed, 0 insertions, 0 deletions