标签: c# pdf selectpdf
我有一个包含500页以上的PDF文件,但文档中的空页很少以随机方式显示。有没有办法删除这些空页?生成PDF的系统使用选择的PDF库(http://selectpdf.com/pdf-library-for-net/)。
答案 0 :(得分:1)
要删除pdf同一页面,请使用PdfDocument类RemovePage或RemovePageAt方法。
PdfDocument
RemovePage
RemovePageAt