Skip to content

PDF2VLC for iOS: A convertor between PDF and VLC-compatible M4A on an IOS device using a TTS

License

Notifications You must be signed in to change notification settings

shyamalschandra/pdftovlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

PDF2VLC for iOS devices with VLC installed

Version 0.4 (for macOS 14.0 Sonoma)

by Shyamal Suhana Chandra, [email protected]


Purpose: This bash script for MacOS is used to convert the most latest created PDF in the same directory into multiple MP3's by uploading onto an iOS device running VLC in the foreground or background.


Prerequisites:

  1. First, install homebrew and pip on MacOS device.
  2. Please do a brew install pkg-config poppler.
  3. Please do a sudo pip install --user pdftotext.
  4. Please do a brew install ffmpeg.
  5. Please do a sudo pip install --user numpy.
  6. Please install VLC for iOS/iPadOS.
  7. Once VLC is installed, go to the Network, fourth in the bottom pane, and turn on 'Sharing via WiFI' and note the IP Address.
  8. Make sure your Mac CPU is Wifi enabled.
  9. Make sure you go to Systems Settings->Accessibility->Spoken Content->System Voice and download and change to 'Zoe (Premium)'.

Also, do a chmod +x pdftovlc.sh when you get into the 'pdftovlc' folder before running.

Example argument list with the command:

./pdftovlc.sh <IP-ADDRESS-OF-IPHONE (Noted Above e.g. 192.168.1.1)> inside the directory where the latest PDF will be converted into a bunch of MP3s.


About

PDF2VLC for iOS: A convertor between PDF and VLC-compatible M4A on an IOS device using a TTS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages