Re: [NTG-context] attachments working again (issue with /EmbeddedFiles)

2020-02-12 Thread Rik Kabel
Following up on my viewer observations, I downloaded Evince for Windows 
version 2.32 and see something that might be meaningful.


Evince has a side-panel with a drop-down for selecting Thumbnails, 
Index, Attachments, Layers, or Annotations. Those that are not present 
in the document are greyed out.


For the document with the pushpin (which Evince does display) the 
available choices are Thumbnails and Annotations. The Annotations 
selection shows the attached file on a tree under Page 1.


For the document with the hidden attachment, both the Attachments and 
the Annotations choices are available. When Annotations is selected, the 
message "/Document contains no annotations/" is shown. When Attachments 
is selected, the attachment is properly listed.


Perhaps there is something in the difference between annotations and 
attachments that results in different treatments by the various viewers.


--
Rik

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] attachments working again (issue with /EmbeddedFiles)

2020-02-12 Thread Rik Kabel

On 2/12/2020 14:20, Pablo Rodriguez wrote:

On 2/8/20 10:13 PM, Rik Kabel wrote:


Not quite ready yet. When the hidden method is used, it passes the
online validator[1], but fails VeraPDF[2] for clause 6.8-1. When
visible, it fails the online validator stating that the appearance
dictionary doesn't contain an entry, and fails VeraPDF for clauses 6.8-1
and 6.3.3-1.

Hi Rik,

as for 6.8-1, did you set MIME type of the attached file (such as in
"type={application/pdf}")?


Oddly, the bookmarks do not appear either way under MkIV, and they do
not appear when the attachment is visible under LMTX. The bookmarks do
appear with a hidden attachment under LMTX.

As far as I understand, only LMTX will receive regular updates now. (But
Hans knows better .)

I get both visible attachments and bookmarks in LMTX (latest and
previous latest [“latest” is the new beta]).

Could you provide a minimal sample that shows the issue?

Pablo
--
http://www.ousia.tk


Hello Pablo (and everyone else),

Here is my test file. You can use "context --mode=hidden file.tex" to 
hide the pushpin, or  leave out the mode to expose it.


   %%  Test file for pdf3a compliance.
   %%
   %%  So far, this fails when the attachment is included. Other than the
   %%handling of attachments, ConTeXt does a good job with the various
   %%PDF/A variants.
   %%
   %%  Testing done locally with the VeraPDF validator (most recently with
   %%version 1.14.8) and online with the 3-Heights validator found at
   %%https://www.pdf-online.com/osa/validate.aspx (current 2020-01-20).
   %%
   %%  This is not a minimal example.
   \definemode  [hidden][keep]
   \setuplanguage   [en]
   \setuppapersize  [A6,landscape]
   \setuppagenumbering  [location=]
   \setuptagging[state=start]
   \setupinteraction[state=start]
   %setupbackend[format={pdf/a-3u},
   \setupbackend[format={pdf/a-3a},
  level=0,
  profile={default_gray.icc},
  intent={ISO coated v2 300\letterpercent\space (ECI)}]
   \setupstructure  [state=start,
  method=auto]
   \setupcolors [pagecolormodel=auto,
  start=yes,
  rgb=no,
  cmyk=no]
   \setupbodyfont   [palatino,18pt]
   \starttext

 This document was produced using version \contextversion\ of
 \ConTeXt\ \doifelse{\texenginename}{luametatex}{LMTX}{\contextmark}
 with the version \texengineversion\ of \texenginename.

 


 \attachment[file=./\jobname.tex,
 method={\doifmodeelse{hidden}{hidden}{normal}},
 type={text/plain;charset=UTF-8}]
 The source code for this document is attached as a plain text file. It
 should show up in the pdf bookmarks for the document\doifmodeelse
 {hidden}{}{ and through the icon at the start of this paragraph}.

   \stoptext

I have tested with LMTX 2020.02.11 16:41.

*Mime type*

 * You can see that the mime type is set in the ConTeXt file and it
   appears in the resulting pdf, although not knowing enough about the
   pdf file structure I do not know if it appears correctly.

*Validation*

 * With the pin hidden, VeraPDF 1.14.8 complains about two occurrences
   of clause 6.8 test 1 failure. With the pin exposed, it complains
   about one occurrence of clause 6.8 test 1 failure and one occurrence
   of clause 6.3.3 test 1 failure (appearance dictionary).
 * With the pin hidden, pdf-online.com declares the  valid. With the
   pin exposed, pdf-online.com fails it because "[t]he appearance
   dictionary doesn't contain an entry." They are aware of the
   difference between their report and that of VeraPDF.

*Viewing*

 * Acrobat Reader DC shows the pushpin, changes the pointer, and
   displays flyover text when appropriate and shows the bookmark for
   both variants.
 * SumatraPDF shows the pushpin, changes the pointer, and displays
   flyover text when appropriate. It does not show the bookmark when
   the pushpin is visible, but does show it when it is hidden.
 * MuPDF does not show the pushpin, instead leaving empty space, when
   it should be visible. It does not show bookmarks or any other
   indication that there is an attachment for either variant. (MuPDF
   can show bookmarks for some other documents.)
 * Firefox 73 does not show the pushpin when it should be visible, but
   does change the pointer and show the attachment name as a flyover.
   Firefox 73 does show the bookmark for both variants.
 * Chrome 80 does not show the pushpin when it should be visible, but
   does show the attachment name as a flyover. Chrome 80 does not show
   the bookmark for either variant. (Chrome 80 does show bookmarks for
   some other PDF document.)
 * The three viewers listed here that do not show the pushpin do
   reserve the appropriate space ­ ­– changing the symbol to the
   Paperclip demonstrates 

Re: [NTG-context] attachments working again (issue with /EmbeddedFiles)

2020-02-12 Thread Pablo Rodriguez
On 2/8/20 10:13 PM, Rik Kabel wrote:
>
>
> Not quite ready yet. When the hidden method is used, it passes the
> online validator[1], but fails VeraPDF[2] for clause 6.8-1. When
> visible, it fails the online validator stating that the appearance
> dictionary doesn't contain an entry, and fails VeraPDF for clauses 6.8-1
> and 6.3.3-1.

Hi Rik,

as for 6.8-1, did you set MIME type of the attached file (such as in
"type={application/pdf}")?

> Oddly, the bookmarks do not appear either way under MkIV, and they do
> not appear when the attachment is visible under LMTX. The bookmarks do
> appear with a hidden attachment under LMTX.

As far as I understand, only LMTX will receive regular updates now. (But
Hans knows better .)

I get both visible attachments and bookmarks in LMTX (latest and
previous latest [“latest” is the new beta]).

Could you provide a minimal sample that shows the issue?

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Label in externalfigures

2020-02-12 Thread Hans Hagen

On 2/12/2020 6:01 PM, Jan-Erik Hägglöf wrote:

The expected output should be like this, see example in the link below

https://drive.google.com/file/d/13pCuUvNeL7T_Hs7-qrKZclkadcJ7_jVV/view?usp=sharing

So that I have a picture so I can change the label text inside according 
to different needs e.g change from 37° to 41° without reediting it in 
Inkscape.


A similar properties like latex export picture.pdf_tex which is a 
function in Inkscape


I investigate the details manual tip you provided, thanks a lot.
you might want to peek into the luametafun manual as svg is discussed 
there, including label stuff


what you can also try (with lmtx) is this (no real interface yet):

\starttext

\hbox\bgroup
  \ctxlua{metapost.startsvghashing()}%
  \includesvgfile[labels-004.svg]%
  \ctxlua{metapost.stopsvghashing()}%
\egroup

\stoptext

which should turn your labels into tex, so you can typeset them as tex 
(so $\\sin(x)$ comes out as math) it's no big deal to add a remap option 
there but then i'd rather go for symbolic names


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Color Profiles in lmtx

2020-02-12 Thread Pablo Rodriguez
On 2/12/20 5:15 PM, Jan U. Hasecke wrote:
> [...]
> I just realized that the above output is the right output.

Hi Jan Ulrich,

you might check profiles that with VeraPDF (or simply \nopdfcompression
as first command in the source and search for the profile ),

> Ok. But now I have another question
>
> I want to install a new profile I downloaded from eci.org
> [...]
> But the file in texmf-local is not found
>
> backend > profiles > profile specification 'PSO Uncoated
> ISO12647 ECI' not found in 'colorprofiles.xml, colorprofiles.lua'
>
> How can I make context aware of the files?

How about deleting the cache (simply remove
tex/context-cache/luatex-cache) and generate it again (by running
"mtxrun --generate", before compiling your source again?

I hope it helps,

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Label in externalfigures

2020-02-12 Thread Jan-Erik Hägglöf
The expected output should be like this, see example in the link below

https://drive.google.com/file/d/13pCuUvNeL7T_Hs7-qrKZclkadcJ7_jVV/view?usp=sharing
 


So that I have a picture so I can change the label text inside according to 
different needs e.g change from 37° to 41° without reediting it in Inkscape.

A similar properties like latex export picture.pdf_tex which is a function in 
Inkscape

I investigate the details manual tip you provided, thanks a lot.


> 12 feb. 2020 kl. 17:16 skrev Wolfgang Schuster 
> :
> 
> On Wed, 12 Feb 2020 16:49:02 +0100
> Jan-Erik Hägglöf  wrote:
> 
>> Dear Members!
>> 
>> I have a question on how to achieve something like this.
>> 
>> \IncludePicture[picture.pdf][xpos=2, ypos= 4, label=some text]
> 
> What is the expected output of this command?
> 
>> I know there is a similar function in the simple slides module but I need it 
>> in my documents, often exams to my students, so caption is mainly not 
>> necessary.
>> 
>> The background to this is that I often creating pictures in Inkscape and 
>> export it to pdf but sometimes I do screenshots and save it in .png or .pdf 
>> format. So I just want to put labels in it like a layer in same size as the 
>> included picture.
>> 
>> Or is this something that’s already solved so "reinventing wheel" is 
>> unnecessary?
> 
> Look at the example for \layeredtext, \collectedtext or \setcollector in the 
> details [1] manual.
> 
> [1] http://www.pragma-ade.nl/general/manuals/details.pdf
> 
> Wolfgang
> ___
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Label in externalfigures

2020-02-12 Thread Wolfgang Schuster
On Wed, 12 Feb 2020 16:49:02 +0100
Jan-Erik Hägglöf  wrote:

> Dear Members!
> 
> I have a question on how to achieve something like this.
> 
> \IncludePicture[picture.pdf][xpos=2, ypos= 4, label=some text]

What is the expected output of this command?

> I know there is a similar function in the simple slides module but I need it 
> in my documents, often exams to my students, so caption is mainly not 
> necessary.
> 
> The background to this is that I often creating pictures in Inkscape and 
> export it to pdf but sometimes I do screenshots and save it in .png or .pdf 
> format. So I just want to put labels in it like a layer in same size as the 
> included picture.
> 
> Or is this something that’s already solved so "reinventing wheel" is 
> unnecessary?

Look at the example for \layeredtext, \collectedtext or \setcollector in the 
details [1] manual.

[1] http://www.pragma-ade.nl/general/manuals/details.pdf

Wolfgang
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Color Profiles in lmtx

2020-02-12 Thread Jan U. Hasecke
Am 12.02.20 um 11:09 schrieb Peter Rolf:

>> I get this in my logs
>>
>> backend > profiles > profile specification 'ISO Coated v2 300% 
>> (ECI)' loaded from 
>> '/home/juh/context-linux-64/tex/texmf-context/colors/icc/context/colorprofiles.xml'

I just realized that the above output is the right output.

Ok. But now I have another question

I want to install a new profile I downloaded from eci.org

I extended colorprofiles.xml putting it in
texmf-local/colors/icc/context/ with this additional xml:


PSO_Uncoated_ISO12647_eci.icc
CMYK
prtr
Custom
PSO Uncoated ISO12647 ECI
ae81087e1c54c6fdda2f93bd2d47cfaf
200
http://www.eci.org
Commercial and specialty offset, paper type 4,
uncoated white paper, positive plates, tone value increase curves C
(CMY) and D (K), white backing.



I generated the md5 checksum from the file PSO_Uncoated_ISO12647_eci.icc.

But the file in texmf-local is not found

backend > profiles > profile specification 'PSO Uncoated
ISO12647 ECI' not found in 'colorprofiles.xml, colorprofiles.lua'

How can I make context aware of the files?

TIA
juh
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Label in externalfigures

2020-02-12 Thread Jan-Erik Hägglöf
Dear Members!

I have a question on how to achieve something like this.

\IncludePicture[picture.pdf][xpos=2, ypos= 4, label=some text]

I know there is a similar function in the simple slides module but I need it in 
my documents, often exams to my students, so caption is mainly not necessary.

The background to this is that I often creating pictures in Inkscape and export 
it to pdf but sometimes I do screenshots and save it in .png or .pdf format. So 
I just want to put labels in it like a layer in same size as the included 
picture.

Or is this something that’s already solved so "reinventing wheel" is 
unnecessary?

Thanks in advance

Jan-Erik
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Color Profiles in lmtx

2020-02-12 Thread Peter Rolf
Am 12.02.2020 um 09:41 schrieb juh:
> Hi all,
>
> again I have a question concerning color profiles.
>
> I have this to load the ISO Coated v2 300% profile.
>
> \setupbackend[
>format=PDF/X-3:2003,
>intent={ISO Coated v2 300\letterpercent\space (ECI)},
>]
>
> \setupcolors[cmyk=yes,rgb=no,]
>
> But is this profile part of the new lmtx version?
>
> I get this in my logs
>
> backend > profiles > profile specification 'ISO Coated v2 300% (ECI)' 
> loaded from 
> '/home/juh/context-linux-64/tex/texmf-context/colors/icc/context/colorprofiles.xml'
>
> But I am not sure whether the profile is really loaded.
>
> In the old context distribution I had to put the profile in texmf-local.
>
> There is this in lmtx:
>
> ~/context-linux-64/tex/texmf-context/colors/icc/profiles$ ls -l
> insgesamt 3652
> -rw-r--r-- 1 juh juh 416 Jan  6 16:32 default_gray.icc
> -rw-r--r-- 1 juh juh1992 Jan  6 16:32 ecirgb_v2.icc
> -rw-r--r-- 1 juh juh 700 Jan  6 16:32 ecirgb_v2_iccv4.icc
> -rw-r--r-- 1 juh juh 1829093 Jan  6 16:32 isocoated_v2_300_eci.icc
> -rw-r--r-- 1 juh juh 1829077 Jan  6 16:32 isocoated_v2_eci.icc
> -rw-r--r-- 1 juh juh3144 Jan  6 16:32 srgb.icc
> -rw-r--r-- 1 juh juh   60960 Jan  6 16:32 srgb_v4_icc_preference.icc
>
> I am not sure if the file name matches as in profiles.xml we have this with
> mixed upper and lower cases:
>
>  
> ISOcoated_v2_300_eci.icc
> CMYK
> prtr
> FOGRA39
> ISO Coated v2 300% (ECI)
> e14f5db955711d914d877df35ad7a1b5
> 2400
> http://www.color.org
> Offset printing, according to ISO 12647-2:2004/Amd 
> 1, OFCOM, paper type 1 or 2 = coated art, 115 g/m2, tone value increase 
> curves A (CMY) and B (K)
> 
>
> Is there a linux tool to test if the correct profile is part of the pdf?
>
> Any hints?
> TIA
> juh
>

Hi juh,

I guess the problem are the file names of the profiles. On Windows it
doesn't matter if you use upper or lower case letters. AFAIK Linux
handles that differently.
In the end the  entries in
  "[..]/texmf-context/colors/icc/context/colorprofiles.xml"
and the real file names must be "equal" for all OS.

Add

\enabletrackers[backend.pdfx]

to your document to get more info about the profile inclusion.
Not sure if this is the correct tracker though... no time to check, as I
have to make lunch now.


Hope that helps,

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] mtxrun

2020-02-12 Thread Rudolf Bahr
On Wed, Feb 12, 2020 at 12:24:21AM -0500, Aditya Mahajan wrote:
> On Wed, 12 Feb 2020, Rudolf Bahr wrote:
> 
> > On Tue, Feb 11, 2020 at 01:39:54PM -0500, Aditya Mahajan wrote:
> > 
> > > What is the output of
> > > 
> > > ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate
> > > 
> > > (please paste the complete output; your previous message did not show if
> > > SELFAUTOPARENT was being set correctly).
> > 
> > 
> > Hi Aditya!
> > 
> > Thank you for your answer!
> > 
> > The output of ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --generate is 
> > big,
> > so I append it here by the file "Aditya-I".
> > It's made by
> >   LuaMetaTeX, Version 2.03.15
> >   ConTeXt  ver: 2020.02.11 16:41 MKIV beta  fmt: 2020.2.11
> 
> That shows that texmfcnf.lua file was found and resolved. So, `context
> filename` should work now. Just to be sure, you can try:
> 
> ~/context-lmtx/tex/texmf-linux-64/bin/mtxrun --autogenerate --script context
> filename
> 
> where filename is the name of a sample tex file.
> 
> Aditya

Hi Aditya!

Thank you for your hint and your help in general!

When you wrote before:
   "This is the wrong binary. As Hans said (and also what I wrote in my 
message) 
   is that you have to run the one in ~/context-lmtx/tex/texmf-linux-64/bin/",
I noticed having misunderstood Hans what he meant with:
   "i assume that you run the last one in this list, ..."
I thought he pointed to my error and didn't understand I should try the last one
in the list instead.

Anyway, thanks to you, Taco, Pablo and Hans for helping me to solve my problem!

Rudolf
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [Fwd: Re: upload]

2020-02-12 Thread Hans Hagen

On 2/11/2020 10:19 PM, Richard Mahoney | Indica et Buddhica wrote:

Actually, I've just seen that the file that seemed to be causing the
issue:

error loading file: util-tab.lua

contains the following:




400 Bad Request

Bad Request
Your browser sent a request that this server could not
understand.


Apache Server at 87.195.107.53 Port 80

/home/rbm49/lmtx/tex/texmf-context/tex/context/base/mkiv/util-tab.lua
byte 289/289 (END)


I installed, and reinstalled, the update using lmtx "install.sh". Was
"util-tab.lua" not in the archive by any chance?

hm, strange, i need to check that

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Color Profiles in lmtx

2020-02-12 Thread juh
Hi all,

again I have a question concerning color profiles.

I have this to load the ISO Coated v2 300% profile. 

\setupbackend[
   format=PDF/X-3:2003,
   intent={ISO Coated v2 300\letterpercent\space (ECI)},
   ]

\setupcolors[cmyk=yes,rgb=no,]

But is this profile part of the new lmtx version?

I get this in my logs

backend > profiles > profile specification 'ISO Coated v2 300% (ECI)' 
loaded from 
'/home/juh/context-linux-64/tex/texmf-context/colors/icc/context/colorprofiles.xml'

But I am not sure whether the profile is really loaded.

In the old context distribution I had to put the profile in texmf-local.

There is this in lmtx:

~/context-linux-64/tex/texmf-context/colors/icc/profiles$ ls -l
insgesamt 3652
-rw-r--r-- 1 juh juh 416 Jan  6 16:32 default_gray.icc
-rw-r--r-- 1 juh juh1992 Jan  6 16:32 ecirgb_v2.icc
-rw-r--r-- 1 juh juh 700 Jan  6 16:32 ecirgb_v2_iccv4.icc
-rw-r--r-- 1 juh juh 1829093 Jan  6 16:32 isocoated_v2_300_eci.icc
-rw-r--r-- 1 juh juh 1829077 Jan  6 16:32 isocoated_v2_eci.icc
-rw-r--r-- 1 juh juh3144 Jan  6 16:32 srgb.icc
-rw-r--r-- 1 juh juh   60960 Jan  6 16:32 srgb_v4_icc_preference.icc

I am not sure if the file name matches as in profiles.xml we have this with
mixed upper and lower cases:

 
ISOcoated_v2_300_eci.icc
CMYK
prtr
FOGRA39
ISO Coated v2 300% (ECI)
e14f5db955711d914d877df35ad7a1b5
2400
http://www.color.org
Offset printing, according to ISO 12647-2:2004/Amd 1, 
OFCOM, paper type 1 or 2 = coated art, 115 g/m2, tone value increase curves A 
(CMY) and B (K)


Is there a linux tool to test if the correct profile is part of the pdf?

Any hints?
TIA
juh


-- 
Autoren-Homepage: . http://literatur.hasecke.com
Satiren & Essays: . http://www.sudelbuch.de
Privater Blog:  http://www.hasecke.eu
Netzliteratur-Projekt:  http://www.generationenprojekt.de




signature.asc
Description: PGP signature
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___