Hi to all,
i'm tring to insert an inline image object into a pdf document.
I don't have particular need, I'm tring to insert in the easy-mode an image in a pdf document (inline image object). But I'm not able.
So I wrote in a strem:
stream
q% Save graphics stat
1 0 0 1 100 100 cm% Translate coordinate space
BI% Begin inline image object
/W 50% Width in samples
/H 50% Height in samples
/CS /RGB% Colour space
/BPC 24% Bits per component
/F [/DCT]% Filters
ID% Begin image data
[byte of the image]
EI% End inline image object
Q%
endstream
The image is:50x50 pixel, jpg.
Can anyone help me?
I attach mi pdf file (TEST_IMG.pdf).
Thanks in advance
Domenico Marra