EOF character for a PDF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • napstar
    New Member
    • Nov 2006
    • 55

    EOF character for a PDF

    What is the EOF character for a PDF?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    this is in no way .NET related. Nor does it really belong in this community of questions. This question would require consulting the PDF implementation specs.
    I will move this to software developement.
    MODERATOR

    Comment

    • AmberJain
      Recognized Expert Contributor
      • Jan 2008
      • 922

      #3
      I just googled and found out following:

      Originally posted by Adobe PDF 101: Quick overview of PDF file format
      The general structure of a PDF file is composed
      of the following code components: header, body,
      cross-reference (xref) table, and trailer......

      The header contains just one line that identifies
      the version of PDF.

      The trailer contains pointers to the xref table and
      to key objects contained in the trailer dictionary.
      It ends with %%EOF to identify end of file.
      The quote is taken from following link----->
      LINK

      Check out link above for more details about PDF file format.

      HOPE THIS HELPS........

      Comment

      • napstar
        New Member
        • Nov 2006
        • 55

        #4
        Thanks it did.I was able to solve the problem.


        Originally posted by ambrnewlearner
        I just googled and found out following:



        The quote is taken from following link----->
        LINK

        Check out link above for more details about PDF file format.

        HOPE THIS HELPS........

        Comment

        • AmberJain
          Recognized Expert Contributor
          • Jan 2008
          • 922

          #5
          Originally posted by napstar
          Thanks it did.I was able to solve the problem.
          I'm glad that it helped.........

          Comment

          Working...