A simple macOS drag-and-drop app that converts WordPerfect 5.x/6.x documents to plain text.
- Open WP Converter
- Drag one or more
.wpdfiles onto the window - Each file is converted to
.txtand saved alongside the original
- Printable text with proper word spacing
- Paragraphs, line breaks, and page breaks
- Em-dashes and hyphens
- Multi-byte WP formatting codes (properly skipped)
- Font faces, sizes, or styles (output is plain text)
- Headers, footers, and page numbers
- Embedded graphics
- Tables
Since the app is not signed with an Apple Developer certificate, macOS Gatekeeper will block it on first launch:
- Double-click the app -- macOS will show a warning dialog
- Click Done (not "Move to Trash")
- Open System Settings > Privacy & Security
- Scroll to the bottom -- you'll see a message about "WP Converter" being blocked
- Click Open Anyway
- Enter your password or use Touch ID
- The app will open normally from now on
Requires Xcode and XcodeGen:
brew install xcodegen
xcodegen generate
xcodebuild -project WPConverter.xcodeproj -scheme WPConverter -configuration Release buildThe built app will be in ~/Library/Developer/Xcode/DerivedData/WPConverter-*/Build/Products/Release/.
- macOS 13.0 (Ventura) or later
- No other dependencies
MIT