Skip to content

Bug in 1 page PDFs #41

@wernerstucky

Description

@wernerstucky

Line 81 in lib/pdf2img.js :

if (options.page < pageCount.length) {

SHOULD BE

if (options.page <= pageCount.length) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions