ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* pdfopen pdfclose
@ 2007-09-15 13:31 Idris Samawi Hamid
  2007-09-15 19:49 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Idris Samawi Hamid @ 2007-09-15 13:31 UTC (permalink / raw)
  To: ntg-context

Hi Hans and gang,

For a future ConTeXt, would it be possible to add support for the --back  
option for pdfopen/pdfclose? See

http://magic.aladdin.cs.cmu.edu/2005/07/15/pdfopen-and-pdfclose/

This will allow you to automatically return to the page of the pdf you  
were working on at the moment you close it. There are some caveats for  
working with mutiple pdf's but it's a nice feature to have.

Best wishes
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pdfopen pdfclose
  2007-09-15 13:31 pdfopen pdfclose Idris Samawi Hamid
@ 2007-09-15 19:49 ` Hans Hagen
  2007-09-15 22:13   ` Idris Samawi Hamid
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2007-09-15 19:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Idris Samawi Hamid wrote:
> Hi Hans and gang,
> 
> For a future ConTeXt, would it be possible to add support for the --back  
> option for pdfopen/pdfclose? See
> 
> http://magic.aladdin.cs.cmu.edu/2005/07/15/pdfopen-and-pdfclose/
> 
> This will allow you to automatically return to the page of the pdf you  
> were working on at the moment you close it. There are some caveats for  
> working with mutiple pdf's but it's a nice feature to have.

well, then make sure that the version in distributions support it

 >pdfopen  --help
Usage:
         pdfopen  --file <filename> [--page <page>]
                        Opens <filename> (at page <page> if available)
                              in Acrobat or Acrobat Reader.
         pdfclose --file <filename>
                  Closes <filename> in Acrobat or Acrobat Reader.
         pdfclose --all
                  Closes all documents in Acrobat or Acrobat Reader.
Beware: only documents opened by `pdfopen' can be closed
         by `pdfclose'.

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pdfopen pdfclose
  2007-09-15 19:49 ` Hans Hagen
@ 2007-09-15 22:13   ` Idris Samawi Hamid
  2007-09-16  6:40     ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Idris Samawi Hamid @ 2007-09-15 22:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 15 Sep 2007 13:49:13 -0600, Hans Hagen <pragma@wxs.nl> wrote:

>> For a future ConTeXt, would it be possible to add support for the --back
>> option for pdfopen/pdfclose? See
>>
>> http://magic.aladdin.cs.cmu.edu/2005/07/15/pdfopen-and-pdfclose/
>>
>> This will allow you to automatically return to the page of the pdf you
>> were working on at the moment you close it. There are some caveats for
>> working with mutiple pdf's but it's a nice feature to have.
>
> well, then make sure that the version in distributions support it
>
>  >pdfopen  --help
> Usage:
>          pdfopen  --file <filename> [--page <page>]
>                         Opens <filename> (at page <page> if available)
>                               in Acrobat or Acrobat Reader.
>          pdfclose --file <filename>
>                   Closes <filename> in Acrobat or Acrobat Reader.
>          pdfclose --all
>                   Closes all documents in Acrobat or Acrobat Reader.
> Beware: only documents opened by `pdfopen' can be closed
>          by `pdfclose'.

:-) But that's exactly my point, the pdfopen that comes with the distro  
does not support --back :-)

This would be a really nice feature to have, if we can implement it (or  
just use/improve Woo's code)...

Best wishes
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pdfopen pdfclose
  2007-09-15 22:13   ` Idris Samawi Hamid
@ 2007-09-16  6:40     ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2007-09-16  6:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Idris Samawi Hamid wrote:
> 
> :-) But that's exactly my point, the pdfopen that comes with the distro  
> does not support --back :-)
> 
> This would be a really nice feature to have, if we can implement it (or  
> just use/improve Woo's code)...

I suggest writing to that guy that made the change(s?) and asking him
to send the adjusted source to either Fabrice Popinea or CTAN. The
version on CTAN is the one that ends up in the distributions.

Best wishes,
Taco



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-16  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-15 13:31 pdfopen pdfclose Idris Samawi Hamid
2007-09-15 19:49 ` Hans Hagen
2007-09-15 22:13   ` Idris Samawi Hamid
2007-09-16  6:40     ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).