<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Am 25.02.2012 22:21, schrieb William Bader:
<blockquote cite="mid:BLU157-W61B68A7B3A02D52074458C46B0@phx.gbl"
type="cite">
<style><!--
..hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
<div dir="ltr">
Hi Thomas,<br>
I would be interested to see your patch.<br>
</div>
</blockquote>
I'll try to find it, then adapt it and send it to You in private
first, but this will take some time!<br>
<blockquote cite="mid:BLU157-W61B68A7B3A02D52074458C46B0@phx.gbl"
type="cite">
<div dir="ltr">The code in my "old" patches has been working well,
or at least, I haven't had any complaints since I installed it
in August 2011.<br>
I am using -level1sep to make EPS files for CMYK separations. I
am not doing any spot separations from EPS files generated from
PDFs.<br>
My software is capable of making spot separations from EPS
files, but no one has sent me a PDF with spot color, so I don't
have a way to test if pdftops will do what I need.<br>
</div>
</blockquote>
Download the complete Ghent Output Suite. It has several examples
with Separation and DeviceN colorspaces with spot colors (that
samples I also used to test the DeviceN implementation in level3)<br>
If that works, I can send You a few additional PDF in private which
uses spot colors.<br>
<br>
Cheers,<br>
Thomas<br>
<blockquote cite="mid:BLU157-W61B68A7B3A02D52074458C46B0@phx.gbl"
type="cite">
<div dir="ltr">Regards,<br>
William<br>
<br>
<div>
<hr id="stopSpelling">Date: Sat, 25 Feb 2012 09:46:55 +0100<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:Thomas.Freitag@kabelmail.de">Thomas.Freitag@kabelmail.de</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
Subject: Re: [poppler] poppler pdftops regressions<br>
<br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft SafeHTML">
Am 24.02.2012 22:24, schrieb William Bader:
<blockquote
cite="mid:BLU157-W591A11972526A35B8A0C0EC46A0@phx.gbl">
<style>
..ExternalClass .ecx.hmmessage P
{padding:0px;}
..ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</style>
<div dir="ltr"> Hi Thomas,<br>
<br>
I am working on updating my "old" patches. I hope to post
them tonight.<br>
<br>
>Didn't think that still someone use level1 option :-)
Aren't that printers been already in a museum?<br>
<br>
I am building pages from eps files produced by pdftops,
and I need -level1sep to get software color separations to
come out right.<br>
-level2sep sometimes generates color that the software
can't separate.<br>
</div>
</blockquote>
Oh, I see. Separation of PostScript is not a quite easy issue.
And I think, there are some problems in the use of
setcustomcolor and customcolorimage in the original xpdf code.
As far as I remember, a collegue of mine gave me some hints in
2007 and I uploaded a patch to xpdf to make ps output
separable which was never inserted. But because PostScript is
not my favorite subject, I didn't care. If You're interested,
I can look if I can find it again, adapt it to the actual code
and we can work together to get it running. <br>
<br>
Cheers,<br>
Thomas <br>
<blockquote
cite="mid:BLU157-W591A11972526A35B8A0C0EC46A0@phx.gbl">
<div dir="ltr"><br>
Regards,<br>
William<br>
<br>
<div>> Date: Fri, 24 Feb 2012 09:33:03 +0100<br>
> From: <a moz-do-not-send="true"
class="ecxmoz-txt-link-abbreviated"
href="mailto:Thomas.Freitag@kabelmail.de">Thomas.Freitag@kabelmail.de</a><br>
> To: <a moz-do-not-send="true"
class="ecxmoz-txt-link-abbreviated"
href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
> Subject: Re: [poppler] poppler pdftops regressions<br>
> <br>
> Am 23.02.2012 23:18, schrieb Albert Astals Cid:<br>
> > El Dijous, 23 de febrer de 2012, a les
14:36:29, William Bader va escriure:<br>
> >> Hi,<br>
> > Hi<br>
> ><br>
> >> I am using a 32-bit i686 version of Fedora
14 Linux.<br>
> >> I copied poppler from git earlier today
(Feb 23, 2012), and noticed two<br>
> >> problems.<br>
> >><br>
> >> pdftops -level1 does not seem to handle
bitmaps well.<br>
> >> My test files
020_ReadMe_Ghent_Output_Patch.pdf (Ghent Output Suite<br>
> >> document), bug-poppler27482-precision.pdf
(Herbstfest bei MEIFORT ad),<br>
> >> elp-B83378-gray.pdf, and testimagemask.pdf
(real estate ad with photos of<br>
> >> six agents at the bottom) showed like
checkerboards. The size is what I<br>
> >> expect, and they don't get errors. I
suspect that the problem is a change<br>
> >> in the image code in the pdftops prolog.<br>
> >><br>
> >> pdftops -binary no longer has much effect.<br>
> >> It is present PSOutput.cc in the recent
tarball release of 0.18.4, but about<br>
> >> half of the code is missing in the git
version. Was that intentional, or<br>
> >> did a patch get applied to a branch that
was not later merged?<br>
> > The patch was merged correctly but Thomas
smashed your changes when merging<br>
> > xpdf303 changes and we did not realize<br>
> Sorry if I missed something. I'll have a look at it
at the weekend, I'm <br>
> anyway working on a patch for CJK fonts in
PSOutput. Are the "old" <br>
> patches from William available? It's probably
easier to look into the <br>
> patches and see what is missing now (of course
together with comparing <br>
> code between tarball and git). Also it would be
nice to have <br>
> elp-B83378-gray.pdf and testimagemask.pdf for
testing, the other I have.<br>
> Didn't think that still someone use level1 option
:-) Aren't that <br>
> printers been already in a museum?<br>
> <br>
> Thomas<br>
> ><br>
> >> Should I open bug reports for each of
these issues?<br>
> > Please, and if you can give patches to fix
them even better :-)<br>
> ><br>
> > Albert<br>
> ><br>
> >> William<br>
> >
_______________________________________________<br>
> > poppler mailing list<br>
> > <a moz-do-not-send="true"
class="ecxmoz-txt-link-abbreviated"
href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
> > <a moz-do-not-send="true"
class="ecxmoz-txt-link-freetext"
href="http://lists.freedesktop.org/mailman/listinfo/poppler"
target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
> ><br>
> > .<br>
> ><br>
> <br>
> <br>
> _______________________________________________<br>
> poppler mailing list<br>
> <a moz-do-not-send="true"
class="ecxmoz-txt-link-abbreviated"
href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
> <a moz-do-not-send="true"
class="ecxmoz-txt-link-freetext"
href="http://lists.freedesktop.org/mailman/listinfo/poppler"
target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
</div>
</div>
<br>
<fieldset class="ecxmimeAttachmentHeader"></fieldset>
<br>
<pre>_______________________________________________
poppler mailing list
<a moz-do-not-send="true" class="ecxmoz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a moz-do-not-send="true" class="ecxmoz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a>
</pre>
</blockquote>
<br>
<br>
_______________________________________________
poppler mailing list
<a class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/poppler">http://lists.freedesktop.org/mailman/listinfo/poppler</a></div>
</div>
</blockquote>
<br>
</body>
</html>