-
>> pkg install "https://github.com/gnu-octave/statistics/archive/refs/tags/release-1.5.3.tar.gz"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynam…
-
I am encountering a number of issues using pyright with the fpdf2 library, specifically with the fpdf.pyi file.
1) There are 4 type aliases to Literal strings: `_xxx: TypeAlias = Literal["", ...]`
…
-
running these two programs seems to give a compile error on windows
```rust
use pdfium_render::prelude::*;
fn main() {
let pdfium = Pdfium::new(
Pdfium::bind_to_library(Pdfium::…
-
Thanks for this great library!
I tried to create a multi-line label in 3 ways and they all failed: (1) calling the method twice (2) using \n in the string literal and (3) using the html line break …
-
Add ttl font not work
```php
$pdf->AddFont('DejaVu', '', 'DejaVuSansCondensed.ttf',true);
```
for the defination of AddFont fcuntion
```php
function AddFont($family, $style='', $file='')
…
-
I have the following code while trying to deliver a PDF file via Django:
```python
from django.http import HttpResponse
from fpdf import FPDF
def certificate_entrepreneur(request):
"""
…
-
```
Traceback (most recent call last):
File "e:\master_entry_app_files\app.py", line 31, in
import gl_data_entry as gldeCls
File "e:\master_entry_app_files\gl_data_entry.py", line 8, in
…
-
At the moment multiple rendering will caused a memory error, which stopped from rendering multiple documents at the same time.
-
Specifically, https://github.com/PyFPDF/fpdf2/blob/6511eb02bd38acfd871e299cb781052f4fd0c73f/fpdf/fpdf.py#L573-L580 makes it impossible to add fonts from arbitrary locations without changing the workin…
-
### Steps to Reproduce
1. Clone https://github.com/xtuzy/Docnet
2. Build Docnet.iOS.Test
3.
### Expected Behavior
Build Success
### Actual Behavior
Build Fail
### Environment
…
xtuzy updated
2 years ago