Adding config, graphics, and help
This commit is contained in:
parent
171db182aa
commit
03356e5cd2
15
pdfembannersrc/compiler.conf
Normal file
15
pdfembannersrc/compiler.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
args = --interaction=nonstopmode
|
||||||
|
clean_ext = aux log out
|
||||||
|
|
||||||
|
[pdflatex]
|
||||||
|
cmd = pdflatex
|
||||||
|
|
||||||
|
[lualatex]
|
||||||
|
cmd = lualatex
|
||||||
|
|
||||||
|
[latexmk]
|
||||||
|
cmd = latexmk
|
||||||
|
args = --interaction=nonstopmode --pdf
|
||||||
|
clean_ext = aux log out fls fdb_latexmk
|
||||||
|
|
BIN
pdfembannersrc/crocus.png
Normal file
BIN
pdfembannersrc/crocus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
50
pdfembannersrc/help.md
Normal file
50
pdfembannersrc/help.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# PDF Embanner
|
||||||
|
|
||||||
|
A program from Léo Viallon-Galinier
|
||||||
|
Source available on git.vln-glr.fr
|
||||||
|
Licence : GNU GPL v3, see www.gnu.org/licenses/
|
||||||
|
|
||||||
|
Depends on : PyPDF2 python package
|
||||||
|
Tk GUI with python binding
|
||||||
|
|
||||||
|
## Help
|
||||||
|
|
||||||
|
### 1. Concetanate
|
||||||
|
The concatenation tool allow to :
|
||||||
|
* concatenate several PDF files (of course!) selecting relevant pages;
|
||||||
|
* rotate or crop pages (select Edit on the file you want to rotate and/or crop);
|
||||||
|
* Change page order;
|
||||||
|
* Add blank pages;
|
||||||
|
* Edit PDF metadata.
|
||||||
|
|
||||||
|
### 2. Watermark
|
||||||
|
Here is to add watermark on one or all pages.
|
||||||
|
The watermark could be an existing PDF file but it is also possible to
|
||||||
|
add page number or text automatically generated by Latex
|
||||||
|
|
||||||
|
For this last purpose, you need to have a Latex installation on your computer
|
||||||
|
If PDF Embanner could not find your Latex compiler, you have to define it in
|
||||||
|
the embanner.conf file.
|
||||||
|
|
||||||
|
### 3. Encryption
|
||||||
|
You can both encrypt a file or decrypt one.
|
||||||
|
|
||||||
|
### 4. Extract text
|
||||||
|
This tool extract all the text from pdf in a text file (.txt)
|
||||||
|
It is possible to separate pages or not.
|
||||||
|
|
||||||
|
### 5. Full split
|
||||||
|
Create a file per page from a single PDF file.
|
||||||
|
|
||||||
|
## 6. Forms
|
||||||
|
This is not yet implementd (and may not be implemented in a near future).
|
||||||
|
Allow to manipulate PDF forms :
|
||||||
|
* Recuperate the list of form entries and their values;
|
||||||
|
* Fill a PDF with a value file;
|
||||||
|
* Fill a Form with an interactive tool.
|
||||||
|
|
||||||
|
### 7. Help
|
||||||
|
This help and credits page
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
The Latex compilation is freely inspired of https://github.com/JelteF/PyLaTeX/
|
BIN
pdfembannersrc/pdfembanner.png
Normal file
BIN
pdfembannersrc/pdfembanner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue
Block a user