<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Feature request: allow pdftocairo to embed fonts when performing PDF to PS conversion"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103944">bug 103944</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>NEEDINFO
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Feature request: allow pdftocairo to embed fonts when performing PDF to PS conversion"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103944#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Feature request: allow pdftocairo to embed fonts when performing PDF to PS conversion"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103944">bug 103944</a>
from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
<pre>I'm not sure what problem you are seeing. Cairo always embeds fonts in PDF and
PS output. You should be able to see the embedded fonts with
grep ^%%BeginResource <ps-file>
The only way you would not get every font embedded is if the text has been
replaced with a fallbacl image. You can check for fallback images with:
grep '^% Fallback Image' <ps-file></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>