Is there a (hidden) option that allows for changing the font color of external included pdfs \copypages[file.pdf][color=blue] does not work as intended ;-) .Floris
Am 17.01.24 um 22:20 schrieb vm via ntg-context:
Is there a (hidden) option that allows for changing the font color of external included pdfs
\copypages[file.pdf][color=blue]
does not work as intended ;-)
No, it can’t. You can try to use transparency: put a colored area on top of the PDF and find the right transparency mode (15 or 13, I guess). https://wiki.contextgarden.net/Transparency Hraban
On 1/17/2024 10:20 PM, vm via ntg-context wrote:
Is there a (hidden) option that allows for changing the font color of external included pdfs
yes but experimental and not yet documented Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 18/01/2024 12:10, Hans Hagen via ntg-context wrote:
yes but experimental and not yet documented
I don't mind experimenting with it.
e.g. I try to change the font color in existing pdf documents from black
to blue.
At the moment my workaround is using mutool to export pages to svg.
mutool convert -o page.svg -F svg input.pdf
then change the font color
sed -i 's/
participants (4)
-
Floris van Manen
-
Hans Hagen
-
Henning Hraban Ramm
-
vm