File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 114
114
url : https://www.joinville.sc.gov.br/wp-content/uploads/2023/11/Pesquisa-de-Precos-Combustiveis-novembro-2023.pdf
115
115
- local_filename : iss2138.pdf
116
116
url : https://github.com/py-pdf/pypdf/files/12483807/AEO.1172.pdf
117
+ - local_filename : iss1723.pdf
118
+ url : https://github.com/py-pdf/pypdf/files/11015242/inputFile.pdf
Original file line number Diff line number Diff line change 1
1
"""Test the pypdf._writer module."""
2
+
2
3
import re
3
4
import shutil
4
5
import subprocess
@@ -1405,9 +1406,8 @@ def test_late_iss1654():
1405
1406
@pytest .mark .enable_socket ()
1406
1407
def test_iss1723 ():
1407
1408
# test of an annotation(link) directly stored in the /Annots in the page
1408
- url = "https://github.com/py-pdf/pypdf/files/11015242/inputFile.pdf"
1409
1409
name = "iss1723.pdf"
1410
- reader = PdfReader (BytesIO (get_data_from_url (url , name = name )))
1410
+ reader = PdfReader (BytesIO (get_data_from_url (name = name )))
1411
1411
writer = PdfWriter ()
1412
1412
writer .append (reader , (3 , 5 ))
1413
1413
You can’t perform that action at this time.
0 commit comments