-
Tag: 2.1.3
https://github.com/sebastianbergmann/comparator/pull/30/files
Missing changes, failing on PHPUnit
-
Hello,
I am getting this error when I try to call the PDFtoZPL.Conversion.ConvertPdfPage().
'Unable to find an entry point named 'FPDF_InitLibrary' in DLL 'pdfium.dll'.'
Any idea what causing…
-
The idea comes from one of @digidigital recipes: https://github.com/digidigital/Extensions-and-Scripts-for-pyFPDF-fpdf2/tree/main/star (_cf._ #274)
There this some usage example once implemented, i…
-
I can use the lib on m1 mac's iOS simulator due to linker error:
ld: in /.../libpdfium.a(fpdf_view.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64
-
Hi, i use the Exemple, and i heave this Error..
Uncaught TypeError: Sprain\SwissQrBill\PaymentPart\Output\FpdfOutput\FpdfOutput::__construct(): Argument #3 ($fpdf) must be of type Fpdf\Fpdf, null g…
-
Hello, I forked your repo to build for v8 (xfa support) and tried to run a build with mac:
- https://github.com/schmitch/pdfium-binaries/actions/runs/1618800775
I basically created a small rust …
-
The idea comes from one of @digidigital recipes: https://github.com/digidigital/Extensions-and-Scripts-for-pyFPDF-fpdf2/tree/main/roundedCorners (_cf._ #274)
There this some usage example once impl…
-
## Describe the bug (mandatory)
Issue :
When the overlay is True, it doesnt work for width = 1(on some pages, but on others it works fine)
cf: page1 and page2 (pages are drawn with the same code)…
-
Hallo
Ich benutze FPDF in einem Script schon zum Erstellen eines Rechnungs-PDF mit Header und Footer was problemlos funktioniert:
> class PDF extends FPDF
> {
>
> function Header()
> {
> ..…
-
There are currently two methods to render arcs with `fpdf2`:
* [arc()](https://pyfpdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.arc)
* [solid_arc()](https://pyfpdf.github.io/fpdf2/fpdf/fpdf.html…