User Tools

Site Tools


doc:appunti:prog:pdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:prog:pdf [2022/12/07 09:25] – [Dividere le pagine in due o più pagine] niccolodoc:appunti:prog:pdf [2024/08/19 12:30] (current) – [Rasterizzazione di un PDF] niccolo
Line 51: Line 51:
  
 <code> <code>
-convert -density 150 -quality 100 input.pdf output.jpg+convert -units pixelsperinch -density 150 -quality 100 input.pdf output.jpg
 </code> </code>
  
Line 57: Line 57:
  
 <code> <code>
-convert -density 300 -background white -alpha remove -define png:color-type=6 input.pdf output.png+convert -units pixelsperinch -density 300 
 +    -background white -alpha remove -define png:color-type=6 
 +    input.pdf output.png
 </code> </code>
  
doc/appunti/prog/pdf.1670401503.txt.gz · Last modified: 2022/12/07 09:25 by niccolo