You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am trying to make a PDF viewer with annotation support with this package. However, I can't figure out how to make PDF document show up on the canvas.
My first idea was to convert PDF to SVG first and show it on the canvas, but that process was kinda hard to implement on React Native, since PDF.js or Inkscape WASM all needed to be running on the web browser. I tried bridging native with WebView too, but it seemed to be too complicated(Well, I think this is the most possible way I can figure out.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I am trying to make a PDF viewer with annotation support with this package. However, I can't figure out how to make PDF document show up on the canvas.
My first idea was to convert PDF to SVG first and show it on the canvas, but that process was kinda hard to implement on React Native, since PDF.js or Inkscape WASM all needed to be running on the web browser. I tried bridging native with WebView too, but it seemed to be too complicated(Well, I think this is the most possible way I can figure out.)
Any idea? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions