topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 27, 2025, 3:15 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 122 123 124 125 126 [127] 128 129 130 131 132 ... 222next
3151
Here's a test application to try:  PDF Text Checker

This is a native AHK solution and it, currently, doesn't work as well as I'd like.  Basically, what is does is look for the hex equivalent of "FontName" within the file.  If it's found, that PDF is definitely searchable.  The problem comes in when it's NOT found.  I have some PDFs that don't have that string but are still searchable.  Anyway, give it a shot.

  • Download, extract and run PDFTextChecker.exe.
  • You will be presented with the standard folder selection dialog asking for your PDF source folder.
  • You will then be asked if you want the application to search sub-directories as well.
  • Scanning will take time but you can check which file it's on by hovering over the tray icon.
  • Another message box will alert you as to when it's finished.
  • Two text files will be generated in your chosen folder:  !Searchable.txt and !Not_Searchable.txt

If the results aren't satisfactory, I may have to approach this in a different manner and use a PDF-to-Text type of application to determine if a PDF has any searchable text.  At any rate, let me know how this works.
3152
I have some working code so how do you want this to work?  I can make a full GUI for it or I can simply make it recurse through your PDF folder(s) and spit out a text file at the end listing which files had no searchable text.  Your thoughts?
3153
Could you please attach one of those image PDFs here?  Or send me one in a PM?  Thanks.
3154
N.A.N.Y. 2011 / Re: NANY 2011 Release: List Numberer
« Last post by skwire on July 13, 2011, 07:11 AM »
If there is something that is not understandable or you need to ask questions then please email me.

From your post, I have no idea what you're expecting List Numberer to do here.
3155
For the record, may we assume you have said drive backed up?    :D
3156
Finished Programs / Re: DONE: App that keeps track of money you find
« Last post by skwire on July 12, 2011, 03:17 PM »
Done.  Thanks.
3158
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on July 12, 2011, 12:05 PM »
Thanks for the level meters!
I like to suggest the user defineable FG and BG color of the volume control for the level meters, too.

That's a bug as it was supposed to take on the same colour settings as the seekbar.  This is already fixed in the next build.  Thanks for reporting it.

EDIT: It seems as though this is standard scrobbling feature. I've been playing the same song on repeat in Subsonic and it only scrobbles the first play (but it doesn't show up in the list until after I've stopped the song or switch to another).

Good to hear.  I also run a Subsonic server (great piece of software) and have been kicking around making a simple desktop client, à la Trout, for it.  Maybe for NANY this year or something...
3159
Post New Requests Here / MOVED: IDEA: Dropbox "Desktop"
« Last post by skwire on July 12, 2011, 10:48 AM »
3160
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 08, 2011, 05:38 PM »
Happy birthday!   :D  Custom icon and a new name: sWavPlayer

Website | Download
v1.0.1 - 2011-07-08
    + Website release.

v1.0.0 - 2011-07-07
    + Initial forum release.
3161
Developer's Corner / Re: AHK Soundboard
« Last post by skwire on July 08, 2011, 04:55 PM »
Nicely done, wr975.  Cool application.   :up:
3163
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 08, 2011, 01:38 AM »
Sweet.   :D  Thanks, lanux.
3164
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 08, 2011, 01:17 AM »
The wine test was with a 32-bit system.

Cool, thanks.  Is anybody able to test this on a Windows 7 64-bit system?
3165
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 08, 2011, 12:54 AM »
Maybe I should name it something else so as not to give people the wrong idea?
3166
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 08, 2011, 12:49 AM »
Well, this isn't a full-fledged audio player.  It simply plays a single wav file, optionally exits, and that's it.   :)  There are no playback controls, volume controls or otherwise.
3167
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 08, 2011, 12:01 AM »
Also, to the original poster, is there any reason for the /exit switch?  I mean, it would make more sense to automatically close the app after playing a file but use a /keep switch to keep it running, no?  Otherwise, simply dropping wav files on the exe will lead to several hanging instances.  Your thoughts?
3168
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 07, 2011, 11:56 PM »
FWIW, gave it a try under wine (1.3) and it seems to work fine (both with and without /exit)  :Thmbsup:

Thanks, kind sir.  Was that using a 64-bit system?
3169
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 07, 2011, 06:25 PM »
Give this a try:  Escape.zip  See this post below...

Extremely Simple Commandline Audio Player Extraordinaire

Usage:  Escape.exe "<file>" [/exit]

Yeah, I'm taking a small liberty with the extraordinaire part.  :P  Please let me know if this works for you.  I've tested it on Windows XP SP3 32-bit.


3170
Finished Programs / Re: wav player without any gui
« Last post by skwire on July 07, 2011, 06:04 PM »
I can do this but I don't have Windows 7 64-bit so I'll rely on you for the testing.
3171
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on July 06, 2011, 05:14 PM »
 ;D  Good find.  I'll fix this.  Thanks for the report.
3172
And I have my license key again.

Nice!   :Thmbsup:
3173
Question 1: anyone does by any miracle know this company or people in it that could help me get my old key back and continue using it  :tellme:

I know it's not much, and the info probably isn't valid anymore, but it's worth exhausting all your avenues.

http://web.archive.org/web/20100104120904/http://www.sphericaltech.com/contact.asp
3174
Coding Snacks / MOVED: Foreground wallpaper
« Last post by skwire on July 04, 2011, 07:49 PM »
3175
Found Deals and Discounts / Re: WaggleImage on Bits du Jour (Nov 18 2008)
« Last post by skwire on July 04, 2011, 01:13 PM »
Even though I will probably never use it, I went ahead and bought it anyway to show my appreciation of such a steep discount.   Really nice gesture, WaggleSoft.  Thanks.  ;)
Pages: prev1 ... 122 123 124 125 126 [127] 128 129 130 131 132 ... 222next