エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
private bool DecriptPdfDoc( string strSrcPdfPath, //ソースファイル string strDstPdfPath, //変換後... private bool DecriptPdfDoc( string strSrcPdfPath, //ソースファイル string strDstPdfPath, //変換後の保存先 string strPasswd) //現在のownerパス { PdfReader reader; int intPageNum; int i = 0; bool ret = false; byte[] bytOwnPass = Encoding.UTF8.GetBytes(strPasswd); try { string sReadPassword = "";//新しいuserパス string sWritePassword = strPasswd;//新しいownerパス reader = new PdfReader(strSrcPdfPath, bytOwnPass); intPageNum = re