Re: Reading PDF documents

2011-10-02 Thread Chipp Walters
Graham, You should check out: http://svn.ghostscript.com/ghostscript/tags/ghostscript-9.02/doc/Devices.htm There it documents how you can use Ghostscript to output PNG,JPG,TIF,BMP and other formats. HTH. ___ use-livecode mailing list use-livecode@lists

Re: Reading PDF documents

2011-10-02 Thread Mark Schonewille
Thanks for your understanding, Chipp. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode downloads ar

Re: Reading PDF documents

2011-10-02 Thread Monte Goulding
Hi All Don't use shell on windows if you don't administer the computer your using it on. It is standard practice for system admins (particularly in an education setting) to block the cmd prompt. That locks up your app! So use the open process commands instead. See: http://goulding.ws/2010/10

Re: Reading PDF documents

2011-10-02 Thread Chipp Walters
Hi Mark, I understand your point about long emails. FWIW, I try and not offer advice on emails which I can't take time to fully read and understand. Actually, I use a number of already compiled commercial apps which also have to install MS's C++ libraries along with the application. This seems to

Re: Reading PDF documents

2011-10-02 Thread Chipp Walters
HI Roger, Yes, I should have said, "I *ALSO* wonder if one can use Ghostscript by itself to read a PDF? I did read your email. If I get some time later, I might try and play around with this. On Sun, Oct 2, 2011 at 1:23 PM, Roger Eller wrote: > On Sun, Oct 2, 2011 at 2:18 PM, Chipp Walters wrote

Re: Reading PDF documents

2011-10-02 Thread Roger Eller
On Sun, Oct 2, 2011 at 2:18 PM, Chipp Walters wrote: > Roger, > > Interesting. I wonder if one can use Ghostscript by itself to read a PDF? > > > Chipp Walters > CEO, Shafer Walters Group, Inc > Yes. I posted into the other thread about this topic (a cry for help), exactly how it can be done. I

Re: Reading PDF documents

