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. The Lounge
  3. Editing PDF files

Editing PDF files

Scheduled Pinned Locked Moved The Lounge
comquestion
11 Posts 5 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Is there any tool, in which I can open a PDF file and edit it like any other editor? Acrobat allows me to insert, delete pages, but not modify content in a page. :confused: My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

    M J C A 4 Replies Last reply
    0
    • L Lost User

      Is there any tool, in which I can open a PDF file and edit it like any other editor? Acrobat allows me to insert, delete pages, but not modify content in a page. :confused: My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

      M Offline
      M Offline
      Member 96
      wrote on last edited by
      #2

      http://www.adobe.com/products/acrobat/main.html[^]

      1 Reply Last reply
      0
      • L Lost User

        Is there any tool, in which I can open a PDF file and edit it like any other editor? Acrobat allows me to insert, delete pages, but not modify content in a page. :confused: My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

        J Offline
        J Offline
        Jorgen Sigvardsson
        wrote on last edited by
        #3

        What do you want to edit exactly? Editing a PDF is, if I understand it correctly, tricky business. The information in the PDF is not formatted like a structured document. It's basically just a bunch of boxes with position, size and other attributes. Perhaps it's possible to edit the text within text blocks, but I'm not so sure. -- Uh huh. Yeah.

        L 1 Reply Last reply
        0
        • J Jorgen Sigvardsson

          What do you want to edit exactly? Editing a PDF is, if I understand it correctly, tricky business. The information in the PDF is not formatted like a structured document. It's basically just a bunch of boxes with position, size and other attributes. Perhaps it's possible to edit the text within text blocks, but I'm not so sure. -- Uh huh. Yeah.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I tried my best. There is no way to go and type in text or modify existing text. I cut and pasted it in Word, and lost most formatting. My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

          J L 2 Replies Last reply
          0
          • L Lost User

            I tried my best. There is no way to go and type in text or modify existing text. I cut and pasted it in Word, and lost most formatting. My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

            J Offline
            J Offline
            Jorgen Sigvardsson
            wrote on last edited by
            #5

            I assume you don't have the sources for the PDF around? It's probably easier and faster to acquite the sources than to modify the contents of a PDF :) -- Uh huh. Yeah.

            L 1 Reply Last reply
            0
            • L Lost User

              I tried my best. There is no way to go and type in text or modify existing text. I cut and pasted it in Word, and lost most formatting. My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              You can make minor edits with Acrobat if the document security settings allow for it. Use the TouchUp Text Tool. I'm using Acrobat 4.0 - the tool shows up on the left toolbar at the bottom (a capital T). You can select text and make changes to it with that. Use the Tools->TouchUp menu to change text attributes (fonts size etc.). Drew.

              1 Reply Last reply
              0
              • L Lost User

                Is there any tool, in which I can open a PDF file and edit it like any other editor? Acrobat allows me to insert, delete pages, but not modify content in a page. :confused: My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #7

                You need to buy a tool to edit a PDF, that's why the free product is called 'reader'. Most PDF's are compressed, but if yours is not, you can easily find and change text fields, so long as you don't change their length. PDF is a pretty decent standard and well documented, that's why there are so many free tools to allow programatic creation of PDF's. Christian NO MATTER HOW MUCH BIG IS THE WORD SIZE ,THE DATA MUCT BE TRANSPORTED INTO THE CPU. - Vinod Sharma

                L 1 Reply Last reply
                0
                • C Christian Graus

                  You need to buy a tool to edit a PDF, that's why the free product is called 'reader'. Most PDF's are compressed, but if yours is not, you can easily find and change text fields, so long as you don't change their length. PDF is a pretty decent standard and well documented, that's why there are so many free tools to allow programatic creation of PDF's. Christian NO MATTER HOW MUCH BIG IS THE WORD SIZE ,THE DATA MUCT BE TRANSPORTED INTO THE CPU. - Vinod Sharma

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  Christian Graus wrote: You need to buy a tool to edit a PDF, that's why the free product is called 'reader'. Christian, Thomas said he had Acrobat (not reader) as he can add, insert and delete pages. But that he couldn't edit text inplace that already existed in the document. Michael Martin Australia mjm68@tpg.com.au "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002

                  1 Reply Last reply
                  0
                  • J Jorgen Sigvardsson

                    I assume you don't have the sources for the PDF around? It's probably easier and faster to acquite the sources than to modify the contents of a PDF :) -- Uh huh. Yeah.

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    I have the doc only as PDF. Anyway, I copied the text into Word, reformatted everything, and then used WinPDF to create the PDF again. Do you know anything about how Adobe intended these to get created/modified? Is it like you use a wordprocessor that stores it in another format and finally convert the document to PDF? My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

                    J 1 Reply Last reply
                    0
                    • L Lost User

                      I have the doc only as PDF. Anyway, I copied the text into Word, reformatted everything, and then used WinPDF to create the PDF again. Do you know anything about how Adobe intended these to get created/modified? Is it like you use a wordprocessor that stores it in another format and finally convert the document to PDF? My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

                      J Offline
                      J Offline
                      Jorgen Sigvardsson
                      wrote on last edited by
                      #10

                      Thomas George wrote: Do you know anything about how Adobe intended these to get created/modified? Is it like you use a wordprocessor that stores it in another format and finally convert the document to PDF? Basically yes. It's a continuation of Postscript which is a format designed for printing. PDF just added some more extensions such as interactivity, digital signatures and compression. It's basically just a mechanism for presenting information, not to store it it some structured manner like Word et al. If you look at PDF codes and compare it to postscript, you'll see a striking similarity. :) -- It's not unusual to be picked up by a klingon woman It's not unusual to have fun with a klingon When I see you kicking me around It's not unusual to see me cry, I wanna die

                      1 Reply Last reply
                      0
                      • L Lost User

                        Is there any tool, in which I can open a PDF file and edit it like any other editor? Acrobat allows me to insert, delete pages, but not modify content in a page. :confused: My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers

                        A Offline
                        A Offline
                        Atul Dharne
                        wrote on last edited by
                        #11

                        A really cool tool is Enfocus's PitStop Professional which lets you do single as well as global text / font / graphic changes in your PDF... Atul aabbbbbbbaaaabbbbbaabababaaaa

                        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