2025-05-20 22:12:28 +01:00
|
|
|
# dir-odt-to-pdf
|
|
|
|
|
|
|
|
Convert source directory with .odt files to target path with .pdf* files
|
|
|
|
|
|
|
|
> Source files will be converted if are changed or not exist in target path
|
|
|
|
|
2025-05-25 00:34:53 +01:00
|
|
|
**FILES_TO_CONVERT**: odt, doc, docx
|
|
|
|
|
|
|
|
The following extensions or path will be copied to **target** with any conversion
|
|
|
|
|
|
|
|
**FILES_TO_COPY**: jpg, jpeg, png, gif, bmp, tiff, webp, avif, txt, md
|
|
|
|
|
|
|
|
The following path will be ignored during [clean_target_directory](src/directory_processor.rs) process after <u>coversions</u> and <u>copy</u> tasks
|
|
|
|
|
|
|
|
**PATHS_TO_IGNORE**: .DS_Store, .syncthing, .sync-conflict-, .stfolder, .stversions
|
|
|
|
|
2025-05-20 22:12:28 +01:00
|
|
|
copy (drag-and-rpo) DirOdtToPdf.app to /Applications
|
|
|
|
|
|
|
|
Run 'install.command' to install commands and scripts so it can be used
|
|
|
|
from applicationa and in terminal via command line
|
|
|
|
|
|
|
|
Script 'run-dir-odt-to-pdf.sh' can be adjusted to source and target paths
|