How to add PDF viewing and editing in Angular App with TypeScript

preview_player
Показать описание
Join this code-along session to integrate PDF and MS Office viewing, editing, and redaction into an Angular TypeScript application.

In this video, we'll explore:

Installing @pdftron/webviewer
Integrating the viewer into a component
Customizing the component's style

𝐑𝐞𝐬𝐨𝐮𝐫𝐜𝐞𝐬:

Introduction: (0:00)
Install PDFTron's WebViewer: (0:35)
Add WebViewer to a component: (1:08)
Styling WebViewer: (1:36)
Configuring WebViewer: (2:20)
Copy WebViewer's resources: (3:55)
Running the app: (5:24)
That's it! : (5:35)

#AngularCodeAlong #PDFEditing #MSOfficeViewing #AngularDevelopment #TypeScript #ApryseWebviewer #AngularComponents #TechTutorial #CodeIntegration #DocumentRedaction #ViewerCustomization
Рекомендации по теме
Комментарии
Автор

Thank you very much, it is a beautiful viewer.

leonardovr
Автор

Hi, Can you please provide solution on how to highlight a text in my document based on coordinates received from backed. The coordinates being x, y, height and width along with page number.
Is the above ask feasible with pdftron?

gauravgupta-kpwb
Автор

how can i get the annotation that i made even on page refresh? as it vanish when i do so.

AmanSharma-bwby
Автор

Hi, Andre nice video. My question is "Can I generate a pdf from html that is selectable and readable through pdftron?" for Angular. If yes please share me the link. I've gone through your website and got confused. Thanks in advance.

rockyrakesh
Автор

Hi is it possible to give the"initialDoc" property a base64 string or a Blob or really anything that could allow the given file to be dynamic?

nicenamenicesurname
Автор

Hi.. What library you've installed? Saying "npm.. " After stopping the running app in the starting of the video

paperinflames
Автор

Hello, good video, thank you very much, it helped me to start, but I ask you a question, how could I show a new document in the same div? When loading a new document, it gives an error because it cannot create 2 instances in the same HTML element, how could I solve it? I have the documents in a dynamic list that is loaded from an API Node. Thank you very much. Sorry for my English

DavidAcureroMixzplit
Автор

Hey i've implemented your product successfully, but there a pdftron watermark on my pdf. How to remove it?

ahoussimea
Автор

hai in out put screen it is telling 404 not found why?

madhumitha
Автор

What command did you use to start the application?

felipesilva
Автор

hi. How i can customize css in angular? I added css file in assets and use this path in my component css: '../assets/pdftron.scss' but is not working

malib
Автор

Hi how i can use with file local o byte array?

PieroPauloBravoGutarra
Автор

Excuse me How to edit the text inside the pdf file and then save it ?

TechStory
Автор

I'm trying out your product, and I get "ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'addEventListener' of undefined" at webviewer.min.js:1

jbirzer
Автор

Hi.... how can i remove the watermark???

andresahumada