会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Daniel King
淡泊明志,宁静致远
管理
2014年8月23日
用于拆解和组合PDF中各个对象的shell脚本
摘要: 拆解脚本header_start=0header_len=15 xref_start=$(strings -a -t d $1 | grep -e "\bxref\b" | awk '{print $1}')trailer_start=$(strings -a -t d $1 | grep -e "...
阅读全文
posted @ 2014-08-23 21:53 Daniel King
阅读(381)
评论(0)
推荐(0)
编辑