Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
16k views

Reading PDF files as string through iPhone application

I am facing some problem in iPhone application development for "Reading PDF". I have tried following code. I know I have used wrong methods for parsing - parsing methods are just used for searching ...
8
votes
3answers
8k views

Show PDF in iPad using CGPDF APIs

I have learned Apple has release CGPDF APIs in SDK 3.2 for drawing PDF context. What I understand from these APIs is that you can draw a PDF to a data object or a PDF file. You can then export it, ...
8
votes
4answers
6k views

How to access hyperlinks in PDF documents (iPhone)?

Is it possible to get access to "internal" links in PDF documents using CGPDFDocument, or other means? I'm building a simple reader app and would like to deliver my content in PDF form, but if I ...
7
votes
3answers
5k views

Is there a way to programmatically scroll to a PDF page within a UIWebView?

It is possible to use JavaScript to set the pixel y-offset of a UIWebView, e.g.: [webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"scrollTo(0, %d)", offset]]; So is there ...
6
votes
2answers
1k views

How to show a PDF page by page using horizontal swipe in iphone?

I want to create a page by page PDF reader. I know how UIWebView can be used to show the PDF but It will load the entire PDF and want to show one page at a time. The PDF is stored locally. Next and ...
5
votes
2answers
9k views

PDF viewing/annotating library for iPhone?

I am currently working on an educational project where I would like to add some PDF reading functionality to an iPhone app. I know that it is possible to add a UIWebView and display the PDF there, ...
4
votes
1answer
767 views

What's the best approach for modifying PDF interactive form fields on iOS?

I've been doing some head banging on this one and solicit your advice. I am building an app that as part of it's features is to present PDF forms; meaning display them, allow fields to be changed and ...
3
votes
1answer
2k views

CGPDFDocumentRef from NSData

I get my PDF from SQLite DB into a NSData variable. Now what are my options to create CGPDFDocumentRef from this NSData? Or what are my options anyway to create this CGPDFDocumentRef, have the data ...
3
votes
1answer
676 views

How to display two pages in one scrollview page with zooming from PDF?

I want show per page pdf in portait mode and display two pages when rotate to landscape mode on ipad . I had search on internet and can't find any solution. I thought two possible way. 1.Using ...
2
votes
1answer
460 views

Get CGPDFDocumentRef name of document

Is it possible to retrieve the name of a document from a CGPDFDocumentRef
2
votes
1answer
1k views

Parsing pdf for image with iOS sdk for iPhone

I am developing an app which contains pdf book reading. I found how to display pdf file page by page through CGPDF API. What I need to know is, can we somehow parse the pdf and find if a page contains ...
2
votes
2answers
1k views

iPhone/iPad draw pdf like iBooks?

Does anyone know how to use core graphics to draw a pdf like in iBooks. I can already draw a pdf page using core graphics but was curious how iBooks shows a lower quality view of each page so it loads ...
1
vote
1answer
104 views

What is the equivalent of CGPDFDocumentGetCatalog in Monotouch?

I'm trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCatalog. Is it unbound or am I just blind?
1
vote
1answer
243 views

CGPDFDocumentRef and autorelease

Is there an autorelease analogous method for CGPDFDocumentRef instances? I'd like to apply this before returning an instance I created. Or can I only do CGPDFDocumentRelease(...) before returning ...
1
vote
1answer
758 views

PDF zooming inside UIScrollView

I have a 2835 pixel PDF file inside 2835 pixel UIScrollView. To display the PDF I use CATiledLayer. My problem is when I zoom out the scrollView (at scale below 1) the PDF quality gets very bad. What ...
1
vote
1answer
206 views

CGPDFDocument and local data

I have some NSData in Core Data db (it's pdf data) and I would like to print my pdf with CGPDFDocument. I have to use url of the data but I don't know how to make this with a local data (in my Core ...
1
vote
1answer
2k views

Rendering a CGPDFPage into a UIImage

I'm trying to render a CGPDFPage (selected from a CGPDFDocument) into a UIImage to display on a view. I have the following code in MonoTouch which gets me part way there. RectangleF PDFRectangle ...
1
vote
1answer
494 views

how to fit the pdf to the screen size while rendering using cgpdfdocumentref…?

I am new to ipad application development. I am rendering a pdf book using CGPDFDocumentRef in the iPad. I am able to render the pdf properly which is coming in the centre of the page. Its leaving ...
1
vote
1answer
2k views

Extracting thumbnail image from CGPDFPageRef

I am attempting to create thumbnail images for a CGPDFDocument. In the PDF Document Parsing section of the Quartz Programming Guide, there is the following code: CGPDFDictionaryRef d; ...
1
vote
1answer
827 views

PDF parsing for an eBook app

Looking for some help on the pros and cons of using UIWebView vs. CGPDF for the purpose of creating an eBook reader app. The content would be in the form of PDF, thus Iam trying to figure out which of ...
1
vote
2answers
2k views

how to get actual pdf page size in ipad

how can i get pdf page actual size means pdf page width and height in ipad? please give me a document or hint.
1
vote
2answers
1k views

iPhone: CoreGraphics and memory management

Can someone tell me what I am doing wrong here? I use this method to flip through pages in a PDF. But something in the code seems to not be released properly because every-time I pull a PDF page that ...
1
vote
1answer
4k views

reflow text in PDF documents (iPhone, CGPDFDocumentRef)

I'm using CGPDFDocumentRef to render PDF content for an ebook app. This works great, but it seems to preclude allowing the user to read text in "landscape mode" by tilting the phone- I have no way to ...
0
votes
0answers
35 views

Pdf to Image Conversion Issue in Iphone sdk

I need to render Pdf Pages as UIImage and show it in My UIView.. I can render all Pages by using CGPDF Functions , but the problem is when I use to run it lesser than IOS 4.x , then it was working ...
0
votes
0answers
39 views

CGPDFDocument NSData Dump

Can anyone recommend a way to convert a PDF into raw NSData after parsing CGPDFDocumentGetPage? I am using some stock vector art in my app and the license terms require that the vector data is not ...
0
votes
2answers
65 views

CGPDFDocumentCreateWithURL memory usage

Hi every one i am here to clarify my doubt it might be silly for most of them but i need it for my app.my question is while writing the below line CGPDFDocumentRef myDocumentRef= ...
0
votes
1answer
186 views

How to change the background color of CGPDFPageRef, and how to remove the page's shadow

I'm trying to draw content in a UIWebView instead of a UIView, because I like UIWebView's ability to zoom in and out by pinching. Here's my code: // setup environment CGRect outputRect = ...
0
votes
1answer
72 views

saving image from a page of CGPDfDocument is not perfectly fitted in UIImageview

I am having some trouble with saving a PDF page as UIImage...the pdf is loaded from the internet and it has one page(original PDF has been splitted in sever)...but the converted image sometimes is ...
0
votes
1answer
107 views

Saving a CGPDFDocumentRef to File

I am having a hard time searching for this question, is there no one can answer this question? I am hoping for a good answer with example. follow this question iPhone - pdf encryption but I think ...
0
votes
0answers
84 views

CGPDFDocumentRef to NSData

I got CGPDFDocumentRef from NSData for convert nsdata to pdf, but how about the reverse one? And is it possible to change the CGPDFDocumentRef pdf password without writing it to File/url Cocoa PDFKit ...
0
votes
0answers
106 views

Highlighting, editing text in Pdf reader in IPhone application

Hi i am developing an iPad application which reads pdf documents. to read pdf i am using vfr reader v2.5. http://www.vfr.org/. Now what my requirement is, i need to put comments for text in pdf and ...
0
votes
0answers
129 views

Save pdf template file to new pdf file after edit text in iPhone

Now I am creating an application that will display PDF file. Now I want to edit PDFs, Editing includes marker, highlights and writing notes. Now my question is how to edit? I mean do we need to ...
0
votes
0answers
31 views

How can you rotate a CGPDFDocument?

Good! The fact is that I have to get a pdf of a URL, download and display an animation. The portion of download and display well but I have a problem because not all the pdf's that gives have the ...
0
votes
1answer
40 views

CGPDFScannerCallback — what does the info parameter point to?

Apple's CGPDFOperatorTable Reference says a PDFOperatorCallback should look like this: void MyCGPDFOperatorCallback ( CGPDFScannerRef scanner, void *info ); Parameters scanner A ...
0
votes
0answers
45 views

Loop does not show previous pdf files

I created a loop to show all the pdf files in an array, but currently it only display the last pdf file. What is wrong with my code? NSURL *pdfUrl = [NSURL fileURLWithPath:pdfFile]; ...
0
votes
2answers
176 views

Loading PDF in iPad

I am using CGContextDrawPDFPage class to render PDF in my app without any trouble. But, the amount of time taken to load the book is a bit more and the time taken to render the page is proportional ...
0
votes
0answers
145 views

Search funtionality + CGPDFDocument

I am working on the search functionality of .pdf file in iphone, i had found the code from KurtCode / PDFKitten But in this i cannot able to view the multiple page of the pdf file. And also from ...
0
votes
1answer
176 views

iPhone - Create PDF using text and image

I've some text entered by user in my app and image is captured from camera. I want to create a PDF using the text and image? I know how to create a PDF as mentioned in URL PDF Creation But I don't ...
0
votes
1answer
183 views

iOS application update problem with files in documents directory

Oddest issue, thought I would see if anyone had run into this before. We have an iPad application that stores PDF files in the documents directory. All goes great, we can open the PDF's with ...
0
votes
2answers
538 views

Zoom support while page curling effect present in pdf reader app

Hi I am developing an ipad Magazine app where I need to display pdf files.I am using leaves project for page curl effect.This works great. But in landscape page fits to height(768px) and it becomes ...
0
votes
2answers
552 views

CGPDFDocumentCreateWithURL will download the file in to documents directory or not

I am accessing the PDF files available in my PHP server using my iPhone with the help of passing file url to CGPDFDocumentCreateWithURL. My question whenever i access the files it will downloaded to ...
0
votes
1answer
353 views

CGPDFViewController and multipage PDF (zomming)

I am trying to create a basic PDF viewer for iOS, and I am pretty much stuck. I only want it to be able to view PDFs and jump to a specific page. Here is what I have done so far: #import ...
0
votes
1answer
238 views

Search for a word in a pdf iPhone, iPad

i use CGPDFDocumentRef control to view pdf file in ipad and I want to add search capability and highlight the results, and also is there a way to zoom in and out using a multitouch? Thanks
0
votes
0answers
237 views

CGPDFDocumentCreateWithURL and pdf file size issues

I'm using CGPDFDocumentCreateWithURL to create a reference to pdf document. then i create the image from this reference and release it. Everything works fine if the size of the PDF is below 1MB. ...
0
votes
0answers
620 views

CGPDFDocumentRef leaks

In the code below.. i'm creating images in a Lot of 10. (PAGE_RANGE = 10) The problem is Instrument is showing leak in line: CGPDFDocumentRef tempPDF = CGPDFDocumentCreateWithURL(url); The ...
0
votes
2answers
300 views

Rotate CGPDFDocument/Page

I'm loading a CGPDFDocument, adding that as a sublayer to a UIView (myContentView), and then adding myContentView to a UIScrollView. That works fine. Now I want to allow the user to rotate the PDF ...
0
votes
0answers
140 views

Anti-Aliasing in UIWebView and/or CGPDFDocument

I have a vector image 3000x2000 pixels. I am presenting it inside a UIScrollView on iPad. I have tried to use an SVG file inside UIWebView to present the vector, as well as PDF file in CGPDFDocument. ...
0
votes
0answers
395 views

PDF scale in a CATiledLayer

I can't figure out why my PDF (embedded in a CATiledLayer, embedded in a UIView, embedded in a UIScrollview) isn't scaled right. Screen width is 320px (for iPhone3) but my PDF is rendered with a 1.25 ...
0
votes
0answers
122 views

CGPDFDocument can't draw jpeg2000?

HI,guys. I'm using this code to draw pdf,but i've compress the pdf's image to jpeg2000.so the cgpdfdocument can't decode the jpeg2000,just show noting but blank.how can i make it to decode the ...
0
votes
1answer
1k views

How to display a PDF document that includes hyperlinks? (on iOS)

The Situation: I have a pdf document that includes hyperlinks. I would like my iPhone app to display this pdf document, and enable clicking of the hyperlinks. Note: Currently, I am trying to do this ...

1 2