0
Doc theDoc = new Doc();
theDoc.FontSize = 96;
theDoc.AddText("Hello World");
theDoc.Save(Server.MapPath("simple.pdf"));
theDoc.Clear();
據我所知,這創建了PDF並將其保存。當我點擊我爲此創建的鏈接時,我希望PDF只是在PDF查看器中彈出,而不是在我保存後不必去實際位置看看它的樣子。我如何打開它?ABCPdf - 打開PDF文件