Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: How to convert djvu to pdf

  1. #1
    Join Date
    Jul 2009
    Location
    Kolkata, India
    Beans
    189
    Distro
    Ubuntu 18.04 Bionic Beaver

    How to convert djvu to pdf

    Step - 1 : Goto Synaptic Package Manager (System - Administration - Synaptic Package Manager)


    Step - 2 : Install

    1. djvulibre-bin
    2. libdjvulibre21
    3. okular-extra-backends
    4. evince
    5. libevdocument1
    6. libevview1



    Step - 3 : Goto terminal and write


    sudo apt-get install libtiff-tools


    Step - 4 : Goto the directory where the djvu file is present. Click the right mouse button. Goto “Open In Terminal” option. Click on it. A terminal will open.


    Step - 5 : In that terminal write


    ddjvu -format=tiff file_name.djvu file_name.tiff


    tiff2pdf -j -o file_name.pdf file_name.tiff





    The djvu to pdf conversion is done.



    N.B. file_name means name of your djvu file.

  2. #2
    Join Date
    Jul 2009
    Location
    Kolkata, India
    Beans
    189
    Distro
    Ubuntu 18.04 Bionic Beaver

    djvu 2 pdf????

    Correction :

    djvu2pdf???? see how to convert djvu to pdf
    Last edited by Tapas Bose, India; August 6th, 2009 at 04:45 AM.

  3. #3

    Re: How to convert djvu to pdf

    merged threads.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  4. #4
    Join Date
    Oct 2009
    Beans
    41
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to convert djvu to pdf

    I tried this, and I got the message:

    Code:
    Aborted (core dumped)
    Using verbose mode, it seems it gives this error in the middle of the document... So the .tif file is incomplete.

  5. #5
    Join Date
    Jun 2008
    Location
    NORTH YORKSHIRE U.K.
    Beans
    205
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: How to convert djvu to pdf

    Quote Originally Posted by Geraba View Post
    I tried this, and I got the message:

    Code:
    Aborted (core dumped)
    Using verbose mode, it seems it gives this error in the middle of the document... So the .tif file is incomplete.

    Admittedly I have never used Djvu but would it not be possible to simply open the djvu file with djvu viewer and then print to a pdf printer (ie cups-pdf).

  6. #6
    Join Date
    Oct 2009
    Beans
    41
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to convert djvu to pdf

    It seems it worked... Thanks!

    But is there a way to convert using the command line only?

  7. #7
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: How to convert djvu to pdf

    why can't you just cntrl+p, print to file, and have that file be pdf?
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  8. #8
    Join Date
    Feb 2010
    Beans
    11

    Re: How to convert djvu to pdf

    Here how I did.
    1) open file.djvu with evince
    2) use ctrl+p to go in the print option and choose "print to file". This convert your file in .ps
    3) open okular and use "import to pdf" in the file menu to import your .ps file.
    4) use "save as" to save your document in pdf

    Genitruc

  9. #9
    Join Date
    Mar 2010
    Beans
    3

    Lightbulb Re: How to convert djvu to pdf

    What about simply using DJView and export as PDF?

    Step - 1 : Goto Synaptic Package Manager (System - Administration - Synaptic Package Manager)
    Step - 2 : Install DJview4
    Step - 3 : Run DJview (Applications - Graphics - DJView4)
    Step - 4 : Open your .djvu document
    Step - 5 : Menu - Export As: PDF

    Done! A simpler method I cannot think of Good luck!

  10. #10
    Join Date
    Apr 2010
    Beans
    6

    Re: How to convert djvu to pdf

    Quote Originally Posted by cor3huis View Post
    What about simply using DJView and export as PDF?

    Step - 1 : Goto Synaptic Package Manager (System - Administration - Synaptic Package Manager)
    Step - 2 : Install DJview4
    Step - 3 : Run DJview (Applications - Graphics - DJView4)
    Step - 4 : Open your .djvu document
    Step - 5 : Menu - Export As: PDF

    Done! A simpler method I cannot think of Good luck!
    Nice! It worked swiftly and smoothly! Thank you!

Page 1 of 4 123 ... 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
  •