0
votes
How do I display a large pdf in a c# application?
Three suggestions.
the first would be to break it and load a page at a time like some online books do. This is a bit annoying but would save you the loading time. I think ItextSharp has so …
0
votes
Firefox Links to local or network pages do not work
shouldn't you really store the pages in your application directory and reference them this way. http://SITENAME/Server/scanner/XYZ.pd …
