Closed SheppardX closed 3 years ago
It might be a problem with @types/pdfobject. Try downgrading that to 2.0.6
thx i will try that, i found a workaroung with Renderer2 from angular but that alot of code instead of the PDFObject oneliner
Cool. I've had other problems with @types/pdfobject@2.2.0
but haven't got the bandwidth to raise a PR, specifically fallbackLink
should be string | boolean | undefined
not boolean | undefined
Hi @SheppardX
Sorry to see you're having an issue. The types package is not something I've worked with. You'd need to reach out to them for guidance or assistance.
@johnhunter thanks for the pointer
Cool. I've had other problems with
@types/pdfobject@2.2.0
but haven't got the bandwidth to raise a PR, specificallyfallbackLink
should bestring | boolean | undefined
notboolean | undefined
it worked thx you !!
I see this error as well, but I am not using pdfobject. Any other pointers to what might cause it?
for me it fixed downgrading to 2.0.6
Am Mo., 31. Mai 2021 um 11:09 Uhr schrieb Sune Radich Vestergaard < @.***>:
I see this error as well, but I am not using pdfobject. Any other pointers to what might cause it?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pipwerks/PDFObject/issues/245#issuecomment-851345164, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRRRW7QZUXDZRW3F23LIV3TQNG5ZANCNFSM44X6NI3Q .
I see this error as well, but I am not using pdfobject. Any other pointers to what might cause it?
@SuneRadich just to be clear, this is a problem with @types/pdfobject, not pdfobject. If you don't use pdfobject then uninstall @types/pdfobject
Since this is not a bug with PDFObject I'm going to close the issue. Thanks
Just an update to say @types/pdfobject@2.2.2
works fine with pdfobject.
as soon as i install pdfobject via npm module i get this error when i am starting my app
if i uninstall it again it works
my package.json