简体   繁体   中英

ABCpdf - convert pdf stream to tif stream

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.

You want the GetData() method, called as GetData("foo.tif") . The filename passes is ignored except that its extension is checked to see what format to use. The return value is an array of Byte.

https://www.websupergoo.com/helppdfnet/default.htm?page=source%2F5-abcpdf%2Fxrendering%2F1-methods%2Fgetdata.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM