go-pdfium icon indicating copy to clipboard operation
go-pdfium copied to clipboard

Easy to use PDF library using Go and PDFium

Results 28 go-pdfium issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.24.0. Commits 4890c57 go.mod: update golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.23.0&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...

dependencies
go

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.2 to 1.37.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.37.0 1.37.0 Features add To/ToNot/NotTo aliases for AsyncAssertion [5666f98] v1.36.3 1.36.3 Maintenance bump all the things [adb8b49] chore:...

dependencies
go

the FPDFText_CountChars function returned text char count in this page, and the FPDFText_GetCharBox function returned text char box in this page, the `text_index` argument means `character index` but the FPDFText_GetText...

I'm using `RenderPageInDPI()` with the flag `FPDF_RENDER_FLAG_GRAYSCALE`, because I need a gray scale image. The `responses.RenderPageInDPI` response returns an `image.RGBA`, which makes it necessary to convert to an `image.Gray` afterwards....

I was having issues tyring to build this project for windows. It was complaining that the callback functions have already been defined and can thus not add the `dllexport` attribute....

I find FPDFPageObj_SetLineCap not work, I expect the drawn path object to be circular at both ends. ```go func AddPath(ctx *easy.Context, instance pdfium.Pdfium, page requests.Page, pathPoints [][]float32, width float32, color...

I've added a build directory. Run `./build.py desktop` inside it to build the demo program.