J
J
jimpanzer2013-11-18 17:38:01
Programming
jimpanzer, 2013-11-18 17:38:01

Which library to choose for working with pdf inside your application on windows rt?

Prompt the library for working with pdf inside your application on windows rt.

It is desirable to have:
-Creation / display
-Normal reaction to gestures
-No problems with OOM
-Fast rendering at zoom

The price is not important, the main quality, but if there are free options - it will be super.
License - for commercial use.

PS: I know about SDK in 8.1. Not suitable due to target devices.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HomoLuden, 2013-11-21
@HomoLuden

I don't know a ready-made solution for RT, but I converted a FlowDocument to PDF using PDFSharp.Xps.
PDFSharp.Xps itself doesn't seem to contain GDI dependencies. PDFSharp-WPF may also have been cleaned up. Or you can try to clean PDFSharp from unnecessary methods with GDI dependency.
The latter, of course, will be difficult.
PDFSharp.Xps itself simply outputs PDF markup to a text Stream. He does not need GDI, tk. coordinates for primitives are already obtained when saving in XPS.
PS: I found another link in the next thread

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question