-
```
If you have image src which starts with
https://www.domain.com/appName/images/image.jpg
It hangs and it does not produce the pdf.
I am using itextrender class to render pdf from html code.
A…
-
There seems to be two issues mentioning Suspense - #905 and #936, but with no resolution.
I am using react-pdf in node, and I was hoping that the following would work
```js
import React, { Susp…
-
Attach (recommended) or Link to PDF file here:
Configuration:
- Web browser and its version: Firefox 112.0
- Operating system and its version: Windows 10
- PDF.js version: ?
- Is a browser exte…
-
Code Example with Issue:
```
return@withContext (0 until pageCount).map { index ->
async {
openPage(index).use { page ->
val bitmap = Bitmap.createBitmap(
…
-
if call setPaper() then generated PDF is not password protected, if setPaper() is commented out then generated PDF is password protected. Here is my code:
```
$dompdf = new Dompdf();
$dompdf->set…
-
For this file (from the pdfium test suite; I think I wanted to look at it because it used some JBIG2 feature, but I don't remember details):
[bug_1087.pdf](https://github.com/SerenityOS/serenity/file…
nico updated
4 months ago
-
### What happened?
Hello,
I am generating some pdf on a selenium node containg unicode characters like these: 𝘽𝙍𝙐 (i.e. U+1D63D )
Unfortunately, the generated pdf doesn't show those characters …
-
I'm generating PDF reports based on hledger data, and the JSON report format is the most convenient for that (even though the way it serializes the data is a bit unpleasant to work with).
I'm findi…
-
### Current behavior
When trying to interact with an element rendered by React that has `htmlFor` set to an ID returned by the `useId()` hook, the peculiar syntax React uses for IDs in React 18 act…
-
### What were you trying to do?
When I render Hindi text there are spaces between characters that should not be there. When I use the same font in e.g. Word the font works and displays the text corre…