简体   繁体   English

ABCpdf - 将 pdf stream 转换为 tif stream

[英]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.我的 web 页面有一个文档查看器(画布),我将在其中绑定一个多页tif文件 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.有从文件中删除页面的功能,我正在使用ABCpdf库将tif文件 stream 转换为pdf stream 并删除特定页面。 But I don't see any way to convert back the pdf stream to a tif stream.但我看不出有任何方法可以将pdf stream 转换回tif stream。

Please help.请帮忙。

You want the GetData() method, called as GetData("foo.tif") .您需要GetData()方法,称为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 https://www.websupergoo.com/helppdfnet/default.htm?page=source%2F5-abcpdf%2Fxrendering%2F1-methods%2Fgetdata.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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