You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
Hi,
Trying to do a simple export but text and svg don't show up when exporting with your library while styles obviously kick in. Same html file exported with wkhtmltopdf tools shows styles and text (no svg though). Is there a setting that can make text show up.
The results:
with pechkin
with wkhtmltopdf
Here is my code:
var oc = new ObjectConfig();
oc.SetPrintBackground(true) //we need this for sure
.SetAllowLocalContent(false)
.SetScreenMediaType(true); //we need this for sure
Hi,
Trying to do a simple export but text and svg don't show up when exporting with your library while styles obviously kick in. Same html file exported with wkhtmltopdf tools shows styles and text (no svg though). Is there a setting that can make text show up.
The results:
with pechkin
with wkhtmltopdf
Here is my code:
var oc = new ObjectConfig();
oc.SetPrintBackground(true) //we need this for sure
.SetAllowLocalContent(false)
.SetScreenMediaType(true); //we need this for sure
byte[] pdfBuf = new SimplePechkin(new GlobalConfig().SetMargins(10, 10, 10, 10) .SetPaperSize(PaperKind.A4).SetOutputFile("c:\Users\i.pashov\Desktop\exportedWithPechkin.pdf")).Convert(oc, line);
The text was updated successfully, but these errors were encountered: