Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. SharePoint
  4. Retriving a pdf document from a Document Library

Retriving a pdf document from a Document Library

Scheduled Pinned Locked Moved SharePoint
csharphelptutorial
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    D4u
    wrote on last edited by
    #1

    How to retrieve a pdf document from a Share Point document library. I am using c# Class Library project. Please help.

    R 1 Reply Last reply
    0
    • D D4u

      How to retrieve a pdf document from a Share Point document library. I am using c# Class Library project. Please help.

      R Offline
      R Offline
      Riwut Libinuko
      wrote on last edited by
      #2

      Are you going to retrieve a file (pdf) from document library? SPList list = SPContext.Current.Web.Lists["DOCUMENTLIBRARY"]; // Sample get item id no. 1 SPListItem listItem = list.GetItemByID(1); SPFile itemFile = listItem.File; The last statement will give you the file.

      Riwut Libinuko Microsoft MVP | SharePoint Server | Singapore b: http://blog.libinuko.com c: http://ideasfreestsadm.codeplex.com

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups