I love modules and adventure paths and Realm Works. Even with the hardship of pasting from PDFs, Realm Works cuts my prep time and makes it so much easier once in-game. I can get into my process if desired but that's not what I'm talking about, today.
What I hate about copying from PDFs is that it has a wild array of formatting issues. I want the bold and italics. I want the paragraph breaks. Just about everything else needs to go, though. Oh, and the paragraph breaks need to double and Acrobat always includes an extra paragraph at the start of anything pasted. That should go too.
And that's before you get to the oddity that is the "fl". I can get into the technical reasons for why Acrobat typically splits any word in half between an "f" and an "l" but it's only interesting because it about drove me nuts figuring out what to do about it.
So all of these were driving me nuts when I realized that, hey, I'm a programmer, I should just do something about it (because it turns out that nobody else has, that I could find). So I did. It's a simple little app where you paste from a PDF, hit "clean up" and then copy again. Extra steps, but it slays all those annoyances and even takes a stab at the fl issue based on windows spell check and stuff.
It's a simple WPF app and once finished, I thought "hey, others might like this, particularly in the Realm Works universe". I added XAML editing just for kicks and override words (because it turns out that "half" and "ling" are both valid words and thus didn't trip the spell checker). And then I published it using OneClick.
And yes, it's free to use. And yes, windows is going to bark at you about being unsigned so you'll have to go into "More Info" and tell it to run anyway. Sorry about that. Feel free to use it and let me know what you think!
And if you're with Wolf Lair and want to take a look at the code for use in Realm Works, just drop me a line. I'd love to cut out the extra steps and kill this app dead...
What I hate about copying from PDFs is that it has a wild array of formatting issues. I want the bold and italics. I want the paragraph breaks. Just about everything else needs to go, though. Oh, and the paragraph breaks need to double and Acrobat always includes an extra paragraph at the start of anything pasted. That should go too.
And that's before you get to the oddity that is the "fl". I can get into the technical reasons for why Acrobat typically splits any word in half between an "f" and an "l" but it's only interesting because it about drove me nuts figuring out what to do about it.
So all of these were driving me nuts when I realized that, hey, I'm a programmer, I should just do something about it (because it turns out that nobody else has, that I could find). So I did. It's a simple little app where you paste from a PDF, hit "clean up" and then copy again. Extra steps, but it slays all those annoyances and even takes a stab at the fl issue based on windows spell check and stuff.
It's a simple WPF app and once finished, I thought "hey, others might like this, particularly in the Realm Works universe". I added XAML editing just for kicks and override words (because it turns out that "half" and "ling" are both valid words and thus didn't trip the spell checker). And then I published it using OneClick.
And yes, it's free to use. And yes, windows is going to bark at you about being unsigned so you'll have to go into "More Info" and tell it to run anyway. Sorry about that. Feel free to use it and let me know what you think!
And if you're with Wolf Lair and want to take a look at the code for use in Realm Works, just drop me a line. I'd love to cut out the extra steps and kill this app dead...
