LoginSignup
1
1

More than 5 years have passed since last update.

Django で既存の PDF ファイルに加筆する

Last updated at Posted at 2019-01-03

次のプログラムを Django で実行できるようにしました。
既存の PDF ファイルに加筆する (python3)

コードは GitHub にあります。
ekzemplaro/django_pdf_overwrite

pdf_jan0301.png

デブロイの手順

1) GitHub からクローン

git clone https://github.com/ekzemplaro/django_pdf_overwrite

2) マイグレーション

python manage.py migrate

3) 開発サーバーを起動

python manage.py runserver

4) ブラウザーで http://127.0.0.1:8000/mail_send/ にアクセス

発行ボタンをクリックすれば、
media/documents/ に PDF ファイルが作成されます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1