pdfstitcher
Code repository for PDFStitcher, a utility to stitch together and modify line properties of PDF sewing patterns.
파일 탐색기
최종 버전 다운로드 (.zip)- create_release.yml
- mac_build_and_sign.sh
- org.pdfstitcher.pdfstitcher.desktop
- org.pdfstitcher.pdfstitcher.metainfo.xml
- update_loc.py
- __init__.py
- __main__.py
- app.py
- __init__.py
- __main__.py
- app.py
- dialogs.py
- io_tab.py
- layers_tab.py
- main_frame.py
- tile_tab.py
- __init__.py
- layerfilter.py
- mainproc.py
- pagefilter.py
- pagetiler.py
- pdf_operators.py
- procbase.py
- __init__.py
- bug_info.py
- updater.py
- utils.py
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- pdfstitcher.po
- babel.cfg
- pdfstitcher.pot
- icon_128x128.png
- icon_128x128@2x.png
- icon_16x16.png
- icon_16x16@2x.png
- icon_256x256.png
- icon_256x256@2x.png
- icon_32x32.png
- icon_32x32@2x.png
- icon_512x512.png
- icon_512x512@2x.png
- icon_16x16.png
- install_background.png
- make_icons.py
- stitcher-icon.icns
- stitcher-icon.ico
- stitcher-icon.svg
- blank-page-example.png
- layers-tab.png
- options-tab.png
- stitcher_screenshot.png
- test_tiled.png
- testdoc.docx
- testdoc.pdf
- testdoc.png
- tile-tab.png
- large-canvas-no-editing-preserved.pdf
- large-canvas.pdf
- mixed-layers.pdf
- simple_grid.pdf
- simple_grid.svg
- simple_grid_9.pdf
- userunit_1.pdf
- userunit_10.pdf
- userunit_10_2page.pdf
- userunit_mixed.pdf
- gs_test.sh
- run_tests.py
- test_opts.yaml
- conftest.py
- show_box_info.py
- test_pagetiler.py
- test_rotation.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/cfcurtis/pdfstitcher
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pdfstitcher
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
$ pip install -e ".[dev,gui]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
* Running `pip installl pdfstitcher` without the `[gui]` option will install the command line version only. The `pdfstitcher` command is installed as a command line script, while the GUI is installed as a separate script called `pdfstitcher-gui`.
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
* To run as a Python module, use `python -m pdfstitcher.cli` or `python -m pdfstitcher.gui`
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
