ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Table resolution too low
@ 2010-12-23 15:11 Tom
  2010-12-23 15:26 ` Henning Hraban Ramm
  0 siblings, 1 reply; 8+ messages in thread
From: Tom @ 2010-12-23 15:11 UTC (permalink / raw)
  To: ntg-context

I just created a PDF of a bookblock by using MKII to produce  the .ps file
and Adobe Acrobat to create the PDF from it. When preflighting the PDF, all
the photos were found to be 300dpi or greater but the table created by the
following code was flagged at being only 150ppi. I don't see this as a
problem but is there a way to cause it to be 300dpi or greater to eliminate
the warning?

\placetable[here,force]{none}
{\starttable[|l|l|l|]
\HL
\VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
\HL
\VL Albert Exendine \VL End \VL 1970 \VL\SR
\HL
\VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
\HL
\VL James Johnson \VL Quarterback \VL 1969 \VL\SR
\HL
\VL Ed Rogers \VL End \VL 1968 \VL\SR
\HL
\VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
\HL
\VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
\HL
\VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
\HL
\stoptable}}


Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey






___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Table resolution too low
  2010-12-23 15:11 Table resolution too low Tom
@ 2010-12-23 15:26 ` Henning Hraban Ramm
  2010-12-23 15:42   ` Tom
  0 siblings, 1 reply; 8+ messages in thread
From: Henning Hraban Ramm @ 2010-12-23 15:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2010-12-23 um 16:11 schrieb Tom:

> I just created a PDF of a bookblock by using MKII to produce   
> the .ps file
> and Adobe Acrobat to create the PDF from it.

Why do you make the detour via PS at all?

> When preflighting the PDF, all
> the photos were found to be 300dpi or greater but the table created  
> by the
> following code was flagged at being only 150ppi. I don't see this as a
> problem but is there a way to cause it to be 300dpi or greater to  
> eliminate
> the warning?

There's no reason why a table should be resolution dependend at all,  
consisting just of fonts and lines.
But since you try to go via PS, there might be lowres pixel fonts (PK)  
involved.

Please provide a complete minimal example and describe how and why you  
force ConTeXt to produce PS.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Table resolution too low
  2010-12-23 15:26 ` Henning Hraban Ramm
@ 2010-12-23 15:42   ` Tom
  2010-12-23 15:52     ` Henning Hraban Ramm
  2010-12-23 16:06     ` luigi scarso
  0 siblings, 2 replies; 8+ messages in thread
From: Tom @ 2010-12-23 15:42 UTC (permalink / raw)
  To: ntg-context







Am 2010-12-23 um 16:11 schrieb Tom:

> I just created a PDF of a bookblock by using MKII to produce   
> the .ps file
> and Adobe Acrobat to create the PDF from it.

Why do you make the detour via PS at all?

> When preflighting the PDF, all
> the photos were found to be 300dpi or greater but the table created  
> by the
> following code was flagged at being only 150ppi. I don't see this as a
> problem but is there a way to cause it to be 300dpi or greater to  
> eliminate
> the warning?

There's no reason why a table should be resolution dependend at all,  
consisting just of fonts and lines.
But since you try to go via PS, there might be lowres pixel fonts (PK)  
involved.

Please provide a complete minimal example and describe how and why you  
force ConTeXt to produce PS.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

Here is an example:

\starttext
\placetable[here,force]{none}
{\starttable[|l|l|l|]
\HL
\VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
\HL
\VL Albert Exendine \VL End \VL 1970 \VL\SR
\HL
\VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
\HL
\VL James Johnson \VL Quarterback \VL 1969 \VL\SR
\HL
\VL Ed Rogers \VL End \VL 1968 \VL\SR
\HL
\VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
\HL
\VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
\HL
\VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
\HL
\stoptable}
\stoptext

Using Tex-Live MKII, I created the .ps with >texexec --dvi TableExample

Needing a PDF/X-1a:2001 file, I created the PDF from the .ps file using
Adobe Acrobat Distiller 9

The warnings point to the lines in the table but not to the text.

Tom


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Table resolution too low
  2010-12-23 15:42   ` Tom
