In our application, we are reading an XPS file using the System.IO.Packaging.Package class. When we read from a stream of a PackagePart, we can see from the Task Manager that the application's memory consumption rises. However, when the reading is done, the memory consumption doesn't fall back to what it was before reading from the strea...
I have a report defined in a FlowDocument. In that report I have some sections that I want to print in landscape mode.
In order to do that I have written a dirty DocumentPaginator hack that creates a landscape oriented FlowDocument for sections marked as landscape.
public override DocumentPage GetPage(int pageNumber)
{
// ...
hi,
whether it is possible to convert xps document to PDF using iTextSharp library.
regards,
Dhyanesh babu
...
Which one is the best third party libary to convert XPS to PDF and XPS to DOC.
...
This only happens on windows XP and works fine on Windows 7.
In our application we display many different file types. One them is xps. If iFrame window is big enough it displays fine but I make it smaller than I get the followin error:
Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 10/13...