Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

I am experiencing an issue when using Syncfusion PDF Viewer with PDF files after making edits using the Draw Ink tool or any other tools : I opened a PDF file using PDF Viewer. I added text using ...
shahad tariq's user avatar
1 vote
0 answers
98 views

I achieved using PDFkit alongside Pencilkit with overlay views using a PKDrawing on top of a PDFView following the guidance of the apple developer guide (https://developer.apple.com/videos/play/...
Joseph Garcia's user avatar
1 vote
1 answer
112 views

I'm trying to make a custom highlight functionality in PDFKit's PDFView on iOS 16. I've tried everything recommended online, and it seems like there's no way to fully override the menu and remove the ...
Shreyas's user avatar
  • 13
1 vote
0 answers
294 views

I use pdfkit and I want to customize the menu contents of the selected text that appears. When I long-press and select the text, the system menu pops up with the highlight option, and nothing happens ...
blueblue's user avatar
2 votes
0 answers
443 views

I am not getting any action callback on the default Highlight edit menu, when selecting the text and pressing the Highlight edit menu, where do we get the callback of this edit menu? Also I am trying ...
Swapnil Rathore's user avatar
0 votes
1 answer
239 views

I am working with the below code, which is displaying a pdf in my resources. However, I am trying to work out how to select a pdf name from a list which will substitute the "lipsum" resource....
FelixKing's user avatar
0 votes
1 answer
186 views

I'm using flutter_cached_pdfview can't scroll the pdf in tabview But scrollable without tabview Used controller but can't scroll in tabview Want to scroll pdf in tabview with NestedScroolView
Ahmed's user avatar
  • 11
2 votes
0 answers
236 views

I have a PDFView in an app. It allows you to highlight certain text. When you click on a highlight, the built in menu appears: In the Preview.app, when you click one of those colors (or the remove ...
Tom J's user avatar
  • 126
0 votes
0 answers
162 views

I am working on a project that does some processes on PDFs and this project used package com.sun.pdfview; My job now is to make these functions works depending on Apache PDFbox library I need to use a ...
Fadi Obaid's user avatar
1 vote
1 answer
386 views

I am working on iOS pdf editor app, I have draw the pdf view inside the UIView , I gave same aspect ratio to both but there is padding/ margin between pdf view and UI View. I want to remove that ...
Suleman Tariq's user avatar
1 vote
1 answer
458 views

I've implemented Pdfrenderer in order to display a pdf? Is it possible to implement a text search in some way? How can I search the text of the document and rerender with annotations?
swift--help's user avatar
0 votes
0 answers
67 views

Had to cover a subclass of PDFView with an NSView to draw lines and texts, as PDFPage or PDFAnnotation don't seem to work at all. Successfully added the subview, showed a random text, but the problem ...
Young Shway's user avatar
0 votes
1 answer
177 views

How to attach attribute to a PDF file programmatically, without acrobat or any other reader So that it will opened with Zoom to fit width, I've copied this attribute from Smatra pdf viewer settings ...
waqas chughtai's user avatar
1 vote
0 answers
2k views

I think I'm almost there, but... I have wrapped a com.github.barteksc.pdfviewer.PDFView in a composable like so: @Composable fun PDFView( byteArray: ByteArray ) { AndroidView( modifier ...
DIJ's user avatar
  • 407
-1 votes
1 answer
705 views

Same as above screen i want to show Pdf document in two lanes. I have tried displayMode property of pdfview but not find any desired solution.
Jagveer Singh's user avatar
0 votes
1 answer
253 views

I am displaying a PDF file and would like to add a screen edge gesture to move pages around. The following code works fine when entire the content of a PDF is displayed on the screen. However, when ...
user8460166's user avatar
1 vote
2 answers
2k views

I am New to react, I am using pdf-viewer-reactjs to display the pdf file, I want to fix the height of the pdf, I tried with style, it is not working, even I wrapped the pdf with div and fix the height ...
shwetha c's user avatar
0 votes
1 answer
742 views

I developed to .net core mvc Web project. But When I tried to display PDF on web browsers(ie: Chrome, Edge, explorer, firefox..) first I save pdf as a "myfirstlist.pdf", then I updated pdf ...
hkyaaa's user avatar
  • 100
2 votes
1 answer
2k views

I am getting the error when I try to load the pdf from URL. It shows the number of pages of pdf but then error appears on the screen. Using plugin - https://pub.dev/packages/advance_pdf_viewer Logcat:...
Sachin Solanki's user avatar
-1 votes
1 answer
43 views

When you rotate the screen while reading, it reloads to page 0. I want it to stay where I read. Something else: When the screen is rotated horizontally, the display is fully displayed, but it can be ...
Safaa Hj's user avatar
0 votes
1 answer
119 views

I have a pdf that I'm downloading from an api to the local device and trying to use PDFView as I'm trying to not use webview for anything, my issue is when I get to the PDFView part, I'm following ...
Eman's user avatar
  • 1,357
0 votes
1 answer
2k views

I took pdfView, and I am trying to load pdf document on this pdfView. Pdf is not displaying/showing full screen w.r.t its pdfView as I added in storyboard. It has some gaps from top and bottom. (see ...
MK iOS's user avatar
  • 178
0 votes
1 answer
636 views

I am showing some PDF files with PDFView class. There is a problem which is when I load or better to say replace another file, the last loaded file still visible when the new file is loaded. Here is ...
iOS.Lover's user avatar
  • 6,081
1 vote
1 answer
802 views

I'm having great difficulty working out how to implement a PDFView using UIViewRepresentable. I understand that I can get variables from SwiftUI -> UIKit via a simple Binding. I understand that I ...
swift--help's user avatar
0 votes
1 answer
121 views

I put some pdf files to test pdf loading from external storage and made a code following : The code is : val main_path = "/storage/emulated/0/" val dl_path = Environment.DIRECTORY_DOWNLOADS ...
MooNChilD Song's user avatar