Hi,
Could any one tell me how to convert multiple tiff images into a xps document, Using C# windows applications.
Thanks in advance.
3
Hi,
Could any one tell me how to convert multiple tiff images into a xps document, Using C# windows applications.
Thanks in advance.
3
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mathew DubmhillPosted Nov 27, 2013, 8:06 AM
In the past, I used commercial toolkit (leadtools) to convert multipage TIF files into other formats, and one of these formats was the XPS. I remember starting with the below help topic which contains sample code for loading and saving multipage images:
http://leadtools.com/help/leadtools/v18/dh/co/leadtools.codecs~leadtools.codecs.rastercodecs~save%28rasterimage,string,rasterimageformat,int32,int32,int32,int32,codecssavepagemode%29.html
You can contact their support team if you face problems.arron leePosted Nov 4, 2013, 2:51 AM
Best regards,
Arron