@ 2010-12-23 15:52     ` Henning Hraban Ramm
  2010-12-23 16:06     ` luigi scarso
  1 sibling, 0 replies; 8+ messages in thread
From: Henning Hraban Ramm @ 2010-12-23 15:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2010-12-23 um 16:42 schrieb Tom:

> Using Tex-Live MKII, I created the .ps with >texexec --dvi  
> TableExample

But WHY do you need DVI/PS instead of just PDF?

> Needing a PDF/X-1a:2001 file, I created the PDF from the .ps file  
> using
> Adobe Acrobat Distiller 9

No need to go via PS to get PDF/X-1a.

> The warnings point to the lines in the table but not to the text.


So you can just ignore the warnings.
PDF/X isn't resolution dependend.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Table resolution too low
  2010-12-23 15:42   ` Tom
  2010-12-23 15:52     ` Henning Hraban Ramm
@ 2010-12-23 16:06     ` luigi scarso
  2010-12-23 19:36       ` Tom
  1 sibling, 1 reply; 8+ messages in thread
From: luigi scarso @ 2010-12-23 16:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Dec 23, 2010 at 4:42 PM, Tom <Tom@tuxedo-press.com> wrote:
> Here is an example:
>
> \starttext
> \placetable[here,force]{none}
> {\starttable[|l|l|l|]
> \HL
> \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
> \HL
> \VL Albert Exendine \VL End \VL 1970 \VL\SR
> \HL
> \VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
> \HL
> \VL James Johnson \VL Quarterback \VL 1969 \VL\SR
> \HL
> \VL Ed Rogers \VL End \VL 1968 \VL\SR
> \HL
> \VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
> \HL
> \VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
> \HL
> \VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
> \HL
> \stoptable}
> \stoptext
>
> Using Tex-Live MKII, I created the .ps with >texexec --dvi TableExample

If you try

>texexec  TableExample

what happen ?

-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Table resolution too low
  2010-12-23 16:06     ` luigi scarso
@ 2010-12-23 19:36       ` Tom
  2010-12-23 19:42         ` luigi scarso
  0 siblings, 1 reply; 8+ messages in thread
From: Tom @ 2010-12-23 19:36 UTC (permalink / raw)
  To: ntg-context

On Thu, Dec 23, 2010 at 4:42 PM, Tom <Tom@tuxedo-press.com> wrote:
> Here is an example:
>
> \starttext
> \placetable[here,force]{none}
> {\starttable[|l|l|l|]
> \HL
> \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
> \HL
> \VL Albert Exendine \VL End \VL 1970 \VL\SR
> \HL
> \VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
> \HL
> \VL James Johnson \VL Quarterback \VL 1969 \VL\SR
> \HL
> \VL Ed Rogers \VL End \VL 1968 \VL\SR
> \HL
> \VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
> \HL
> \VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
> \HL
> \VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
> \HL
> \stoptable}
> \stoptext
>
> Using Tex-Live MKII, I created the .ps with >texexec --dvi TableExample

If you try

>texexec  TableExample

what happen ?

-- 
Luigi

The PDF that is created is PDF 1.5 (Acrobat 6.x)

Preflighting it doesn't seem to generate the image resolution warning.
Perhaps that is related to PDF/X-1a:2001.

Tom


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Table resolution too low
  2010-12-23 19:36       ` Tom
@ 2010-12-23 19:42         ` luigi scarso
  2010-12-23 20:41           ` Tom
  0 siblings, 1 reply; 8+ messages in thread
From: luigi scarso @ 2010-12-23 19:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Dec 23, 2010 at 8:36 PM, Tom <Tom@tuxedo-press.com> wrote:
> On Thu, Dec 23, 2010 at 4:42 PM, Tom <Tom@tuxedo-press.com> wrote:
>> Here is an example:
>>
>> \starttext
>> \placetable[here,force]{none}
>> {\starttable[|l|l|l|]
>> \HL
>> \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
>> \HL
>> \VL Albert Exendine \VL End \VL 1970 \VL\SR
>> \HL
>> \VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
>> \HL
>> \VL James Johnson \VL Quarterback \VL 1969 \VL\SR
>> \HL
>> \VL Ed Rogers \VL End \VL 1968 \VL\SR
>> \HL
>> \VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
>> \HL
>> \VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
>> \HL
>> \VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
>> \HL
>> \stoptable}
>> \stoptext
>>
>> Using Tex-Live MKII, I created the .ps with >texexec --dvi TableExample
>
> If you try
>
>>texexec  TableExample
>
> what happen ?
>
> --
> Luigi
>
> The PDF that is created is PDF 1.5 (Acrobat 6.x)
If -- for some reason -- you need 1.4 try

