Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XPS Document, Forms Overlay
Message
From
19/04/2009 17:01:27
 
 
To
16/04/2009 14:16:00
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01395167
Message ID:
01395512
Views:
44
>I'll probably have to go to the MSDN forums with this question, but I thought I'd give it a shot here.
>
>I have some goverment forms that I need to fill out frequently, they are large and complex and are changed once or twice a year. I have my own versions of them and edit them with each change, but it would be much simpler to just overlay the forms fill in over the form which I can make into an xps document.
>
>Anyone seen anything on what would give me the best steps to use to accomplish this?
>
>(I already have some familiarity with XPS documents and have been producing FixedDocument reports in xps. I also have been able to open an xps document and get at the various parts, it's writing it back out that looks to be the tough part.)

I got it, pretty easy once you know which route to take. Extract the page from the original xps document using XamlReader and a ParserContext, add your overlay. Add the extracted page to a new XPS document and write it out.

This is sweet <g>
Previous
Reply
Map
View

Click here to load this message in the networking platform