Name of file should change in datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • praveenkhade
    New Member
    • Aug 2007
    • 21

    Name of file should change in datagrid

    i have a grid in which values are coming. but this grid displays name of the book in which pfd files are there. namig of the file is not good so i want to change the name of each pdfs.there r 1000's of pdfs,

    i am using asp.net,C# ssql server 2005. i copied all the pdfs in a folder then from database m calling the url of the book , then it displays all pdf files,

    i want to know is there any way to change the name of pdfs automatically. such dat it should check the content and display name

    Example: xh011.pdf --------------- original name
    circute schematics ----------------name in the index .

    plz think about it m in need of this solution , i have about 12000 pdfs , so m thinking wat to do???
    Last edited by praveenkhade; Mar 26 '08, 11:40 AM. Reason: change of Title
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by praveenkhade
    i have a grid in which values are coming. but this grid displays name of the book in which pfd files are there. namig of the file is not good so i want to change the name of each pdfs.there r 1000's of pdfs,

    i am using asp.net,C# ssql server 2005. i copied all the pdfs in a folder then from database m calling the url of the book , then it displays all pdf files,

    i want to know is there any way to change the name of pdfs automatically. such dat it should check the content and display name

    Example: xh011.pdf --------------- original name
    circute schematics ----------------name in the index .

    plz think about it m in need of this solution , i have about 12000 pdfs , so m thinking wat to do???
    Sounds like what you want is metadata for your files. Obviously this will be easier if it already exists:
    Programming C#: Attributes and Reflection. HTH.

    Comment

    • praveenkhade
      New Member
      • Aug 2007
      • 21

      #3
      Originally posted by kenobewan
      Sounds like what you want is metadata for your files. Obviously this will be easier if it already exists:
      Programming C#: Attributes and Reflection. HTH.

      No matadata the name of the pdf should change automatically according to the heading inside that pdf.

      Comment

      Working...