<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/01/fc673fece536a1d8340ab5d373adba7c"
  from="Oleg &lt;oleg_inconnu@m...&gt;"
  author="Oleg"
  date="2003-01-29T10:06:39"
  subject="Re: [Caml-list] Displaying Postscript?"
  prev="2003/01/675a2919db92353047fba13e9e3c9dcf"
  next="2003/01/0e59bb16465a4d9e09f003f68f7ecdb5"
  prev-in-thread="2003/01/675a2919db92353047fba13e9e3c9dcf"
  next-in-thread="2003/01/fa488ee2ec4adb372ccba5a2b3d66a2e"
  prev-thread="2003/01/f114509bfc6a85b29eab7c27e229d8a4"
  next-thread="2003/01/15cd7ca215908267fbf01507e08c168c"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/2a90151cd7b925c19cbd206907343e50"
  from="Robert Morelli &lt;morelli@c...&gt;"
  author="Robert Morelli"
  date="2003-01-25T10:12:44"
  subject="[Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/a49e9e013098fcb742180c896e71b247"
  from="Jun P. FURUSE &lt;Jun.Furuse@i...&gt;"
  author="Jun P. FURUSE"
  date="2003-01-28T10:44:03"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/075725fa46f617664f299e6294ece001"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-28T12:04:54"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/d4d750874d334e80e12dff031a132fc4"
  from="Jun P. FURUSE &lt;Jun.Furuse@i...&gt;"
  author="Jun P. FURUSE"
  date="2003-01-28T12:48:42"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/effa51d1c454854a614c8cec430c24a8"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-28T14:32:15"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
</msg>
</msg>
</msg>
<msg 
  url="2003/01/0a508cc160a2b5e559d7a99c2276655d"
  from="Didier Le Botlan &lt;lebotlan@b...&gt;"
  author="Didier Le Botlan"
  date="2003-01-28T21:35:20"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/0f1781e12509a25a4d0920a81f3b180d"
  from="Florian Hars &lt;hars@b...&gt;"
  author="Florian Hars"
  date="2003-01-30T07:53:09"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
</msg>
<msg 
  url="2003/01/675a2919db92353047fba13e9e3c9dcf"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-29T09:05:18"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
<msg 
  url="2003/01/fc673fece536a1d8340ab5d373adba7c"
  from="Oleg &lt;oleg_inconnu@m...&gt;"
  author="Oleg"
  date="2003-01-29T10:06:39"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/fa488ee2ec4adb372ccba5a2b3d66a2e"
  from="Mike Potanin &lt;potanin@m...&gt;"
  author="Mike Potanin"
  date="2003-01-29T10:44:28"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/d0b66887cf76a8cb2fdfb72cd5b70f0f"
  from="Oleg &lt;oleg_inconnu@m...&gt;"
  author="Oleg"
  date="2003-01-29T19:23:46"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
</msg>
</msg>
</msg>
</thread>

<contents>
On Saturday 25 January 2003 05:16 am, Robert Morelli wrote:
&gt; I'm working on an OCaml application which I'd like
&gt; to do the following:  load an existing postscript
&gt; file from disk, launch a window in which the
&gt; document is displayed,  and allow the user to select a
&gt; rectangle on a page of the document using the mouse
&gt; (and of course have access to the bounds of the rectangle
&gt; within the application).  

gv student_seminar.ps &amp; sleep 3; import output.png

Wait until the mouse pointer changes shape before selecting the rectangle
"import" is part of imagemagick package (there is also libmagick you might 
like)

HTH
Oleg

&gt; What libraries/tools are
&gt; available to do such a thing?
&gt;
&gt; Thanks
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt; -------------------
&gt; To unsubscribe, mail caml-list-request@inria.fr Archives:
&gt; http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ:
&gt; http://caml.inria.fr/FAQ/ Beginner's list:
&gt; http://groups.yahoo.com/group/ocaml_beginners

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