2011-10-02 Thread Chipp Walters
Good sleuthing Bernard! Most valuable. I suspect if this can be tested, it would be super easy to "suck up" this exe into an app and then "spit it out" on first run. (see Chipp's Tips below) http://www.altuit.com/webs/revCentral/Number6/default.htm Chipp Walters CEO, Shafer Walters Group, Inc O

Re: Reading PDF documents

2011-10-02 Thread Chipp Walters
Roger, Interesting. I wonder if one can use Ghostscript by itself to read a PDF? Chipp Walters CEO, Shafer Walters Group, Inc On Oct 2, 2011, at 12:28 PM, Roger Eller wrote: > On Sun, Oct 2, 2011 at 12:36 PM, Roger Eller wrote: > >> On Sun, Oct 2, 2011 at 9:30 AM, Bernard Devlin wrote: >>

Re: Reading PDF documents

2011-10-02 Thread stephen barncard
could this Passive-agressive BS stop, now PLEASE?. On 2 October 2011 04:40, Mark Schonewille wrote: > Chipp, > > Sorry but I don't have the time to read very long e-mails, yet I try to > help where I can. > > Richard's explanation was mere speculation, even though a nice one. > > Graham mentions

Re: Reading PDF documents

2011-10-02 Thread Roger Eller
On Sun, Oct 2, 2011 at 12:36 PM, Roger Eller wrote: > On Sun, Oct 2, 2011 at 9:30 AM, Bernard Devlin wrote: > > I just downloaded one of the binaries from the IM download site (the >> zip file that is meant to require no installation/windows registry >> atlerations). No compilation was involved.

Re: Reading PDF documents

2011-10-02 Thread Roger Eller
On Sun, Oct 2, 2011 at 9:30 AM, Bernard Devlin wrote: > I just downloaded one of the binaries from the IM download site (the > zip file that is meant to require no installation/windows registry > atlerations). No compilation was involved. No error messages were > thrown up in the installation (i

Re: Reading PDF documents

2011-10-02 Thread Bernard Devlin
I just downloaded one of the binaries from the IM download site (the zip file that is meant to require no installation/windows registry atlerations). No compilation was involved. No error messages were thrown up in the installation (i.e. unzipping process). I found what I took to be the GUI inte

Re: Reading PDF documents

2011-10-02 Thread Mark Schonewille
Chipp, Sorry but I don't have the time to read very long e-mails, yet I try to help where I can. Richard's explanation was mere speculation, even though a nice one. Graham mentions C++ packages, which seem to be necessary for compiling. If Graham wants to find a solution, he'll have to study m

Re: Reading PDF documents

2011-10-01 Thread Chipp Walters
Mark, If you actually took the time and checked it out, you would know what Graham is talking about IS ALREADY COMPILED. I know you think you are being helpful, but your two sentence responses to everyone's problems aren't always the best. For instance, a couple weeks ago when your curt replies di

Re: Reading PDF documents

2011-10-01 Thread Mark Schonewille
Hi Graham, Try downloading a binary instead of compiling it yourself. Schools should not behave like they're the European Central Bank but should just install the software teachers and pupils need. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: Reading PDF documents

2011-10-01 Thread Björnke von Gierke
you are installing the standalone that is dynamic linked. you need the portable version, static linked. no installation no dependencies. On 1 Oct 2011, at 19:12, Graham Samuel wrote: > snipped away a wordy complain about how complicated and weird windows > applications are -- Watch live pres

Re: Reading PDF documents

2011-10-01 Thread Graham Samuel
Mark, thanks for your message. I don't think you're going to believe the depth of my ignorance on this - anything derived from a *nix environment gets me out of my comfort zone pretty quickly. Anyway, out of respect for you and in order to give the thing a fair trial, I made sure that all my e

Re: Reading PDF documents

2011-10-01 Thread Mark Schonewille
Hi Graham, Whenever I need ImagaMagick, I include the command line tool with the standalone package and avoid installation. In what what way would it be a resource hog? Which "background software" did it require? AFAIK the latest version only requires SP3 if running on Win XP. I've never unde

Re: Reading PDF documents

2011-10-01 Thread Graham Samuel
On Fri, 30 Sep 2011 22:39:32 +0200, Mark Schonewille wrote: > > Richmond, > > SuperCard and LiveCode and all other Mac-compatible platforms can display PDF > files in QuickTime players. It might also be possible to use a browser > control. > > HyperStudio lets you drop PDF files onto the w

Re: Reading PDF documents

2011-09-30 Thread Jerry Jensen
And "shelling out" was something you did at the store involving pictures of dead presidents. --Jerry On Sep 30, 2011, at 4:57 PM, Bob Sneidar wrote: > Let's remember, we aged, that there was a time that the synonym for "shell" > was "your operating system". > > Bob > > > On Sep 30, 2011, at

Re: Reading PDF documents

2011-09-30 Thread Bob Sneidar
Let's remember, we aged, that there was a time that the synonym for "shell" was "your operating system". Bob On Sep 30, 2011, at 3:19 PM, stephen barncard wrote: > not my fear - I happily use shell all of the time!! > > but it's true - no "are you sure?' dialogs.. ha > > > On 30 September

Re: Reading PDF documents

2011-09-30 Thread stephen barncard
not my fear - I happily use shell all of the time!! but it's true - no "are you sure?' dialogs.. ha On 30 September 2011 14:33, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > I understand, Stephen. You fear great powers :-) > > -- > Best regards, > > Mark Schonewille > > Economy

Re: Reading PDF documents

2011-09-30 Thread J. Landman Gay
On 9/30/11 4:45 PM, Peter M. Brigham, MD wrote: I've always been afraid of going to shell... Just keep any handbaskets away from the computer and you'll be fine. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Reading PDF documents

2011-09-30 Thread Peter M. Brigham, MD
On Sep 30, 2011, at 5:50 PM, Mark Schonewille wrote: > Hi Peter, > > Do you actually realise that there was a time when shell was all we had? It > is in no way different from the DOS or Unix command prompt from so long ago. > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consul

Re: Reading PDF documents

2011-09-30 Thread Mark Schonewille
Hi Peter, Do you actually realise that there was a time when shell was all we had? It is in no way different from the DOS or Unix command prompt from so long ago. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: h

Re: Reading PDF documents

2011-09-30 Thread Peter M. Brigham, MD
I've always been afraid of going to shell... -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Sep 30, 2011, at 5:14 PM, stephen barncard wrote: > FEAR OF SHELL() > > On 30 September 2011 13:39, Mark Schonewille < > m.schonewi...@economy-x-talk.com> wrote: > >> Ric

Re: Reading PDF documents

2011-09-30 Thread Jonathan Lynch
Shell is easy to use. Moreover, you can do the following. 1) Find an application that does what you want to pdfs, but does not require a full installation. Many applications can run as an executable file without having to have notations made in the windows registry. 2) Store that application wit

Re: Reading PDF documents

2011-09-30 Thread Mark Schonewille
I understand, Stephen. You fear great powers :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode d

Re: Reading PDF documents

2011-09-30 Thread Bob Sneidar
I guess I am shellophobic then. I am also Sheilaphobic but that is a personal matter. :-) Bob On Sep 30, 2011, at 2:14 PM, stephen barncard wrote: > FEAR OF SHELL() > > On 30 September 2011 13:39, Mark Schonewille < > m.schonewi...@economy-x-talk.com> wrote: > >> Richmond, >> >> SuperCard a

Re: Reading PDF documents

2011-09-30 Thread stephen barncard
FEAR OF SHELL() On 30 September 2011 13:39, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Richmond, > > SuperCard and LiveCode and all other Mac-compatible platforms can display > PDF files in QuickTime players. It might also be possible to use a browser > control. > > HyperStudio

Re: Reading PDF documents

2011-09-30 Thread Richmond Mathewson
On 09/30/2011 11:39 PM, Mark Schonewille wrote: Richmond, SuperCard and LiveCode and all other Mac-compatible platforms can display PDF files in QuickTime players. It might also be possible to use a browser control. HyperStudio lets you drop PDF files onto the window and the first page of the

Re: Reading PDF documents

2011-09-30 Thread Mark Schonewille
Richmond, SuperCard and LiveCode and all other Mac-compatible platforms can display PDF files in QuickTime players. It might also be possible to use a browser control. HyperStudio lets you drop PDF files onto the window and the first page of the PDF will be displayed as a picture. As I wrote

Reading PDF documents

2011-09-30 Thread Richmond Mathewson
I wonder if Supercard can read PDFs? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode