Forum How do I...?

SVG for print (Output low quality)

denzel2364
Hi,

I am trying to use an SVG logo to generate a 300DPI PDF but the output is pixelated.

{
"document_type": "pdf",
"name": "demo_generated14",
"document_url": "[FILTERED]",
"prince_options": {
"css_dpi": "300",
"profile": "PDF/X-4"
}
}
PDF: https://bit.ly/2qJ0q24

Has anyone been able to do this and then print?
mikeday
Does the SVG contain filters? If so it will be rasterised, and you may need to set the raster-dpi higher.