Stephan Rauh
Stephan Rauh
The new diacritic-aware `FindController` of pdf.js needs to be integrated into my own fork of pdf.js.
After implementing `[theme]="'custom'"`, it might be a good idea to document it, as mentioned on StackOverflow: https://stackoverflow.com/questions/65220310/how-to-use-theming-for-angular-library-ngx-extended-pdf-viewer
We've written a Webdav server using the community edition of milton2. That works great - but when we download a file, sometimes unexpected zero bytes are added. Maybe this is...
Hi @RaffaeleMorganti , first of all, thanks for implementing this! The viewer looks nice. I've like to integrate it with my own Angular PDF viewer. It's based on Mozilla's pdf.js,...
pdf.js 3.0 eliminated base_viewer.js and shifted the functionality to pdf_viewer.js. Unfortunately, this means several features of ngx-extended-pdf-viewer are broken: - #495, #716 book mode - #950 prerendering pages - #1301...
There are a couple of event developers might be interested in: - [ ] annotationLayerRendered - [ ] annotationEditorLayerRendered - [ ] xfaLayerRendered - [ ] outlineLoaded
Let's add a method allowing developers to modify the annotation editor parameters programmatically. The bare-bones approach looks like so: ```ts const editorType = 11; const fontSize = 42; PDFViewerApplication.eventBus.dispatch('switchannotationeditorparams', {type:...
**Update Mai 24th, 2024**: At the moment, I'm positive that the Cyber Resilience Act is implemented in a way that allows me to carry on with the project. However, until...
It's better to hide the text at the right-hand side of the image on small screens (below 700px width), or to convert it into a tooltip on small screens. Look...
Every once in a while, the primary BootsFaces server crashes. As far a I can tell, that doesn't have anything to do with JSF. It looks like a more general...