A good try…
-
This is the “wordpress” way of loading a PDF, but doesn’t preserve original formatting (your editing burden will increase). If you load a lot of PDFs this way, it will make quite a mess of your Media collection.
To make this compatible with modern Python, one line needs to be changed in the pdf2post.php file:
old: python -c ‘import sys; print sys.version’
new: python -c ‘import sys; print(sys.version)’
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘A good try…’ is closed to new replies.