Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iframeでPDFを開きます。PDFは、印刷を無効にするために暗号化されています。ユーザーはpdfのパスワードを入力しますが、私はこれをプログラムで行いたいと思います。新しいPDFを復号化または作成せずにパスワードを入力する方法はありますか?
PDFSharpと呼ばれるオープンソースのPDFライブラリがあります。
http://pdfsharp.codeplex.com/
プロジェクトでこのライブラリを使用して、暗号化されたpdfファイルをプログラムで開くことができます。