182 questions
0
votes
0
answers
39
views
Issue with Add Draw Ink And Re Open in PDF Viewer after Modifications in library Syncfusion , Js And Asp.net core mvc
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 ...
1
vote
0
answers
98
views
Burning Annotations in a PDF with an OverlayView
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/...
1
vote
1
answer
112
views
iOS 16 PDFView highlight button doing nothing & can't override
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 ...
1
vote
0
answers
294
views
How can I hightlight text with pdfkit pdfview
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 ...
2
votes
0
answers
443
views
How to create custom edit menu and remove the default edit menu which is shown in pdfview for iOS 16
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 ...
0
votes
1
answer
239
views
Swift PDFKit How to select pdf to view from resources (PDF Selector)
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....
0
votes
1
answer
186
views
how to scroll pdf in tabview with nestedScrollview - flutter
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
2
votes
0
answers
236
views
PDFView context menu event handler -- changing highlight color
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 ...
0
votes
0
answers
162
views
using Apache PDFbox.java instead of sun,pdfview.java
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 ...
1
vote
1
answer
386
views
I want to fix margin of my UIView with PDF View in iOS swift
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 ...
1
vote
1
answer
458
views
Android PdfRenderer - Text Search
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?
0
votes
0
answers
67
views
Causing a subview to scroll with its superview
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 ...
0
votes
1
answer
177
views
How to attach attribute to a PDF file programmatically?
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 ...
1
vote
0
answers
2k
views
PDFView as Composable
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 ...
-1
votes
1
answer
705
views
how to make PdfView with side preview and main view
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.
0
votes
1
answer
253
views
Screen edge gesture is not recognized in PDFView (UIViewer) [Swift, iOS 15, PDFKit]
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 ...
1
vote
2
answers
2k
views
How To minimize the height of pdf-viewer-reactjs
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 ...
0
votes
1
answer
742
views
Pdf viewing cached problem on same filme name for all browsers
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 ...
2
votes
1
answer
2k
views
Advance PDF Viewer : Failed assertion: line 4263 pos 14: 'owner!._debugCurrentBuildTarget == this': is not true
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:...
-1
votes
1
answer
43
views
screen while reading, it reloads to page 0
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 ...
0
votes
1
answer
119
views
Display PDF from web using PDFView
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 ...
0
votes
1
answer
2k
views
How I can show/display pdf document to full screen on pdfView?
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 ...
0
votes
1
answer
636
views
iOS: How to clear PDFView?
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 ...
1
vote
1
answer
802
views
Is it possible to detect PDFView notifications with Coordinator in UIViewRepresentable?
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 ...
0
votes
1
answer
121
views
pdfVIew doesn't work on my kotlin development environment
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
...