Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: Compilations/How-tos (A separate edition)

  1. #11
    Join Date
    Apr 2007
    Location
    United States
    Beans
    132
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Compilations/How-tos (A separate edition)

    Install pdftk. It includes a merge tool. Here's a command on how to do it:

    pdftk issue1.pdf issue2.pdf issue3.pdf

  2. #12
    Join Date
    Apr 2006
    Location
    Glasgow, Scotland
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Compilations/How-tos (A separate edition)

    Quote Originally Posted by onlineapps View Post
    Install pdftk. It includes a merge tool. Here's a command on how to do it:
    pdftk issue1.pdf issue2.pdf issue3.pdf
    ...but can it merge specific pages from specific issues into a new PDF??
    Ronnie
    Editor, Full Circle - The FREE Independent Magazine for the Ubuntu Community
    Official Ubuntu Member | Registered Linux User # 456627 | Registered Ubuntu User # 18227

  3. #13
    Join Date
    Mar 2008
    Beans
    34

    Re: Compilations/How-tos (A separate edition)

    Pdftk is amazing. Command-line only, but very useful. And to answer your question, Ronnie, yes it can:

    First, use the 'Burst' utility to separate all the pages of the magazine into separate PDF files. (I recommend doing all of the following in a separate folder, so you don't get lost if there are many pages to sort through!)

    pdftk in.pdf burst

    Then delete the pages you don't need. Do this for each magazine containing the content you wish to merge. When that's finished, you can use the following command to merge all of the separate pages into a single PDF file. (since the command I'm using uses a wildcard, make sure that there is no other content than what you need in this folder as it will merge EVERY pdf in the folder)

    pdftk *.pdf cat output combined.pdf

    Note that the above command combines all the PDFs in that folder in alphabetical order. Be sure that your documents are named in the order you wish to merge them if you do this!

    For more info, check the man-pages!
    ASUS Eee PC 701 (4G)
    900MHz, 2GB RAM, 4GB SSD, 16GB SDHC
    Running: Ubuntu 8.04 Hardy Heron

  4. #14
    Join Date
    Apr 2007
    Location
    United States
    Beans
    132
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Compilations/How-tos (A separate edition)

    Haha... was about to say no

  5. #15
    Join Date
    Mar 2008
    Beans
    34

    Re: Compilations/How-tos (A separate edition)

    Quote Originally Posted by onlineapps View Post
    Haha... was about to say no
    lol

    Where there's a will...
    ASUS Eee PC 701 (4G)
    900MHz, 2GB RAM, 4GB SSD, 16GB SDHC
    Running: Ubuntu 8.04 Hardy Heron

  6. #16
    Join Date
    Apr 2006
    Location
    Glasgow, Scotland
    Beans
    314
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Compilations/How-tos (A separate edition)

    Quote Originally Posted by deicidist View Post
    Pdftk is amazing. Command-line only, but very useful. And to answer your question, Ronnie, yes it can
    Well, what are you waiting for, Christmas? Get to it!
    Ronnie
    Editor, Full Circle - The FREE Independent Magazine for the Ubuntu Community
    Official Ubuntu Member | Registered Linux User # 456627 | Registered Ubuntu User # 18227

  7. #17
    Join Date
    Mar 2008
    Beans
    34

    Re: Compilations/How-tos (A separate edition)

    Hahaha, don't worry! I'm already all over this one! Expect a few drafts in the next week or so!

    I should add that I'm not just looking to merge a few pages from pre-published work. I want polished, proper looking special editions. I'll start with my personal favourite (Scribus) and work from there!
    Last edited by deicidist; September 11th, 2008 at 01:07 AM. Reason: Added to message
    ASUS Eee PC 701 (4G)
    900MHz, 2GB RAM, 4GB SSD, 16GB SDHC
    Running: Ubuntu 8.04 Hardy Heron

  8. #18
    Join Date
    Mar 2008
    Beans
    34

    Re: Compilations/How-tos (A separate edition)

    So... I did a quick job of compiling the individual pages (in PDF format) and merged the entire 30-page Scribus How-To compilation into a single file.

    The result?

    I have a 161MB file called Scribus.pdf that looks great, works and has everything. The problem is, it's 161MB.

    pdftk turns each individual page into a file that is just under 6MB, when it merges them, that's all it does. I turned to the man-pages and found a compress option. I tried it, hoping for the best, and got a second 161MB file.

    Any ideas?

    (Not a big deal, I still intend to do it properly, but it'd be nice to know how to do this for later!)

    PS- If anyone wants a copy of the 161MB Scribus.pdf file, send me a message, or find me on the #fullcirclemagazine channel!
    ASUS Eee PC 701 (4G)
    900MHz, 2GB RAM, 4GB SSD, 16GB SDHC
    Running: Ubuntu 8.04 Hardy Heron

  9. #19
    Join Date
    Apr 2007
    Location
    United States
    Beans
    132
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Compilations/How-tos (A separate edition)

    Did you post on the pdftk mailing list or forms (if they have any)?

  10. #20
    Join Date
    Mar 2008
    Beans
    34

    Re: Compilations/How-tos (A separate edition)

    Not yet. I'll do that this weekend when I'm not so busy. lol
    ASUS Eee PC 701 (4G)
    900MHz, 2GB RAM, 4GB SSD, 16GB SDHC
    Running: Ubuntu 8.04 Hardy Heron

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •