Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

PDF processing #45

Open
bakape opened this issue Feb 2, 2019 · 4 comments
Open

PDF processing #45

bakape opened this issue Feb 2, 2019 · 4 comments
Assignees

Comments

@bakape
Copy link
Owner

bakape commented Feb 2, 2019

No description provided.

@gen2brain
Copy link

I have a wrapper for MuPDF here https://github.com/gen2brain/go-fitz that can be used for extracting the cover image. It uses static libraries bundled in the repo.
Not sure if there is something similar that can extract Image from PDF in native Go, but here CGO is used anyway.

@bakape bakape self-assigned this Mar 3, 2019
@bakape
Copy link
Owner Author

bakape commented Mar 3, 2019

Thanks, I'll look into integration, when I have more time for it. Does your library support building in Go modules? I've had some problems, with C sources/libs being located in a subdirectory in the past.

@gen2brain
Copy link

I didn't try yet, but there should be no problems. I know there are issues when libs are in git submodule, but not sure what happens with ${SRCDIR} that is used.

@bakape
Copy link
Owner Author

bakape commented Mar 3, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants