-
when convert page of pdf to image , some garbled text (dll version 18.8)
the issue detail : https://forum.aspose.com/t/garbled-text-pdf-page-to-image/181133
using (FileStream imageStream = new…
-
### Bug description
The default OCR model works very well, but the `render()` algorithm which converts coordinates to text positions is very buggy.
This causes lines originally placed at the top t…
-
### Before you start - checklist
- [X] I followed instructions in documentation written for my React-PDF version
- [X] I have checked if this bug is not already reported
- [X] I have checked if an is…
-
-
**Problem**
As demonstrated in https://github.com/py-pdf/fpdf2/issues/1220#issuecomment-2221497527,
currently setting `pdf.font_style = "B"` does not properly apply a bold emphasis to the following …
-
I am using the following code to print pagination at the footer of each page:
```php
// (activate dompdf option isPhpEnabled)
if (isset($pdf))
{
$font = $fontMetrics->get_font("helvetica…
-
### Steps to reproduce
1. have a big PDF (20+ pages)
2. put in lot's of makings via the link method
3. constant stutters with the PDF open when e.g. scrolling
(I sadly can not share the PDF that…
-
```
* Xreader version (3.02)
* Distribution - (Linux Mint 20.X with Mate UI.)
```
Some PDF files have 'highlighted' text. I do not know if that is the correct/proper nomenclature. It displays co…
-
In my project, according to requirements, I need to generate a PDF in multiple languages. I am able to do so in English perfectly, but I am facing issues when it comes to Marathi or Hindi language. I …
-
Adobe adds a button on the top-right corner of the pages for PDFs that are fillable.
The problem is that when I want to extract only certain pages, that button shows in the extracted PDF pages,
I do…