Fabrice Couvreur via ntg-context schrieb am 11.09.2021 um 16:32:___________________________________________________________________________________
Hello,I like to put a logo on my statements but I noticed that the image is cropped on the edge.I tried to change the printer's print settings but was unsuccessful.
Add these settings to your example and you see the problem.
\setuppapersize[A4][A3]
\setuplayout[location=middle]
\setuplayout[width=middle,height=middle]
\setupfootertexts
[margin]
[]
[{\offset[y=\strutdp]{\externalfigure[logo.pdf][factor=max]}}]
[]
[{\offset[y=\strutdp]{\externalfigure[logo.pdf][factor=max]}}]
\showframe
\starttext
\dorecurse{8}{\input knuth}
\stoptext
Wolfgang
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________