タグ

PerlとPDFに関するpoppenのブックマーク (3)

  • Higher-Order Perl

    by Mark Jason Dominus Order Higher-Order Perl online from Powell's Books Download full text here There are three versions available. You have your choice of structure or presentation, but not both. License reminder Higher-Order Perl is copyright ©2005 by Elsevier Inc. Unauthorized reproduction or distribution is absolutely forbidden. You may download the book for your personal use, but you may not

  • Effective Perl Programming Writing Better Programs with Perl

    アスキー・メディアワークスホームページをご覧頂きまして誠にありがとうございます。 このページはURLを変更させて頂きました。 20秒後に自動的に新しいサイトにご案内致しますが、ページが変更されない際は、恐れ入りますが、こちら(http://ascii.asciimw.jp/pb/bookmart/pdf/47561/4756130577.pdf)をご覧下さい。 なお、このページをブラウザのブックマークに登録してご利用になられていたお客さまはお手数ですが、ご登録のブックマークを http://ascii.asciimw.jp/pb/bookmart/pdf/47561/4756130577.pdf へご変更頂きたくお願い申し上げます。 今後ともご愛顧賜りますよう、よろしくお願い申し上げます。 ※会社情報 http://asciimw.jp/info/corp/ ※アスキーのと雑誌 http

  • クセロPDFの嘘つきPDF1.3を強制的にPDF1.4に変更するスクリプト

    クセロPDFの嘘つきPDF1.3を強制的にPDF1.4に変更するスクリプト スポンサードリンク Tweet このまえ、クセロPDFの嘘つきPDF1.3を強制的にPDF1.4に変更するワンライナー を作ったとき、Win32 の ActivePerl じゃあワンライナーがうまく動かなかったので、せめてもの罪滅ぼしにこれを作りました。 #!/usr/bin/perl -w # Filename: 2pdf14.pl # ActivePerl 5.8.6 (Win32) で確認したよ。 # Usage: ドラドロしてください。 # (要ドラドロできるようになるソフト) # もしくはコマンドライン # C:\> perl 2pdf14.pl ほげ.pdf use strict; use File::Basename; use encoding "cp932", Filter => 1; # 正規表現

  • 1