Skip to content

images folder missing when creating pdf file #764

@bremenpl

Description

@bremenpl

Hello there,
I have cloned the repo and tried to generate a pdf version of the book by using:
asciidoctor-pdf progit.asc
I received a lot of error messages informing that all of the *.png images could not be found in directory images:
image to embed not found or not readable
It was because directory images does not exist. I had to create one and copy all *.png files I could find in the repo:
lukasz@debkde:~/progit2$ pwd | find -name "*.png" -type f -exec cp {} ./images \;
After that I could run asciidoctor-pdf progit.asc to generate the book. I really appreciate it, thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions