Hi all!
I apologize for my English, I use auto translator.
I would like to solve the following new problem.
Here it works
procedure TPDF.applyimage(filename: string; x, y, w, h: HPDF_REAL);
type
TRGB = packed record
r, g, b: byte;
end;
var
image: HPDF_Image;
buff: array of TCMYK;
x1: integer;
ff: HPDF_PBYTE;
begin
setlength(buff, 100 * 100);
for x1 :=...
2009-10-21 22:35:07 UTC in Haru Free PDF Library