Create PrintDocument from .xps file in c# winforms -


on this thread tried figure out how image created pdf file, fill blanks , print out. managed print usable blurred image of pdf. trying improve print quality, searched alternate ways edit , print pdf. thought may convert pdf xps , convert xps printdocument object. converting pdf xps easy, found nothing converting xps printdocument. if convert draw on it. there way conversion? sample code?

i've worked pdf-component http://www.dynamicpdf.com/ useful, not free. have pdf-merger component allows import pdf , draw new things (text labels, images etc) on top of it. maybe text objects , positions useful there? sorry can't tell more xpss though..


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -