标签: c#-4.0 pdf windows-phone-8 pdf-generation
我正在研究WP8模拟器
var resource = App.GetResourceStream(new Uri("testPath1.pdf", UriKind.Relative));
当我想读取pdf文件返回null值我得到流 但我用于图像和txt返回流
var resource = App.GetResourceStream(new Uri("ApplicationIcon.png", UriKind.Relative));
这条线正在运作