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