Creare PDF da piu' jpg.

Installazione, configurazione e utilizzo di applicativi multimediali, masterizzazione, acquisizione e codec audio/video, streaming e altro.
Scrivi risposta
Freegiox
Prode Principiante
Messaggi: 6
Iscrizione: domenica 1 maggio 2011, 23:50

Creare PDF da piu' jpg.

Messaggio da Freegiox »

Ciao a tutti,

Sono un appassionato di informatica e web, ma solo da poco sono approdato a Ubuntu...devo ammettere che mi si e' aperto un mondo....!!!

Ho un quesito sulla crazione dei pdf. I programmi di sui ora dispongo mi permettono di crare pdf da file singoli, ma non di raggruppare diversi file. Come ad esempio creare un pdf con 4 o 5 jpg.
Ho provato a cercare ma non sono riuscito a trovare qual che fa al caso mio, qualcuno sa indirizzarmi?

Giovanni
glpiana
Rampante Reduce
Rampante Reduce
Messaggi: 5053
Iscrizione: martedì 10 aprile 2007, 9:40

Re: Creare PDF da piu' jpg.

Messaggio da glpiana »

Freegiox ha scritto: Ciao a tutti,

Sono un appassionato di informatica e web, ma solo da poco sono approdato a Ubuntu...devo ammettere che mi si e' aperto un mondo....!!!

Ho un quesito sulla crazione dei pdf. I programmi di sui ora dispongo mi permettono di crare pdf da file singoli, ma non di raggruppare diversi file. Come ad esempio creare un pdf con 4 o 5 jpg.
Ho provato a cercare ma non sono riuscito a trovare qual che fa al caso mio, qualcuno sa indirizzarmi?

Giovanni
con questa guida http://wiki.ubuntu-it.org/Grafica/ConvertireJpgInPdf trasformi le immagini in singoli pdf, dopodichè install il programma pdfedit dal software center, apri il primo file e poi aggiungi i singoli pdf creati in precedenza.
Freegiox
Prode Principiante
Messaggi: 6
Iscrizione: domenica 1 maggio 2011, 23:50

Re: Creare PDF da piu' jpg.

Messaggio da Freegiox »

Grazie!!!
pensare che ho guardato se nel Software center c'era qualcosa ma mi era sfuggito!

Grazie ancora
Avatar utente
ryuujin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1032
Iscrizione: venerdì 14 aprile 2006, 2:57
Sesso: Maschile
Località: Pescara
Contatti:

Re: Creare PDF da piu' jpg.

Messaggio da ryuujin »

glpiana ha scritto: con questa guida http://wiki.ubuntu-it.org/Grafica/ConvertireJpgInPdf trasformi le immagini in singoli pdf, dopodichè install il programma pdfedit dal software center, apri il primo file e poi aggiungi i singoli pdf creati in precedenza.
in realtà non c'e' bisogno del secondo passaggio, basta che gli dai in pasto più immagini a convert e ti genera un unico pdf.

r.
http://blog.spicydev.it
"Chi riceve un'idea da me, ricava conoscenza senza diminuire la mia; come chi accende la sua candela con la mia, riceve luce senza lasciarmi
al buio". - Thomas Jefferson
lelio2
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1098
Iscrizione: domenica 17 agosto 2008, 20:47
Località: Sciacca (AG)

Re: Creare PDF da piu' jpg.

Messaggio da lelio2 »

Si potrebbe usare anche Libreoffice/Openoffice
Grande_Tux
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 272
Iscrizione: venerdì 22 aprile 2011, 10:00

Re: Creare PDF da piu' jpg.

Messaggio da Grande_Tux »

Avatar utente
Dingo-Dog
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 260
Iscrizione: martedì 30 settembre 2008, 23:12
Contatti:

Re: Creare PDF da piu' jpg.

Messaggio da Dingo-Dog »

Freegiox ha scritto: Ho un quesito sulla creazione dei pdf. I programmi di sui ora dispongo mi permettono di creare pdf da file singoli, ma non di raggruppare diversi file. Come ad esempio creare un pdf con 4 o 5 jpg.
esistono diverse soluzioni al problema

quella più semplice, per un novellino, è usare

*podofoimg2pdf*
- http://podofo.sourceforge.net/

