SharePoint - Open Document Library PDF in New Window

后端 未结 2 1475
滥情空心
滥情空心 2021-01-14 23:22

I want PDF files in MOSS 2007 Publishing site document libraries to open in a new window. Is it possible to achieve this by creating a custom HttpHandler? I don\'t want to m

2条回答
  •  花落未央
    2021-01-14 23:56

    I have never tried a HttpHandler for that purpose, but it seems plausible.

    If your document library only contains PDFs you can do some nifty things with the Data Form web part where you can show the PDF on the same page (using IFrames) as they click through items in the library.

提交回复
热议问题