\pdfminorversion4
\starttext
\placetable[here,force]{none}
{\starttable[|l|l|l|]
\HL
\VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
\HL
\VL Albert Exendine \VL End \VL 1970 \VL\SR
\HL
\VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
\HL
\VL James Johnson \VL Quarterback \VL 1969 \VL\SR
\HL
\VL Ed Rogers \VL End \VL 1968 \VL\SR
\HL
\VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
\HL
\VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
\HL
\VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
\HL
\stoptable}
\stoptext



>
> Preflighting it doesn't seem to generate the image resolution warning.
> Perhaps that is related to PDF/X-1a:2001.
So is it ok now ?


-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Table resolution too low
  2010-12-23 19:42         ` luigi scarso
@ 2010-12-23 20:41           ` Tom
  0 siblings, 0 replies; 8+ messages in thread
From: Tom @ 2010-12-23 20:41 UTC (permalink / raw)
  To: ntg-context


On Thu, Dec 23, 2010 at 8:36 PM, Tom <Tom@tuxedo-press.com> wrote:
> On Thu, Dec 23, 2010 at 4:42 PM, Tom <Tom@tuxedo-press.com> wrote:
>> Here is an example:
>>
>> \starttext
>> \placetable[here,force]{none}
>> {\starttable[|l|l|l|]
>> \HL
>> \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
>> \HL
>> \VL Albert Exendine \VL End \VL 1970 \VL\SR
>> \HL
>> \VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
>> \HL
>> \VL James Johnson \VL Quarterback \VL 1969 \VL\SR
>> \HL
>> \VL Ed Rogers \VL End \VL 1968 \VL\SR
>> \HL
>> \VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
>> \HL
>> \VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
>> \HL
>> \VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
>> \HL
>> \stoptable}
>> \stoptext
>>
>> Using Tex-Live MKII, I created the .ps with >texexec --dvi TableExample
>
> If you try
>
>>texexec  TableExample
>
> what happen ?
>
> --
> Luigi
>
> The PDF that is created is PDF 1.5 (Acrobat 6.x)
If -- for some reason -- you need 1.4 try

\pdfminorversion4
\starttext
\placetable[here,force]{none}
{\starttable[|l|l|l|]
\HL
\VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR
\HL
\VL Albert Exendine \VL End \VL 1970 \VL\SR
\HL
\VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR
\HL
\VL James Johnson \VL Quarterback \VL 1969 \VL\SR
\HL
\VL Ed Rogers \VL End \VL 1968 \VL\SR
\HL
\VL Jim Thorpe \VL Halfback \VL 1951\dagger \VL\SR
\HL
\VL Gus Welch \VL Quarterback \VL 1975 \VL\SR
\HL
\VL Glenn S. {\quotation Pop} Warner \VL Coach \VL 1951\dagger \VL\SR
\HL
\stoptable}
\stoptext



>
> Preflighting it doesn't seem to generate the image resolution warning.
> Perhaps that is related to PDF/X-1a:2001.
So is it ok now ?


-- 
Luigi

It seems to be but I'm such a novice using these tools that I may be preflighting with the wrong options set. Knowing that the lower resolution on the table doesn't matter much is consoling.

It's about time for some eggnog.

Tom
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-12-23 20:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-23 15:11 Table resolution too low Tom
2010-12-23 15:26 ` Henning Hraban Ramm
2010-12-23 15:42   ` Tom
2010-12-23 15:52     ` Henning Hraban Ramm
2010-12-23 16:06     ` luigi scarso
2010-12-23 19:36       ` Tom
2010-12-23 19:42         ` luigi scarso
2010-12-23 20:41           ` Tom

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