31 lines
978 B
Plaintext

# 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
NOTES
-----
The following extensions will be converted via LibreOffice **soffice** command.
**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
HOW TO INSTALL
---------------
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