Package: dblatex
Version: 0.3.5-2

When trying to publish a PDF generated using dblatex on lulu.com, I was
told:

  We detected low resolution images in your file (pages 215, 221, 223,
  233, 262, 278). For best results we recommend image resolution of 300
  ppi.

According to the dblatex output, my SVG files were converted to PNG
using this command:

  inkscape -z -D --export-png=fig8.png  "/tmp/project/1551.svg"

The output  look like this, telling me the DPI is 90:

  inkscape -z -D --export-png=fig8.png "/tmp/project/1551.svg"
  Background RRGGBBAA: ffffff00
  Area 1.17345e-08:-2.25455e-07:333.96:333.348 exported to 334 x 333
    pixels (90 dpi)
  Bitmap saved as: fig8.png

The inkscape manual page claim that the --export-dpi=DPI option can be
used to control the DPI.  For printing, the DPI should be 300.  Is there
some way to adjust how dblatex convert SVGs?

Perhaps it is possible to convert SVGs to a vector format that
latex/xetex understand, instead of using a pixel format?

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to