danfickle / danfickle/openhtmltopdf

Embed images to PDF without using HTML

Open
#909 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.2k
Forks
423
PR merge metrics
No merged PRs in 30d

Description

How do I add images to the PDF without using a link or base64 string ?

```
byte[] bytArr = oHelper.GetImageFromFirebase(imgUrl, false);
```

The reason why link is not available is because its not globally available - only on localhost.

No base64 string because the size becomes huge since there are about 100 images.

So I am looking for a way to add images in the middle of the HTML page like we can do in mPDF - `$mpdf->Image();`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.