My web page has a document viewer (canvas) where I will bind a multi-page tif
file stream.
There is a functionality to delete pages from the file, I am using the ABCpdf
library to convert the tif
file stream to a pdf
stream and delete a particular page. But I don't see any way to convert back the pdf
stream to a tif
stream.
Please help.