kb47 / pdf-poppler

Convert PDF files into images using Poppler with promises. It achieves 10x faster performance compared to other PDF converters.
MIT License
47 stars 20 forks source link

Images with marks #8

Open VictorFRamos opened 5 years ago

VictorFRamos commented 5 years ago

Hi,

I made the conversion of a pdf and it presented marks on the edges of the generated images, look:

page-007

in other pdfs these marks did not appear, why? Is it possible to remove?

I used these options:

let opts = {
                format: 'jpeg',
                out_dir: dir,
                out_prefix: 'page',
                page: null,
                scale:2048
            };