Tagged Questions
0
votes
0answers
44 views
UIwebview open document (pdf) in other app
Hello everyone,
I am trying to open pdf file in uiwebview to other app. I can display popup like this.
I write the code like this. I put delegate also. ...
0
votes
2answers
84 views
Scrolling PDF programmatically in UIWebView
I wanna to scroll(down) on a UIWebView(iPad Application), where I will display a local pdf file, programmatically.
I have added a UIWebView with the interface builder and linked it.
@interface ...
3
votes
0answers
62 views
UIWebView - PDF HyperLink's crash
I have a UIWebView and I open a PDF in it. The PDF contains lot of hyper link's, I get a action sheet when I long press it.On pressing the open button in the action sheet and if the hyperlink is a ...
0
votes
1answer
73 views
How to embed font into PDF file displayed in UIWebview?
I am opening a pdf file downloaded from server into UIWebview. However, the pdf opens correctly into the web view, but there is an error displayed on console:
LLALCK+MyriadPro-SemiboldIt: ...
1
vote
2answers
124 views
Creating PDF file from UIWebView
-(void)createPDFfromUIView:(UIView*)aView saveToDocumentsWithFileName:(NSString*)aFilename
{
// Creates a mutable data object for updating with binary data, like a byte array
UIWebView *webView ...
0
votes
1answer
56 views
Repeating Again - LLALCK+MyriadPro-SemiboldIt: FT_Select_Charmap failed: error 6
I had asked this question couple of days before, but unfortunately didn't get any solution and replies.
Hoping to get one this time.
I have a pdf file that I download from server and display it in ...
0
votes
1answer
115 views
PDF paging from UIWebView
I'm using this class to generate PDF file from a UIWebView
-(void)createPDFfromUI:(UIView *)aView saveToDocumentsWithFileName:(NSString*)aFilename
{
// Creates a mutable data object for updating ...
0
votes
1answer
73 views
Issue loading PDF in UIWebView
I am trying to load a pdf in UIwebView but it does not scale page to fit. Moreover it shows 2 pages at a time. Can someone suggest a better way to open a pdf(in the bundle) in ipad just like a reader?
...
2
votes
1answer
63 views
Write on a PDF file programatically
I'm looking for a way to write text on PDF file in my code.
I started with load the pdf file in a UIWebView and I add UILabel to the UIScrollView of the UIWebView. Is it the good way to write on it ?
...
1
vote
0answers
108 views
iOS pdf in a UIWebview, error FT_Select_Charmap failed
I've looked around for a while now but can't seem to find an answer. I load my pdf into a UIWebview using;
[myWebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle ...
2
votes
2answers
193 views
Check if UIWebview is displaying PDF
To be clear, my question is not asking how to display a PDF in a UIWebview. I want to check if the user has navigated to a PDF (.pdf) document from some website or link. That way I can show more ...
1
vote
0answers
106 views
Pdf inside UIWebView with links to return to its first page
I'm currently working on an app, that displays one pdf inside of a UIWebView. That's working fine.
The pdf gets loaded like this:
NSString *path = [[NSBundle mainBundle] pathForResource:@"file_name" ...
0
votes
2answers
90 views
How to show pages index in side when showing the pdf in uiwebview
In the above image, we can see the navigationbar and pages index(side) which can viewed when the user tapped the screen once and will be removed from superview, on another tap.
I added the ...
0
votes
0answers
79 views
Xcode: add image on uiwebview
I was wondering if there is a way to out an image on a PDF file (opened in a webView)
I have a PDF map and I would like to indicate a particularly point of the map with a pin - an image.
Now I solved ...
0
votes
1answer
89 views
Centring a PDF in a UIWebView
Here is what my PDF looks like now when loaded in a UIWebView: (I put in a blue gradient as the UIWebView's background so you can see what I mean better).
I would like to centre that so that the ...
0
votes
0answers
83 views
magazine epaper app pdf in uiwebview - app crashes
I have developed a magazine e paper app which opens the PDF files in UIWebView. I have created a set of 3 webviews at a time & display the PDF pages to handle smooth scrolling. When loading some ...
0
votes
0answers
29 views
PDF Text Extraction in iOS [duplicate]
Possible Duplicate:
Reading text and images from a pdf document in iOS
I have an app that currently extracts text from a PDF using PDF Kitten ( https://github.com/KurtCode/PDFKitten ). ...
0
votes
1answer
286 views
view PDF in UIWebView
The "supporting files" folder of my app contains a document named test.pdf.
Trying to view the pdf file with the following code in ViewDidLoad displays an empty UIWebView:
NSString *testPath = ...
1
vote
1answer
223 views
Using MonoTouch How do i save a PDF file from a url directly to iBooks?
At the moment I pass the PDF URL to the UIWebView and display it in the app. The PDF files are external and not included within the bundle.
I want to provide the user with the option to save the ...
3
votes
1answer
358 views
How to see Digital Signatures in PDF files using objective C
I have a PDF viewer in my app. I am simply loading the PDF file into a UIWebView. But when the PDF contains digital signature, it is not displayed in WebView. All other content of the PDF is ...
0
votes
1answer
160 views
PDF size in a UIWebView
I just want to know if it's possible to know the size of a pdf after loading it in a UIWebView ?
When we use a code like this :
[self.siteWebView loadRequest:[NSURLRequest requestWithURL:[NSURL ...
0
votes
2answers
263 views
Will JavaScript in a PDF run an IOS WebView
I have a PDF file that include JavaScript code for validation of the data entered in the PDF. This runs Adobe Reader. I would like to include the same functionality in my iPad App.
If I load this ...
2
votes
3answers
284 views
UIWebView without Copy/Paste when displaying PDF files
I have tried to disable Copy/Paste in UIWebView by using a category and overriding canPerformAction and returning NO for copy, cut and paste selectors.
It worked as expected when I loaded a ...
0
votes
1answer
265 views
Remove page number box in UIWebView
I'm opening a pdf file with UIWebView and once i'm starting to scroll down it shows be the page number box and i don't to see it.
Any idea?
Thanks
0
votes
2answers
334 views
UIWebView pdf content is no resized in iPhone 5 (4-inch)
I'm using UIWebView to load local 5 pages pdf file, the page content is perfect in iPhone (3.5 inch), but it's not resized appropriately in 4-inch, check the screen shot.
How can I fix it?
Thanks
0
votes
1answer
117 views
How to copy selected data from a PDF displayed in a UIWebView
I am working on a project that displays a PDF in a UIWebView. I have added another UIMenuItem to the UIMenuController in order to do various things with the text in the UIWebView that has been ...
0
votes
0answers
330 views
iOS - “Received memory warning” when viewing specific PDF in UIWebView
I have an iPad app which has a UIViewController containing a UIWebView for viewing documents. I've been using this happily for some time with no problems. However I've come across a 13 page PDF ...
2
votes
1answer
172 views
Xcode - UIActivityIndicator disappears too soon
I have an UIActivityIndicator that should loop until a PDF file is loading.
I can't understand why, but the indicator disappears before the PDF is loaded.
I can't understand if the PDF file is too ...
0
votes
1answer
151 views
iPad: PDF in UIWebView has sometimes a blank first page (why and how to solve?)
My app for the iPad shows PDF-files by using a UIWebView. But sometimes when I click on several pdfs in a row, the first page of a pdf is blank suddenly. When I reopen the same pdf a second time, the ...
-1
votes
1answer
155 views
Open PDF in UIWebView
I have a web app with JQuery Mobile and I try to open a PDF file, this is a native aplication and this have opened from a UIWebView from an iPhone, but when i open the PDF it doesn't have zoom ...
0
votes
1answer
131 views
pdf file in UIWebView : change the language of the page number infobox
When opening a pdf in a UIWebview, a little infobox appears on the top-left corner of the screen.
I would like the language of this infobox to be the same as the app language.
For the moment I only ...
0
votes
0answers
203 views
Using UIWebView to view PDF embedded in HTML5
I am currently having a UIWebView built on an application. Is it possible for me to view a HTML 5 page with PDF file embedded in it?
Restraints / Requirements
- The UIWebView can't be modified. ...
0
votes
0answers
212 views
iOS: Show PDF in WebView
I´m trying to show a pdf in a webview, but the webview is always white / blank.
if i log the path from the local file, it can be logged, so the file is there..
Here is my code:
NSString *path = ...
2
votes
3answers
288 views
How can I detect the completion of view layout for a UIWebView
I want to allow a user to associate a zoom factor with a document and use it as a starting point when displaying that document inside a UIWebView. It seems, however, that webViewDidFinishLoad: only ...
0
votes
0answers
31 views
How to deploy and display a file like a PDF file with copyright information?
I want to have a view displaying our copyright license and third party licenses.
It is fairly easy to display a PDF file in a UIWebView but my problem is how to include these files in the App.
I ...
0
votes
0answers
157 views
UIwebview not displaying entire pdf file
I have a pdf file that displays perfectly in my browser, all 9 pages. When I load it onto the iPad simulator though, it cuts off at 1.25 pages. The scroll works fine, but it hits the end of the pdf ...
1
vote
0answers
164 views
ios - UIWebView Bookmark Bug with pdfs
I have some code that generates a pdf from text files, and adds bookmarks to various locations within said pdf using UIGraphicsAddPDFContextDestinationAtPoint and ...
1
vote
3answers
493 views
Disable hyperlinks in PDF file in UIWebView
I have a WebView with a PDF file and a document in it contains hyperlinks that I want to disable. I tried using this approach but it didn't work, the links still open and load the nasty URLS:
I ...
0
votes
3answers
6k views
how to display pdf on ios
I'm still pretty new to xcode, although I did many tutorial and online research before, there are still a few things which puzzle me as obj c is not my native programming language. (self-learned on my ...
0
votes
1answer
1k views
How to set initial zoom on UIWebView in xcode
I'm wondering how to set an initial zoom on a PDF document loaded in a UIWebView in XCode. It is a table, and I want the web view to load zoomed in on a specific column (or part of a column which I ...
0
votes
0answers
177 views
UIWebview loading PDF causes memory warning
I have a big problem with my app when loading a remote pdf file in a UIWebview. I have one view with uibuttons to go to the next screen to open the chosen pdf in a uiwebview. I have put the code at ...
1
vote
1answer
266 views
iOS UIWebview crash if copy text from the displayed pdf
i've tried to search a lot inside stackoverflow and in google before ask my question.
Seems to be similar questions but for me without answer.
So i'm trying to ask!!
i've a view controller presented ...
1
vote
2answers
627 views
How can I save a PDF displayed in a UIWebview control (WITHOUT reloading it from the net)?
I have an app opening URLs that may be PDFs.
I can detect a PDF is opened in the UIWebView control, and if so, I propose to save it locally, in the iPad.
To date, the only solution I found (as ...
1
vote
0answers
813 views
UIWebView displaying a Page - Zooming Out and Staying Zoomed Out
This is incredibly annoying. Sometimes I'll be viewing a PDF that's quite long (by height of pages, not length of document), so I cant get the full page on the view without zooming out, and the moment ...
0
votes
1answer
167 views
PDF displayed incorrectly in iOS 4.3 but works in iOS 5.0 and above
I have the following code that displays a pdf just using a simple UIWebView in InfoViewController:
- (void)loadPDF
{
NSString *pathToInfoPDF = [[NSBundle mainBundle] pathForResource:@"info"
...
0
votes
0answers
464 views
stringByEvaluatingJavaScriptFromString on UIWebView not working
I'm sending the stringByEvaluatingJavaScriptFromString to my webview while it contains a pdf document, but I'm receiving no returned result when I ask it for the "scrollY" or "document.title". It just ...
0
votes
1answer
466 views
Loading pdf pages into UIWebView
I've loaded a pdf file into a UIWebview using the following:
(void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
self.webview.scalesPageToFit = YES;
NSString *path ...
2
votes
1answer
1k views
UIPageviewController PDF
I am new to iphone app developing and need to display a PDF file in an app that I am working on. I would like to use UIPageViewController as that allows paging ect. As of yet I have not been able to ...
1
vote
1answer
589 views
ios 5 uiwebview shadows
i'm trying to display pdf file in uiwebview. my pdf files have different size.
one can see the shadow or gradient outside of pdf in uiwebview.
i've tried different solution but with no luck. see the ...
1
vote
1answer
2k views
Save PDF which is displayed by UIWebView locally
I have a ViewController with an UIWebView which displays a pdf file depending which row was clicked before in an UITableView. Now I want to add a button for the user to save this pdf file locally for ...




