c# - How to write text then convert it in vectoriel with iTextSharp? -
i have code ;
columntext.showtextaligned(canvas, element.align_center, foo, 150, 495, 0);
every thing ok.
but printer want words in vectoriel format how can do?
if understand correctly, printing company wants "text converted outlines", right? printing companies prefer there's no worry getting wrong fonts in place , bypass font licenses. unfortunately don't believe itextsharp supports this. think you're option run pdf through adobe illustrator or possibly adobe acrobat.
Comments
Post a Comment