I have a tiff file which I cannot insert it in a pdf
through the PDCcitt class. It gives me this exception:
if (dataoffset == 0)
{
throw new IOException("First image in tiff is not a single
tile/strip");
}
I do not known really well about the tif specification, however, I could
open the same file on tiff viewers or on another graphical programs.
I am generating this tiff, so it may be a problem on this process. I am
writing you because it could help me knowing what I need to do on the
generate process to pass this verification.