Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated formatting for better visibility #199

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ common issues are:

2. You get an error message like `java.io.IOException: Can't handle font width`
this MIGHT be due to the fact that you don't have the
**org/apache/pdfbox/resources** directory in your classpath. The easiest
solution is to include the **apache-pdfbox-x.x.x.jar** in your classpath.
`org/apache/pdfbox/resources` directory in your classpath. The easiest
solution is to include the `apache-pdfbox-x.x.x.jar` in your classpath.

3. You get text that has the correct characters, but in the wrong
order. This mght be because you have not enabled sorting. The text
Expand Down