* converting pdfs
@ 2002-08-13 22:39 Matthew Stapleton
2002-08-14 17:48 ` Bryan Whitehead
0 siblings, 1 reply; 8+ messages in thread
From: Matthew Stapleton @ 2002-08-13 22:39 UTC (permalink / raw)
To: linux-newbie
How should I convert a pdf into individual image files? I do not care
what format the output is ...jpg...gif...pbm...tif
Thanks,
Matthew Stapleton
============================
http://webpages.marshall.edu/~staple12
"What good fortune for those in power that people do not think!" --
Adolph Hitler
============================
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: converting pdfs
2002-08-13 22:39 converting pdfs Matthew Stapleton
@ 2002-08-14 17:48 ` Bryan Whitehead
2002-09-20 13:48 ` Where do I look up scripts for konqueror? Ramzez
0 siblings, 1 reply; 8+ messages in thread
From: Bryan Whitehead @ 2002-08-14 17:48 UTC (permalink / raw)
To: Matthew Stapleton; +Cc: linux-newbie
Matthew Stapleton wrote:
> How should I convert a pdf into individual image files? I do not care
> what format the output is ...jpg...gif...pbm...tif
Most linux distros come with a program called "convert". It's a program
that is part of ImageMagick.
just type convert <file>.pdf <file>.[jpg,giv,png,tif]
very easy! :)
--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
driver@jpl.nasa.gov
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Where do I look up scripts for konqueror?
2002-08-14 17:48 ` Bryan Whitehead
@ 2002-09-20 13:48 ` Ramzez
2002-09-25 0:18 ` Mojo Jojo
0 siblings, 1 reply; 8+ messages in thread
From: Ramzez @ 2002-09-20 13:48 UTC (permalink / raw)
To: linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi...
I'm trying to use some JavaScripts that I download from DynamicDrive, but
they didn't work in my konqueror (some in Netscape 4.7)... can somebody tell
me where I can download free javascripts that work in Konqueror (netscape,
etc)
thanks
- --
Linux User Registered #232544
my GnuPG-key at www.keyserver.net
--- rm -rf /bin/laden ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9iydCs4dF9gl05swRAgsiAJ9VcexL3UMB+gSxbdcfHVZSYzeqagCfUyik
2YZzmZRKv+STUwHY1J5DXI4=
=FDF+
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread* RE: Where do I look up scripts for konqueror?
2002-09-20 13:48 ` Where do I look up scripts for konqueror? Ramzez
@ 2002-09-25 0:18 ` Mojo Jojo
2002-09-25 3:56 ` David Jones
0 siblings, 1 reply; 8+ messages in thread
From: Mojo Jojo @ 2002-09-25 0:18 UTC (permalink / raw)
To: Ramzez, linux
if i'm not mistaken., most things that support ns6+ should work?
> Hi...
> I'm trying to use some JavaScripts that I download from
> DynamicDrive, but
> they didn't work in my konqueror (some in Netscape 4.7)... can
> somebody tell
> me where I can download free javascripts that work in Konqueror
> (netscape,
> etc)
>
> thanks
> - --
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Where do I look up scripts for konqueror?
2002-09-25 0:18 ` Mojo Jojo
@ 2002-09-25 3:56 ` David Jones
0 siblings, 0 replies; 8+ messages in thread
From: David Jones @ 2002-09-25 3:56 UTC (permalink / raw)
To: linux-newbie
BTW, DynamicDrive is known for offering JS that only
supports proprietary DOMs like that of NS4 and IE. It
would be worth checking at some other script sites,
perhaps.
On 25 Sep 02, at 1:18, Mojo Jojo wrote:
> if i'm not mistaken., most things that support ns6+ should
> work?
>
> > Hi...
> > I'm trying to use some JavaScripts that I download
> > from
> > DynamicDrive, but
> > they didn't work in my konqueror (some in Netscape
> > 4.7)... can somebody tell me where I can download free
> > javascripts that work in Konqueror (netscape, etc)
> >
> > thanks
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: converting pdfs
@ 2002-08-14 11:48 Bryan Whitehead
0 siblings, 0 replies; 8+ messages in thread
From: Bryan Whitehead @ 2002-08-14 11:48 UTC (permalink / raw)
To: linux-newbie
Originally to: All
Matthew Stapleton wrote:
> How should I convert a pdf into individual image files? I do not care
> what format the output is ...jpg...gif...pbm...tif
Most linux distros come with a program called "convert". It's a program
that is part of ImageMagick.
just type convert <file>.pdf <file>.[jpg,giv,png,tif]
very easy! :)
--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
driver@jpl.nasa.gov
-
<-> Gateway Information.
This message originated from a Fidonet System (http://www.fidonet.org)
and was gated at TCOB1 (http://www.tcob1.net)
Please do not respond direct to this message but via the list
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* converting pdfs
@ 2002-08-13 19:39 Matthew Stapleton
2002-08-19 19:08 ` eddysan
0 siblings, 1 reply; 8+ messages in thread
From: Matthew Stapleton @ 2002-08-13 19:39 UTC (permalink / raw)
To: linux-newbie
Originally to: All
How should I convert a pdf into individual image files? I do not care
what format the output is ...jpg...gif...pbm...tif
Thanks,
Matthew Stapleton
============================
http://webpages.marshall.edu/~staple12
"What good fortune for those in power that people do not think!" --
Adolph Hitler
============================
-
<-> Gateway Information.
This message originated from a Fidonet System (http://www.fidonet.org)
and was gated at TCOB1 (http://www.tcob1.net)
Please do not respond direct to this message but via the list
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-09-25 3:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-13 22:39 converting pdfs Matthew Stapleton
2002-08-14 17:48 ` Bryan Whitehead
2002-09-20 13:48 ` Where do I look up scripts for konqueror? Ramzez
2002-09-25 0:18 ` Mojo Jojo
2002-09-25 3:56 ` David Jones
-- strict thread matches above, loose matches on Subject: below --
2002-08-14 11:48 converting pdfs Bryan Whitehead
2002-08-13 19:39 Matthew Stapleton
2002-08-19 19:08 ` eddysan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox