Busqueda sobre Linux y software libre

Noticias sobre linux y software libre - Google 

Editor PDF para Linux

Pregunta

Existe un software que me permita subrayar y corregir, documentos pdf, mas o menos como lo hace acrobat reader y foxireader en win, ..... y normalmente  kpdf, pero este no me permite realizar estas operaciones.

Respuesta

yo estoy utilizando pdfedit [] una síntesis del programa...Free editor for manipulating PDF documents. GUI version + commandline interface.Scripting is used to a great extent in editor and almost anything canbe scripted, it is possible to create own scripts or plugins.Target platform are operating systems of Unix type (Linux, BSD, ...),we are using C++, XPDF, QT3 and QSA.Note: QT3.x is required, editor can't be compiled with QT4.x. In mostdistributions both qt3 and qt4 can be installed at once.Editor is released under terms of GNU GPL...Si utilizas slackware 11.0 el enlace del paquete:

http://adf.ly/1eCUKL

Si utilizas otra distro:

http://adf.ly/1eCULI

Otra respuesta

Hace tiempo había enviado un articulo a LinuxParaTodos.net sobre
convertir un archivo PDF en JPG. Hoy tuve que realizar una tarea
similar.

Para convertir un PDF multipágina a varios archivos en formato JPEG de
una forma limpia y simple podemos utilizar el programa 'convert' parte
de ImageMagick, junto con el parámetro '-density' a 100dpi para tener
una mejor resolución.

$ convert -density 100 docu.pdf pag.jpg
$ ls
docu.pdf pag-0.jpg pag-1.jpg pag-2.jpg pag-3.jpg pag-4.jpg

Si deseas ver algunos detalles interesantes sobre la conversión utiliza
el parámetro -verbose.

$ convert -verbose -density 100 docu.pdf pag.jpg

ImageMagick es una poderosa herramienta para cambiar imagenes a una gran
variedad de formatos y aplicar varios efectos.

Enlaces:

Pdf2jpg


http://adf.ly/1eCUN6

Usando ghostscript para imprimir archivos pdf

http://adf.ly/1eCUPE

Ads by CJ - Linux Foundation

Share This