Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
2 answers
2k views

how to open pdf file in chrome or safari without downloading in swift?

how to display pdf file on chrome or safari when user tap on pdfButton. i am new to iOS and document displaying concept. following data i am getting from the server. { "status" : 200, "body" : "&...
vasu k's user avatar
  • 5
1 vote
1 answer
3k views

Download PDF, saving to document directory and loading it in UIWebView

I am having problem with download pdf, saving to document directory and loading it in web view. I have no experience with download things, saving things to directories and UIWebView before. Before I ...
thura oo's user avatar
  • 523
0 votes
0 answers
48 views

How to take snapshot of a Document Files getting from Server

All, We have a requirement for displaying images, Documents (PDF,doc,docx,xl etc..), If it is a image we can show the thumbnail, For Documents can we take snapshot and display it. Is it possible. For ...
kiri's user avatar
  • 2,017
0 votes
2 answers
185 views

Print and Email document created on iPad

I need to modify an app to print and email a document created on the iPad. I'm thinking that I should create a PDF document, as shown in the tutorial link below: http://www.raywenderlich.com/6818/...
SamoanProgrammer's user avatar