RavishaHesh / PDFJsAnnotations

Wrapper for PDF JS to add annotations
MIT License
322 stars 98 forks source link

TEXT LAYER #71

Open jesesqui opened 1 year ago

jesesqui commented 1 year ago

Is it possible to have better Quality of texts, something like this:

[shorturl.at/kLMO4](https://apptrazojes2020.000webhostapp.com/jes_6_jul/JES_14SEP/viewer.html)

Captura de Pantalla 2022-09-14 a la(s) 18 35 06
ChaoxuWei commented 1 year ago

where can I get this code?

jesesqui commented 1 year ago

https://github.com/mozilla/pdf.js

zeecorleone commented 1 year ago

@jesesqui , the text quality is pretty good. are you having any issues?

image

Also, you can try changing text/font properties to desired one by changing the associated fabric.IText object. (check this.fabricClickHandler method inside pdfannotate.js file).

For information about possible values of fabric IText, check its docs