Search found 2 matches

by CryptKeeper
2011-04-10T03:38:42-07:00
Forum: Users
Topic: PDF: problem with density
Replies: 2
Views: 5396

Re: PDF: problem with density

I am not sure I can help. But note that IM is not a good tool for converting vector to vector as it rasterizes between. See http://www.imagemagick.org/Usage/formats/#vector
I tried for a whole afternoon to install pdftk but didn't manage to (I somehow couldn't install cdj).

Do you know any other ...
by CryptKeeper
2011-04-09T01:46:27-07:00
Forum: Users
Topic: PDF: problem with density
Replies: 2
Views: 5396

PDF: problem with density

I want to split multi-page PDF files so that I get one PDF file per page. But I have problems with the density, I don't know how to correctly specify it.

If I do

convert file.pdf file%03.pdf
it all works but the output is (by default) 72 dpi which is too little. I've tried

convert -density ...