ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* PDF Metadata / Attachments
@ 2007-08-06 16:41 Pascal de Bruijn
  2007-08-06 18:12 ` Peter Rolf
  0 siblings, 1 reply; 6+ messages in thread
From: Pascal de Bruijn @ 2007-08-06 16:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

With LaTeX I was able to set my own PDF metadata, is this possible with
ConTeXt? I mean things like: Title, Subject, Author, Keywords, Creator,
Producer?

Also, I generally like to include my .tex source file into my PDF as a
text file attachment. LaTeX has a package for this, does ConTeXt have
similar functionality?

Regards,
Pascal de Bruijn

-- 
http://blog.pcode.nl/
http://www.linkselente.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] 6+ messages in thread

* Re: PDF Metadata / Attachments
  2007-08-06 16:41 PDF Metadata / Attachments Pascal de Bruijn
@ 2007-08-06 18:12 ` Peter Rolf
  2007-08-06 18:44   ` Hans Hagen
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Rolf @ 2007-08-06 18:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Pascal de Bruijn schrieb:
> Hi,
> 
> With LaTeX I was able to set my own PDF metadata, is this possible with
> ConTeXt? I mean things like: Title, Subject, Author, Keywords, Creator,
> Producer?
>

http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers#PDF_Headers

producer is set by pdftex,
subject isn't supported yet (feature request needed!?)

% use at your own (low) risk
\doPDFaddtoinfo
{/Subject (test subject)}


> Also, I generally like to include my .tex source file into my PDF as a
> text file attachment. LaTeX has a package for this, does ConTeXt have
> similar functionality?
>
http://wiki.contextgarden.net/Verbatim_text#Embedding_the_source_code

> Regards,
> Pascal de Bruijn
> 
___________________________________________________________________________________
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] 6+ messages in thread

* Re: PDF Metadata / Attachments
  2007-08-06 18:12 ` Peter Rolf
@ 2007-08-06 18:44   ` Hans Hagen
  2007-08-06 20:08   ` Peter Münster
  2007-08-07  4:47   ` Sanjoy Mahajan
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2007-08-06 18:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Peter Rolf wrote:
> Pascal de Bruijn schrieb:
>> Hi,
>>
>> With LaTeX I was able to set my own PDF metadata, is this possible with
>> ConTeXt? I mean things like: Title, Subject, Author, Keywords, Creator,
>> Producer?
>>
> 
> http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers#PDF_Headers
> 
> producer is set by pdftex,
> subject isn't supported yet (feature request needed!?)


title subtitle author index

Hans

-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: PDF Metadata / Attachments
  2007-08-06 18:12 ` Peter Rolf
  2007-08-06 18:44   ` Hans Hagen
@ 2007-08-06 20:08   ` Peter Münster
  2007-08-06 20:58     ` Peter Rolf
  2007-08-07  4:47   ` Sanjoy Mahajan
  2 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2007-08-06 20:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 6 Aug 2007, Peter Rolf wrote:

> subject isn't supported yet (feature request needed!?)

Feature request perhaps not needed:
\setupinteraction[subtitle=my subject]

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___________________________________________________________________________________
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] 6+ messages in thread

* Re: PDF Metadata / Attachments
  2007-08-06 20:08   ` Peter Münster
@ 2007-08-06 20:58     ` Peter Rolf
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Rolf @ 2007-08-06 20:58 UTC (permalink / raw)
  To: ntg-context

Peter Münster schrieb:
> On Mon, 6 Aug 2007, Peter Rolf wrote:
> 
>> subject isn't supported yet (feature request needed!?)
> 
> Feature request perhaps not needed:
> \setupinteraction[subtitle=my subject]
>
you are right. no feature request needed :)

> Cheers, Peter
> 

___________________________________________________________________________________
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] 6+ messages in thread

* Re: PDF Metadata / Attachments
  2007-08-06 18:12 ` Peter Rolf
  2007-08-06 18:44   ` Hans Hagen
  2007-08-06 20:08   ` Peter Münster
@ 2007-08-07  4:47   ` Sanjoy Mahajan
  2 siblings, 0 replies; 6+ messages in thread
From: Sanjoy Mahajan @ 2007-08-07  4:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> producer is set by pdftex,
> subject isn't supported yet (feature request needed!?)

It is support but called 'subtitle' in ConTeXt (which always confuses
me).  Try this test.tex:

\setupinteraction[state=start,{subtitle={the subject}}]
\starttext
\input tufte
\stoptext

$ pdfinfo test.pdf
Title:          test
Subject:        the subject
Keywords:       
Author:         
Creator:        ConTeXt - 2007.04.17 12:51
Producer:       pdfTeX-1.40.3
...


-Sanjoy

"Creativity can be a social contribution, but only in so
 far as society is free to use the results." --Richard Stallman
___________________________________________________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2007-08-07  4:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-06 16:41 PDF Metadata / Attachments Pascal de Bruijn
2007-08-06 18:12 ` Peter Rolf
2007-08-06 18:44   ` Hans Hagen
2007-08-06 20:08   ` Peter Münster
2007-08-06 20:58     ` Peter Rolf
2007-08-07  4:47   ` Sanjoy Mahajan

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).