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. ASP.NET
  4. How to create Pdf in windows application?

How to create Pdf in windows application?

Scheduled Pinned Locked Moved ASP.NET
comhelptutorialquestion
5 Posts 3 Posters 0 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.
  • P Offline
    P Offline
    Piyush Vardhan Singh
    wrote on last edited by
    #1

    How to create Pdf in windows application? Please Help me thanku

    Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

    P 1 Reply Last reply
    0
    • P Piyush Vardhan Singh

      How to create Pdf in windows application? Please Help me thanku

      Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #2

      The best advice I can give you is to post in the right forum. This forum is for ASP.NET questions.

      Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

      P 1 Reply Last reply
      0
      • P pmarfleet

        The best advice I can give you is to post in the right forum. This forum is for ASP.NET questions.

        Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

        P Offline
        P Offline
        Piyush Vardhan Singh
        wrote on last edited by
        #3

        NO BOdy in that forum so i post Here My Dear...........

        Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

        M P 2 Replies Last reply
        0
        • P Piyush Vardhan Singh

          NO BOdy in that forum so i post Here My Dear...........

          Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

          M Offline
          M Offline
          Martin Jose
          wrote on last edited by
          #4

          May be this is the correct forum[^]

          1 Reply Last reply
          0
          • P Piyush Vardhan Singh

            NO BOdy in that forum so i post Here My Dear...........

            Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

            P Offline
            P Offline
            Piyush Vardhan Singh
            wrote on last edited by
            #5

            Answer::rose: Dim Filename As String = Application.StartupPath + "\Export.pdf" Dim _SaveFileDialog As New SaveFileDialog _SaveFileDialog.Filter = "Apache Files (.pdf)|.pdf" 'sss.Filter = "HTML Files (.htm)|.htm|" + _ ' "Active Server Pages (.asp)|.asp|" + _ ' "Apache Files (.pdf)|.pdf|" + _ ' "Perl Script (.pl)|.pl|" + _ ' "All Files|" _SaveFileDialog.ShowDialog() Filename = _SaveFileDialog.FileName If Windows.Forms.DialogResult.Yes Then Dim myDoc As New Document() PdfWriter.GetInstance(myDoc, New FileStream(Filename, FileMode.Create)) myDoc.Open() myDoc.Add(New Paragraph(" ")) myDoc.Add(New Paragraph("User Responses are as Follows:")) myDoc.Close() End If

            Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.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