Skip to content

Commit

Permalink
v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 8, 2024
1 parent 8d7bdd4 commit 0dded4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/std_iso_pdf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,10 @@
},
"outputs": [],
"source": [
"from mtbp3.stdiso.pdfsummary import pdfSummary\n",
"from mtbp3.stiso.pdfsummary import pdfSummary\n",
"\n",
"pfr = pdfSummary(path=\"\")\n",
"print(\"File size:\", pfr.file_size, \" bytes\")\n",
"print(\"Creation date:\", pfr.meta.creation_date)\n",
"print(\"Number of pages:\", pfr.n_page)\n",
"print(\"Number of figures within individual pages:\", pfr.n_image_in_page)"
"print(pfr.get_summary_string())"
]
},
{
Expand Down Expand Up @@ -109,6 +106,7 @@
"- Indirect \n",
" - Define: N+ NN- obj\\n...\\nendobj\n",
" - Reference: N+ NN- R\n",
" - Stream Define: dictionary\\nstream\\n\\r...\\nendstream or dictionary\\n\\rstream\\n\\r...\\n\\rendstream\n",
"- Direct\n",
" - if not indirect\n",
"- Name\n",
Expand Down

0 comments on commit 0dded4f

Please sign in to comment.