Results 1 to 6 of 6

Thread: Creating a multipage PDF from scanned document

  1. #1
    Join Date
    Mar 2006
    Location
    Nova Scotia, Canada
    Beans
    394
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Creating a multipage PDF from scanned document

    I'm using Xsane to scan some documents to store digitally & I scan them in as PDFs. However, each page is stored as a separate PDF document; how can I combine several scanned pages to become one multi-page PDF? In the end, I would like to open one document & scroll through the PDF pages with all related pages in one PDF document rather than open separate PDF's for each page.
    Hopefully I've explained that clearly enough. Sounds like it should be simple enough.
    Thanks.

  2. #2
    Join Date
    Feb 2006
    Location
    North Country Michigan
    Beans
    239

    Re: Creating a multipage PDF from scanned document

    Just did that. Select Multipage, then PDF for file type. It looks as if each PDF is an individual page but if you open the file it will read as a multi-page document.

  3. #3
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Creating a multipage PDF from scanned document

    Install the pdftk package. Then to join input1.pdf and input2.pdf into output.pdf, in a terminal run:
    Code:
    pdftk input1.pdf input2.pdf cat output output.pdf

  4. #4
    Join Date
    Mar 2006
    Location
    Nova Scotia, Canada
    Beans
    394
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Creating a multipage PDF from scanned document

    Well see, I was right--it was easy! Though I feel like an eejit for not seeing that.
    Thanks

  5. #5
    Join Date
    Mar 2006
    Location
    Nova Scotia, Canada
    Beans
    394
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Creating a multipage PDF from scanned document

    Quote Originally Posted by flyingsolo View Post
    Well see, I was right--it was easy! Though I feel like an eejit for not seeing that.
    Thanks
    So, maybe not so easy...I tried the 'multipage' xsane option and chose multipage document format as 'PDF' & it created a multipageproject file with 3 images of the 3 sheets I scanned but when I open one of the images, there is a blank file. Also, the 3 images are .pnm files, not .pdf. Am I missing something else simple?
    Thanks again.

  6. #6
    Join Date
    Jul 2008
    Location
    $HOME
    Beans
    1,030
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Creating a multipage PDF from scanned document

    Quote Originally Posted by flyingsolo View Post
    So, maybe not so easy...I tried the 'multipage' xsane option and chose multipage document format as 'PDF' & it created a multipageproject file with 3 images of the 3 sheets I scanned but when I open one of the images, there is a blank file. Also, the 3 images are .pnm files, not .pdf. Am I missing something else simple?
    Thanks again.
    I've found that if you set the project directory as ~/mystuff/mybooklet, then PNMs will be dumped into that directory, but the PDF will be in ~/mystuff.
    If people were nicer, I'd answer more queries here!

Tags for this Thread

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
  •