I want to insert bmp image file into pdf.
I referred 32000-1 [The PDF specification, included with the SDK] documentation.
I changed only filter name and used "CCITTFaxDecode" filter name for bmp image file.
filterSpec.name = ASAtomFromString ("CCITTFaxDecode");
But it is showing message "insufficient data for an image".
Can you help me..............