Codice: Seleziona tutto

Usage: podofoimg2pdf [output.pdf] [-useimgsize] [image1 image2 image3 ...]
ad esempio:

podofoimg2pdf risultato.pdf -useimgsize *.jpg
as-far-as-i-know
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1096
Iscrizione: martedì 26 maggio 2009, 13:23

Re: Creare PDF da piu' jpg.

Messaggio da as-far-as-i-know »

Non per polemica (che è sempre utile quando non sfiora la presunzione!). Perché avete fatto riferimento a guide esplicative quando il contenuto delle stesse può essere scritto in due semplici passaggi? Da terminale:

Codice: Seleziona tutto

1.. sudo apt-get install imagemagick    //se il pacchetto non è stato installato in precedenza
2.. // spostarsi nella cartella dei file jpg
3.. convert *.jpg nomefile.pdf   // ogni file .jpg occuperà una pagina dell'unico file pdf finale
Ciao a tutti
Message to Canonical: I dislike Unity and am ready to migrate somewhere. From Ubuntu 6.10 to 11.04 with love, thank you!
Centurione_01
Prode Principiante
Messaggi: 220
Iscrizione: martedì 17 novembre 2009, 10:39

Re: Creare PDF da piu' jpg.

Messaggio da Centurione_01 »

Io normalmente uso gscan2pdf (è nei repo), può usare sia lo scanner che partire da immagini in diversi formati, ed è tutto tramite interfaccia grafica.
Ciao
as-far-as-i-know
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1096
Iscrizione: martedì 26 maggio 2009, 13:23

Re: Creare PDF da piu' jpg.

Messaggio da as-far-as-i-know »

Centurione_01 ha scritto: ...gscan2pdf (è nei repo), può usare sia lo scanner che partire da immagini in diversi formati ...
Puoi fare una prova con lo scanner (ci dici anche il nome) e verificare che funziona? Non tanto tempo fa il programma si bloccava
Grazie
Message to Canonical: I dislike Unity and am ready to migrate somewhere. From Ubuntu 6.10 to 11.04 with love, thank you!
Grande_Tux
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 272
Iscrizione: venerdì 22 aprile 2011, 10:00

Re: Creare PDF da piu' jpg.

Messaggio da Grande_Tux »

bhe, perchè digitando da terminale "man imagemagick" o "imagemagick --help", trovi molte informazioni riguardo l'opzione di output.
as-far-as-i-know
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1096
Iscrizione: martedì 26 maggio 2009, 13:23

Re: Creare PDF da piu' jpg.

Messaggio da as-far-as-i-know »

Grande_Tux ha scritto: bhe, perchè digitando da terminale "man imagemagick" o "imagemagick --help", trovi molte informazioni riguardo l'opzione di output.
Ma stai scherzando?
Il forum ha altre finalità che quelle di prendere il primo howto di Google e spararne un link a capocchia.
Secondo il quale chi cerca aiuto deve cercare di interpretare quanto scritto qui:

Codice: Seleziona tutto

Version: ImageMagick 6.5.4-2 2009-06-30 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

Usage: convert [options ...] file [ [options ...] file ...] [options ...] file

Image Settings:
  -adjoin              join images into a single multi-image file
  -affine matrix       affine transform matrix
  -alpha option        activate, deactivate, reset, or set the alpha channel
  -antialias           remove pixel-aliasing
  -authenticate password
                       decipher image with this password
  -attenuate value     lessen (or intensify) when adding noise to an image
  -background color    background color
  -bias value          add bias when convolving an image
  -black-point-compensation
                       use black point compensation
  -blue-primary point  chromaticity blue primary point
  -bordercolor color   border color
  -caption string      assign a caption to an image
  -channel type        apply option to select image channels
  -colors value        preferred number of colors in the image
  -colorspace type     alternate image colorspace
  -comment string      annotate image with comment
  -compose operator    set image composite operator
  -compress type       type of pixel compression when writing the image
  -define format:option
                       define one or more image format options
  -delay value         display the next image after pausing
  -density geometry    horizontal and vertical density of the image
  -depth value         image depth
  -display server      get image or font from this X server
  -dispose method      layer disposal method
  -dither method       apply error diffusion to image
  -encoding type       text encoding type
  -endian type         endianness (MSB or LSB) of the image
  -family name         render text with this font family
  -fill color          color to use when filling a graphic primitive
  -filter type         use this filter when resizing an image
  -font name           render text with this font
  -format "string"     output formatted image characteristics
  -fuzz distance       colors within this distance are considered equal
  -gravity type        horizontal and vertical text placement
  -green-primary point chromaticity green primary point
  -intent type         type of rendering intent when managing the image color
  -interlace type      type of image interlacing scheme
  -interpolate method  pixel color interpolation method
  -interword-spacing value
                       set the space between two words
  -kerning value       set the space between two letters
  -label string        assign a label to an image
  -limit type value    pixel cache resource limit
  -loop iterations     add Netscape loop extension to your GIF animation
  -mask filename       associate a mask with the image
  -mattecolor color    frame color
  -monitor             monitor progress
  -orient type         image orientation
  -page geometry       size and location of an image canvas (setting)
  -ping                efficiently determine image attributes
  -pointsize value     font point size
  -preview type        image preview type
  -quality value       JPEG/MIFF/PNG compression level
  -quiet               suppress all warning messages
  -red-primary point   chromaticity red primary point
  -regard-warnings     pay attention to warning messages
  -remap filename      transform image colors to match this set of colors
  -respect-parentheses settings remain in effect until parenthesis boundary
  -sampling-factor geometry
                       horizontal and vertical sampling factor
  -scene value         image scene number
  -seed value          seed a new sequence of pseudo-random numbers
  -size geometry       width and height of image
  -stretch type        render text with this font stretch
  -stroke color        graphic primitive stroke color
  -strokewidth value   graphic primitive stroke width
  -style type          render text with this font style
  -taint               image as ineligible for bi-modal delegate
  -texture filename    name of texture to tile onto the image background
  -tile-offset geometry
                       tile offset
  -treedepth value     color tree depth
  -transparent-color color
                       transparent color
  -undercolor color    annotation bounding box color
  -units type          the units of image resolution
  -verbose             print detailed information about the image
  -view                FlashPix viewing transforms
  -virtual-pixel method
                       virtual pixel access method
  -weight type         render text with this font weight
  -white-point point   chromaticity white point

Image Operators:
  -adaptive-blur geometry
                       adaptively blur pixels; decrease effect near edges
  -adaptive-resize geometry
                       adaptively resize image using 'mesh' interpolation
  -adaptive-sharpen geometry
                       adaptively sharpen pixels; increase effect near edges
  -alpha option        on, activate, off, deactivate, set, opaque, copy
                       transparent, extract, background, or shape
  -annotate geometry text
                       annotate the image with text
  -auto-orient         automatically orient image
  -bench iterations    measure performance
  -black-threshold value
                       force all pixels below the threshold into black
  -blur geometry       reduce image noise and reduce detail levels
  -border geometry     surround image with a border of color
  -bordercolor color   border color
  -charcoal radius     simulate a charcoal drawing
  -chop geometry       remove pixels from the image interior
  -clip                clip along the first path from the 8BIM profile
  -clip-mask filename  associate a clip mask with the image
  -clip-path id        clip along a named path from the 8BIM profile
  -colorize value      colorize the image with the fill color
  -contrast            enhance or reduce the image contrast
  -contrast-stretch geometry
                       improve contrast by `stretching' the intensity range
  -convolve coefficients
                       apply a convolution kernel to the image
  -cycle amount        cycle the image colormap
  -decipher filename   convert cipher pixels to plain pixels
  -deskew threshold    straighten an image
  -despeckle           reduce the speckles within an image
  -distort method args
                       distort images according to given method ad args
  -draw string         annotate the image with a graphic primitive
  -edge radius         apply a filter to detect edges in the image
  -encipher filename   convert plain pixels to cipher pixels
  -emboss radius       emboss an image
  -enhance             apply a digital filter to enhance a noisy image
  -equalize            perform histogram equalization to an image
  -evaluate operator value
                       evaluate an expression over image values
  -extent geometry     set the image size
  -extract geometry    extract area from image
  -flip                flip image vertically
  -floodfill geometry color
                       floodfill the image with color
  -flop                flop image horizontally
  -frame geometry      surround image with an ornamental border
  -function name paramters
                       apply function over image values
  -gamma value         level of gamma correction
  -gaussian-blur geometry
                       reduce image noise and reduce detail levels
  -geometry geometry   perferred size or location of the image
  -identify            identify the format and characteristics of the image
  -implode amount      implode image pixels about the center
  -lat geometry        local adaptive thresholding
  -layers method       optimize, merge,  or compare image layers
  -level value         adjust the level of image contrast
  -level-colors color,color
                       level image using given colors
  -linear-stretch geometry
                       improve contrast by `stretching with saturation'
  -liquid-rescale geometry
                       rescale image with seam-carving
  -median radius       apply a median filter to the image
  -modulate value      vary the brightness, saturation, and hue
  -monochrome          transform image to black and white
  -motion-blur geometry
                       simulate motion blur
  -negate              replace every pixel with its complementary color 
  -noise radius        add or reduce noise in an image
  -normalize           transform image to span the full range of colors
  -opaque color        change this color to the fill color
  -ordered-dither NxN
                       add a noise pattern to the image with specific
                       amplitudes
  -paint radius        simulate an oil painting
  -polaroid angle      simulate a Polaroid picture
  -posterize levels    reduce the image to a limited number of color levels
  -print string        interpret string and print to console
  -profile filename    add, delete, or apply an image profile
  -quantize colorspace reduce colors in this colorspace
  -radial-blur angle   radial blur the image
  -raise value         lighten/darken image edges to create a 3-D effect
  -random-threshold low,high
                       random threshold the image
  -recolor matrix      translate, scale, shear, or rotate image colors
  -region geometry     apply options to a portion of the image
  -render              render vector graphics
  -repage geometry     size and location of an image canvas
  -resample geometry   change the resolution of an image
  -resize geometry     resize the image
  -roll geometry       roll an image vertically or horizontally
  -rotate degrees      apply Paeth rotation to the image
  -sample geometry     scale image with pixel sampling
  -scale geometry      scale the image
  -segment values      segment an image
  -selective-blur geometry
                       selectively blur pixels within a contrast threshold
  -sepia-tone threshold
                       simulate a sepia-toned photo
  -set property value  set an image property
  -shade degrees       shade the image using a distant light source
  -shadow geometry     simulate an image shadow
  -sharpen geometry    sharpen the image
  -shave geometry      shave pixels from the image edges
  -shear geometry      slide one edge of the image along the X or Y axis
  -sigmoidal-contrast geometry
                       increase the contrast without saturating highlights or shadows
  -sketch geometry     simulate a pencil sketch
  -solarize threshold  negate all pixels above the threshold level
  -sparse-color method args
                       fill in a image based on a few color points
  -splice geometry     splice the background color into the image
  -spread radius       displace image pixels by a random amount
  -strip               strip image of all profiles and comments
  -swirl degrees       swirl image pixels about the center
  -threshold value     threshold the image
  -thumbnail geometry  create a thumbnail of the image
  -tile filename       tile image when filling a graphic primitive
  -tint value          tint the image with the fill color
  -transform           affine transform image
  -transparent color   make this color transparent within the image
  -transpose           flip image vertically and rotate 90 degrees
  -transverse          flop image horizontally and rotate 270 degrees
  -trim                trim image edges
  -type type           image type
  -unique-colors       discard all but one of any pixel color
  -unsharp geometry    sharpen the image
  -vignette geometry   soften the edges of the image in vignette style
  -wave geometry       alter an image along a sine wave
  -white-threshold value
                       force all pixels above the threshold into white

Image Sequence Operators:
  -append              append an image sequence
  -average             average an image sequence
  -clut                apply a color lookup table to the image
  -coalesce            merge a sequence of images
  -combine             combine a sequence of images
  -composite           composite image
  -crop geometry       cut out a rectangular region of the image
  -deconstruct         break down an image sequence into constituent parts
  -flatten             flatten a sequence of images
  -fx expression       apply mathematical expression to an image channel(s)
  -hald-clut           apply a Hald color lookup table to the image
  -morph value         morph an image sequence
  -mosaic              create a mosaic from an image sequence
  -process arguments   process the image with a custom image filter
  -reverse             reverse image sequence
  -separate            separate an image channel into a grayscale image
  -write filename      write images to this file

Image Stack Operators:
  -clone index         clone an image
  -delete index        delete the image from the image sequence
  -insert index        insert last image into the image sequence
  -swap indexes        swap two images in the image sequence

Miscellaneous Options:
  -debug events        display copious debugging information
  -help                print program options
  -list type           print a list of supported option arguments
  -log format          format of debugging information
  -version             print version information

By default, the image format of `file' is determined by its magic
number.  To specify a particular image format, precede the filename
with an image format name and a colon (i.e. ps:image) or specify the
image type as the filename suffix (i.e. image.ps).  Specify 'file' as
'-' for standard input or output.
Non me ne volere, ma la penso in modo diametralmente opposto a te. Ciao
Message to Canonical: I dislike Unity and am ready to migrate somewhere. From Ubuntu 6.10 to 11.04 with love, thank you!
Avatar utente
Dingo-Dog
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 260
Iscrizione: martedì 30 settembre 2008, 23:12
Contatti:

Re: Creare PDF da piu' jpg.

Messaggio da Dingo-Dog »

imagemagick è

- lento
- pesante

usatelo il meno possibile, anzi NON  usatelo

usate podofoimg2pdf
Avatar utente
ryuujin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1032
Iscrizione: venerdì 14 aprile 2006, 2:57
Sesso: Maschile
Località: Pescara
Contatti:

Re: Creare PDF da piu' jpg.

Messaggio da ryuujin »

Dingo-Dog ha scritto: imagemagick è

- lento
- pesante

usatelo il meno possibile, anzi NON  usatelo

usate podofoimg2pdf
ok, puoi argomentare con dei test la tua tesi?

Grazie
http://blog.spicydev.it
"Chi riceve un'idea da me, ricava conoscenza senza diminuire la mia; come chi accende la sua candela con la mia, riceve luce senza lasciarmi
al buio". - Thomas Jefferson
Avatar utente
clerville6
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 2071
Iscrizione: domenica 12 aprile 2009, 20:29
Desktop: XFCE
Distribuzione: Xubuntu 18.04 Bionic Beaver
Località: CENTO (FE)

Re: Creare PDF da piu' jpg.

Messaggio da clerville6 »

Ragazzi, non è questo il posto per argomentare se un software è migliore di un altro!

Qui bisogna solo dare delle risposte all'utente Freegiox!

Sarà poi lo stesso Freegiox a decidere quale sia il software migliore per lui!
L'uomo libero qualche volta dovrebbe prendersi la libertà di essere schiavo!
Avatar utente
rikriz
Prode Principiante
Messaggi: 46
Iscrizione: giovedì 4 gennaio 2007, 14:24
Località: Cento (FE)

Re: Creare PDF da piu' jpg.

Messaggio da rikriz »

Grazie a quanti hanno scritto questi posts... mi sono stati davvero utili... :-)
Gorraz
Prode Principiante
Messaggi: 246
Iscrizione: venerdì 21 maggio 2010, 8:33
Distribuzione: Ubuntu 18.04 LTS - 64 bit
Località: Torino

Re: Creare PDF da piu' jpg.

Messaggio da Gorraz »

Ciao,
non sono un linuxiano modello e per quanto mi riguarda ogniqualvolta si deve utilizzare una riga di comando o installare dei tar.gz vado alla ricerca di una soluzione più intuitiva...d'altronde la soluzione del convert con imagemagick non ha funzionato.
Tuttavia la mia soluzione è stata la seguente:
Aprire i file jpg con GIMP e stamparli in PDF. Successivamente con gscan2pdf con la funzione Unisci ho creato un documento Pdf che li unisse tutti in sequenza.
gscan2pdf è potente, veloce ed anche in italiano.
Ciao
Avatar utente
rikriz
Prode Principiante
Messaggi: 46
Iscrizione: giovedì 4 gennaio 2007, 14:24
Località: Cento (FE)

Re: Creare PDF da piu' jpg.

Messaggio da rikriz »

a me funziona correttamente... forse non hai installato imagemagick  ;)
Scrivi risposta

Ritorna a “Multimediale”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 11 ospiti