2017/09/07

xpdf: the source is well

Ci sono molti visualizzatori pdf, però verso alcuni vi è un particolare riguardo. Per quali i motivi? I più diversi da che funzionano particolarmente bene, a che sono economici in risorse, che hanno le funzionalità necessarie e non debordano con menù magni-eloquenti.
La attuale versione di xpdf scaricabile da XpdfReader di cui consiglio commpilare la versione dai sorgenti.
There are many pdf viewers, but we prefere somes and not others. For what reasons? They are many: they workwell, the better they are in resources, they have the necessary features and they have not big menus.
The current version of xpdf downloadable from XpdfReader which I recommend to make the version from the sources.
caratteristiche:-)(-:
Le cose principali che apprezzo sono:

1 barra dei numeri di pagina

2 ridimenzionamento
  la possibilità ampiezza pagina è definita dal pulsante <->

3 selezione
  la modalità verticale è la migliore

4 ricerca

5 multitab/toc-panel
  premendo il pulsante +TAB viene aggiunta una sezione tab-empty che permette tramite il menu File->Open di aprire più files nella stessa sessione.
features:-)(-: The main things I appreciate are:

1 page number bar

2 resize fonts
the page width option is defined by the button <->

3 selection
Vertical mode is the best

4 search/span>

5 multitab / toc-panel
  pressing the + TAB button adds a tab-empty section that allows the File-> Open menu to open multiple files in the same session
6 Compilazione
eseguire le indicazioni del file INSTALL verificare le librerie richieste
eseguire le istruzioni:
6 Compilation
run the instructions in the INSTALL file to verify the required libraries
run the instructions:
cd xpdf.xx
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install
7 configuretion file/ command line
nella home è sempre possibile definire un file .xpdfrc dove inserire le opzioni desiderate. Oppure come preferisco creare uno script di avvio, nomefile xpdf.run, dove inserire una riga come la seguente(-:

nohup xpdf -enc UTF-8 -rv -aaVector yes $1 > /dev/null &

dove viene indicato di avviare xpdf per riconoscere UTF-8, invertire i colori a video, eseguire l'anti-alias vettoriale per le immagini, caricare il file in input se c'è, messaggi vari nel cestino, avviare il processo in modo indipendente.
Per chi utilizza xombrero può inserire nel file .xombrero.conf la seguente riga ((-:

mime_type = @application/pdf,xpdf.run

e scaricare un pdf ((-:-))
7 configetion file / command line
in the home you can always define a .xpdfrc file where you can enter the options you want. Or how do I prefer to create a startup script, filename xpdf.run, where to insert a line like the following (-:

nohup xpdf -enc UTF-8 -rv -aaVector yes $ 1> / dev / null &

where it is indicated to start xpdf to recognize UTF-8, reverse color to video, run the vector anti-alias for images, load the input file if there are, miscellaneous messages in the trash bin, start the process independently .
For those using xombrero, you can enter the following line in the .xombrero.conf file ((-:

mime_type = @ application / pdf, xpdf.run

and download a pdf ((- :-))