When opening a PDF, created from an SVG using Prince, in Adobe Illustrator CS5 I get the message:
"The font Arial,Bold is missing."
Does Prince create its own font called "Arial,Bold" and embeds it in the PDF?
Just viewing the PDF is no problem since the font is embedded, but my customer also sometimes need to edit the PDF before sending it to the plotter.
The problem can be recreated using this SVG:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100mm" height="50mm" version="1.1" viewBox="-10 -10 90 40" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<rect width="38" height="12.5" rx="1" ry="1" stroke="#BBBBBB" stroke-width="0.5" fill="#00A94F"/>
<g transform="translate(7, 7.9)" ><text style=" font-family: Arial; font-size: 5px; fill: #FFFFFF; font-weight: bold;">Some text</text></g>
</svg>
I created the SVG using the command line below:
"C:\Program Files (x86)\Prince\engine\bin\prince.exe" "C:\Test\ArialBoldExample.svg" -o "C:\Test\ArialBoldExample.pdf" --page-size="100mm 50mm" --page-margin=0
"The font Arial,Bold is missing."
Does Prince create its own font called "Arial,Bold" and embeds it in the PDF?
Just viewing the PDF is no problem since the font is embedded, but my customer also sometimes need to edit the PDF before sending it to the plotter.
The problem can be recreated using this SVG:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100mm" height="50mm" version="1.1" viewBox="-10 -10 90 40" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<rect width="38" height="12.5" rx="1" ry="1" stroke="#BBBBBB" stroke-width="0.5" fill="#00A94F"/>
<g transform="translate(7, 7.9)" ><text style=" font-family: Arial; font-size: 5px; fill: #FFFFFF; font-weight: bold;">Some text</text></g>
</svg>
I created the SVG using the command line below:
"C:\Program Files (x86)\Prince\engine\bin\prince.exe" "C:\Test\ArialBoldExample.svg" -o "C:\Test\ArialBoldExample.pdf" --page-size="100mm 50mm" --page-margin=0