I'm using ImageEn to convert tiff files into pdf and it works fine most of the time. Now some users were complaining that the PDF has black lines on them. The tiff file seem fine, but when converting it to pdf the lines appear.
Here is the code I'm using for the conversion.
mio := TImageEnMIO.Create(nil);
try
mio.LoadFromFileTIFF(TiffFileName);
mio.SaveToFilePDF(PDFFileName);
finally
mio.Free;
end;
Also, the tiff file is attached.
attach/e1ioan/202565142747_bad-black-line.tiff