Manipulando uma imagem pdf

2

Existe uma ferramenta prática para modificar (com borracha e caneta) um arquivo pdf cujo conteúdo é um documento digitalizado ou uma foto tirada por uma câmera digital? Se sim, qual é o melhor?

    
por sawa 02.07.2012 / 12:20

3 respostas

3

Inkscape tem algum suporte a pdf. O Gimp também tem algum apoio.

    
por 02.07.2012 / 12:43
2

pdfimages é um programa para extrair imagens:

NAME
       pdfimages - Portable Document Format (PDF) image extractor (version 3.00)

SYNOPSIS
       pdfimages [options] PDF-file image-root

DESCRIPTION
       Pdfimages saves images from a Portable Document Format (PDF) file as Portable Pixmap (PPM), Portable Bitmap (PBM), or JPEG files.

       Pdfimages reads the PDF file PDF-file, scans one or more pages, and writes one PPM, PBM, or JPEG file for each image, image-root-
       nnn.xxx, where nnn is the image number and xxx is the image type (.ppm, .pbm, .jpg).


pdfimages --help
pdfimages version 0.12.4
Copyright 2005-2009 The Poppler Developers - http://poppler.freedesktop.org
Copyright 1996-2004 Glyph & Cog, LLC
Usage: pdfimages [options] <PDF-file> <image-root>
  -f <int>       : first page to convert
  -l <int>       : last page to convert
  -j             : write JPEG images as JPEG files
  -opw <string>  : owner password (for encrypted files)
  -upw <string>  : user password (for encrypted files)
  -q             : don't print any messages or errors
  -v             : print copyright and version info
  -h             : print usage information
  -help          : print usage information
  --help         : print usage information
  -?             : print usage information

pdftoppm é outro:

NAME
       pdftoppm - Portable Document Format (PDF) to Portable Pixmap (PPM) converter (version 3.00)

SYNOPSIS
       pdftoppm [options] PDF-file PPM-root

DESCRIPTION
       Pdftoppm  converts  Portable  Document  Format  (PDF) files to color image files in Portable Pixmap (PPM) format, grayscale image
       files in Portable Graymap (PGM) format, or monochrome image files in Portable Bitmap (PBM) format.

       Pdftoppm reads the PDF file, PDF-file, and writes one PPM file for each page, PPM-root-nnnnnn.ppm, where nnnnnn is the page  num‐
       ber.

Como já mencionado, você pode tentar abrir um PDF com seu software de manipulação gráfica.

Como última alternativa, você pode exibir seu PDF, fazer uma captura de tela e trabalhar nisso.

    
por 02.07.2012 / 13:10
1

Para modificar um arquivo pdf cujo conteúdo é um documento digitalizado, você pode instalar o Xournal em seu sistema.

Se você possui um sistema baseado em Debian ou Ubuntu, abra o terminal e digite este comandoL sudo apt-get install xournal , ou então instale-o através de seu gerenciador de pacotes sinápticos. Para o Fedora, use sudo yum install xournal .

    
por 02.07.2012 / 14:15

Tags