社員同士のゆるーい情報交換ブログです
Chrome拡張 機能が動作しないときのポイントです。
manifest.json の “content_scripts” に、ちゃんとURLを登録しているのに、そのURLでChrome拡張が動作しない。
印刷禁止 の PDF や テキストコピーなどのガード がかかった PDF ほど使えないものは有りません。通常であれば、これらを解除するには、パスワードが必要ですが、普通に開くことができるPDFであれば、これらのセキュリティ設定は外すことができます。
今回は2種類の方法を解説します。自分にあった方法をお試しください。
1 2 3 4 5 6 7 8 |
$ pdftk input-pdf.pdf dump_data_utf8 output output-index-path.txt Error: Failed to open PDF file: input-pdf.pdf OWNER PASSWORD REQUIRED, but not given (or incorrect) Errors encountered. No output created. Done. Input errors, so no output created. |
1 2 |
$ git push -u origin master remote: Not Found |
と表示された場合、リモートリポジトリの設定が間違っています。
この場合の対応です。
1 2 3 4 5 6 |
$ git push fatal: The current branch sample has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin sample |
“Git The current branch sample has no upstream branch. の対策” の続きを読む
1 2 |
$ pdftk -bash: /usr/local/bin/pdftk: Bad CPU type in executable |
この場合の原因と対策です。