PDF import: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
</syntaxhighlight>
</syntaxhighlight>


Note: AbiWord, Kword and Gimp also have functionality to import PDF but poorly
Note:
* AbiWord and Kword also have functionality to import PDF but poorly
* The Gimp can import PDF as images


See also:
See also:
* [https://sourceforge.net/projects/pdfshuffler/ PDF-Shuffler]
* [https://sourceforge.net/projects/pdfshuffler/ PDF-Shuffler - allows you to move and remove PDF pages]

Latest revision as of 19:56, 8 August 2017

OpenOffice extension, didnt work:

sudo apt-get install openoffice.org-pdfimport

Download oracle-pdfimport.oxt, didnt work:

Install with:

sudo /usr/lib/openoffice/program/unopkg add oracle-pdfimport.oxt

Convert pdf to html with poppler utils

sudo aptitude install poppler-utils
pdftohtml -enc Latin1 "Vinge, Vernor - A Deepness in the Sky.pdf"

Note:

  • AbiWord and Kword also have functionality to import PDF but poorly
  • The Gimp can import PDF as images

See also: