Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d81741

Browse files
AzzyAzzy
Azzy
authored and
Azzy
committed
test
1 parent ef18719 commit 5d81741

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

‎.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"fpdf"
4+
]
5+
}

‎test1.pdf

783 Bytes
Binary file not shown.

‎test1.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
from fpdf import FPDF
2+
3+
pdf = FPDF(orientation="P", unit="mm", format="A4")
4+
pdf.add_page()
5+
pdf.output("test1.pdf")
6+
17
print("Test")
28
print("test 2")

‎test2.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /