cgpdfdocument Questions

2

Solved

Is it possible to retrieve the name of a document from a CGPDFDocumentRef
Eisenhart asked 4/5, 2011 at 10:23

5

How can I get PDF page width and height in iPad? Any document or suggestions on how I can find this information?
Antioch asked 15/6, 2010 at 13:31

2

Solved

I'm trying to render a PDF page with some annotations on it (to email), and most of the time this works fine. However, with this PDF in particular it seems to crash every time on the call to CGCon...
Westwardly asked 29/2, 2012 at 17:35

1

I am generating PDF's in my app. I want to give the best security to these pdf's generated through my app. I have added the default security options provided by Apple, like Owner password, allow co...
Mendel asked 11/11, 2013 at 7:58

1

Solved

I want to write line by line on a pdf document the code I have is writing the text in the center of the page how can I write line by line? // Create a new PDF document PdfDocument document = new P...
Stinko asked 25/4, 2014 at 15:28

5

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 th...
Mcginty asked 18/12, 2009 at 12:6

1

Solved

I am using PDFKitten for searching strings within PDF documents with highlighting of the results. FastPDFKit or any other commercial library is no option so i sticked to the most close one for my r...
Kare asked 16/10, 2012 at 12:14

3

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, ...
Piroshki asked 29/1, 2010 at 10:28

2

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 a...
Covariance asked 20/9, 2010 at 7:24

4

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 ca...
Promiscuity asked 8/8, 2009 at 2:33

2

Solved

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 exp...
Petromilli asked 15/6, 2010 at 5:40

1

Solved

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 dat...
Ironwood asked 2/2, 2011 at 14:35

1

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 ...
Oaks asked 14/1, 2011 at 21:19

1

Solved

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 PDFRectangl...
Diastrophism asked 9/1, 2011 at 14:48

3

Solved

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...
Percolation asked 2/3, 2010 at 10:22
1

© 2022 - 2024 — McMap. All rights reserved.