PDF import: Difference between revisions

From WickyWiki
m 3 revisions
 
mNo edit summary
Line 23: Line 23:
</syntaxhighlight>
</syntaxhighlight>


Note: AbiWord and Kword also have functionality to import PDF but poorly
Note: AbiWord, Kword and Gimp also have functionality to import PDF but poorly
 
Also See:
* [https://sourceforge.net/projects/pdfshuffler/ PDF-Shuffler]

Revision as of 19:54, 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, Kword and Gimp also have functionality to import PDF but poorly

Also See: