Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Modifica PDF con con che? Con jpdftweak! [Risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Feb 23, 2009 1:34 pm    Post subject: Modifica PDF con con che? Con jpdftweak! [Risolto] Reply with quote

Ciao a tutti.

Quello che devo fare è: ottenere da un file PDF un altro file PDF che abbia su ogni pagina, 4 pagine del precedente.
Come se facessi una stampa di quattro pagine per foglio.

Esiste un tool che mi permette di fare una cosa del genere?

Grzie in anticipo!
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)


Last edited by canduc17 on Thu Mar 05, 2009 12:46 pm; edited 2 times in total
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Mon Feb 23, 2009 2:00 pm    Post subject: Reply with quote

No. Esisteva un tool per la reinpaginazione con queste caratteristiche ma aveva oputput pcl a quel che ricordo (e fare tre passaggi mi pare delirante) e non so se è ancora supportato.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Feb 23, 2009 2:03 pm    Post subject: Reply with quote

E invece l'ho trovato: ed è fikissimo!
E' attualmente in portage, mascherato a causa di missing keyword (cioè l'applicazione non è ancora stata testata sulla nostra architettura) e si chiama jpdftweak.
Per installarlo quindi, fate prima
Code:
echo "app-text/jpdftweak **" >> /etc/portage/package.keywords
e poi
Code:
emerge jpdftweak

E' un'applicazione java molto semplice, ma ricca di opzioni: per fare l'operazione descritta sopra basta:
  1. aprire il programma digitando da terminale
    Code:
    jpdftweak &
  2. nel tab "Input" selezionare il file di input
  3. nel tab "Output" selezionare il file di output
  4. nel tab "Shuffle/N-up" spuntare l'opzione "Shuffle pages" e selezionare dal menu a tendina "Preset" l'opzione "4-up"
  5. premere il bottone "run" in basso a destra e il gioco è fatto! :-D

Spero possa essere utile a qualcuno, per me è lo è moltissimo!

Saluti!
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
lucapost
Veteran
Veteran


Joined: 24 Nov 2005
Posts: 1419
Location: <ud|me|ts> - Italy

PostPosted: Mon Feb 23, 2009 2:09 pm    Post subject: Reply with quote

Code:
* app-text/pdftk
     Available versions:  1.12 ~1.41 ~1.41-r1 {nodrm}
     Homepage:            http://www.pdfhacks.com/pdftk
     Description:         A tool for manipulating PDF documents

Non ricordo esattamente il comando, ma con i tool di questo pacchetto puoi ottenere facilmente il risultato che cerchi.

C'è anche questo:
https://forums.gentoo.org/viewtopic-t-386068-highlight-pdftk.html
_________________
LP
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Mon Feb 23, 2009 2:12 pm    Post subject: Reply with quote

Sì, li stavo passando in rassegna tutti...quando mi sono innamorato di jpdftweak :-)
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Feb 23, 2009 8:26 pm    Post subject: Reply with quote

anche gtklp non è male. fa il suo lavoro in maniera semplice e veloce.
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sat Feb 28, 2009 10:02 am    Post subject: Re: [HOWTO] Modifica PDF con jpdftweak! Reply with quote

canduc17 wrote:
Ciao a tutti.

Quello che devo fare è: ottenere da un file PDF un altro file PDF che abbia su ogni pagina, 4 pagine del precedente.
Come se facessi una stampa di quattro pagine per foglio.

Esiste un tool che mi permette di fare una cosa del genere?

Grzie in anticipo!


pacchetto pdfjam con comando pdfnup --nup 2x2 file_in.pdf file_out.pdf


ciauz
_________________
se fossi un disegnatore ti disegnerei, se fossi uno scrittore ti scriverei, se fossi un inventore ti inventerei...ma sono solo un trombettista!!!
Back to top
View user's profile Send private message
devilheart
l33t
l33t


Joined: 17 Mar 2005
Posts: 848
Location: Villach, Austria

PostPosted: Sat Feb 28, 2009 10:31 am    Post subject: Reply with quote

anche acroread supporta la stampa di più pagine per foglio
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Sat Feb 28, 2009 11:02 am    Post subject: Reply with quote

forse il tag [howto] non è il + adatto, dato che la soluzione non ce l'hai, ma la ricerchi ;)

Se le risposte che hai ottenuto sono di tuo gradimento , puoi sempre però taggare il tutto come [risolto]

:D
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Sun Mar 01, 2009 8:37 pm    Post subject: Reply with quote

Ho messo [howto] perchè alla fine ho trovato da solo l'applicazione che faceva al caso mio ed ho spiegato come installarla ed utilizzarla.
Ma se pensate sia inappropriato lo tolgo.

@devilheart: Il tutto è nato proprio dal fatto che in Acroread c'è un bug non ancora risolto che non permette di stampare le pagine in orizzontale, e quindi non riuscivo ad ottenere le mie 4 pagine per foglio...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Mon Mar 02, 2009 6:35 pm    Post subject: Reply with quote

lucapost wrote:
Code:
* app-text/pdftk
     Available versions:  1.12 ~1.41 ~1.41-r1 {nodrm}
     Homepage:            http://www.pdfhacks.com/pdftk
     Description:         A tool for manipulating PDF documents

Non ricordo esattamente il comando, ma con i tool di questo pacchetto puoi ottenere facilmente il risultato che cerchi.

C'è anche questo:
https://forums.gentoo.org/viewtopic-t-386068-highlight-pdftk.html

Tenete in mente il problema della flag gcj di Gcc quando installare pdftk
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Mar 05, 2009 11:45 am    Post subject: Reply with quote

canduc17 wrote:
Ho messo [howto] perchè alla fine ho trovato da solo l'applicazione che faceva al caso mio ed ho spiegato come installarla ed utilizzarla.
Ma se pensate sia inappropriato lo tolgo.

non è il massimo, se vuoi scrivere un howto nella sezione "documentazione" è meglio e in ogni caso qui rimane una discussione più che una guida quindi sarebbe meglio se lo togliessi :wink:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Thu Mar 05, 2009 12:45 pm    Post subject: Reply with quote

Kernel78 wrote:
non è il massimo, se vuoi scrivere un howto nella sezione "documentazione" è meglio e in ogni caso qui rimane una discussione più che una guida quindi sarebbe meglio se lo togliessi :wink:
Okkei, nessun problema.
Fatto!
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum