The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
50 views

CFString Dispose random crash

I am trying to create a thumbnail image of pdf in Monotouch but the app crashes sometimes and throws below error. Stacktrace: at MonoTouch.CoreFoundation.CFString.Dispose () [0x00000] in ...
3
votes
1answer
72 views

How to Recognize Cover Pages in PDF-Document

I would like to implement a PDF-Viewer which shows two pages of the document side by side at a time. Naturally, the document should show the cover page alone if it exists such that those pages ...
1
vote
1answer
54 views

Duplicate CGPDFStrings from a CGPDFArray generated from a TJ callback on a PDF stream

OK, so I'm parsing through the PDF content stream, discovered that the TJ callback produces an array of strings, so I grab it and start iterating through it to get the string values like so: static ...
0
votes
0answers
27 views

Can't read/write to properties of an Objective-C class from within a CGPDFOperator C function

OK, so I'm using C callback functions being run from a CGPDFScanner. These functions are within a class called PDFContentStreamProcessor with an NSMutableArray property called myArray ARC is enabled, ...
0
votes
1answer
110 views

PDF thumbnails in iPad are blurry

I am creating thumbnails and showing those thumbnails in gridView(using AQgridView). Thumbnails shown in gridView is too blurry and is not what I want. I am attached my code. Please help. Here is my ...
1
vote
1answer
123 views

Load auto paged pdf in iOS like iBook

In iBook, when you open a PDF, you can auto format and paged the pdf, e.g. if in iPhone, there are 5 pages, but when you view with iPad, it only contains 2 pages. When you change the text size, the ...
0
votes
0answers
61 views

Searching a CGPDFDocument in Monotouch

I've been trying to figure out how to add searching capabilities to an existing PDF reader. I started off with mTouch-PDFReader and integrated it into my app. I read this question. So I started ...
4
votes
1answer
335 views

PDFKitten is highlighting on wrong position

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 ...
1
vote
1answer
71 views

Why PDF text showing operators don't show white space?

I'm parsing a PDF with Apple's Quartz framework. The text showing operators I put (Tj, TJ, ', ") don't show space for some fonts. Have you any idea why this occurs ? My thought is just because the PDF ...
1
vote
0answers
84 views

CGPDFDocument and the trailer/encrypt dictionary

I am trying to get access to the /Encrypt dictionary in the Trailer to check permissions on a PDF. CGPDFDocument only gives access to the Info and Root (top level) dictionaries it seems. ...
0
votes
2answers
358 views

How to attach CGPDFDocument/CGPDFPage to MFMailComposeViewController

I have a muti page pdf document stored on local storage. I want to extract any page out of that pdf doc and convert it into NSData to attach it with 'MFMailComposeViewController'. With the following ...
1
vote
0answers
233 views

Create a PDF file with multiple pages in Quartz2d

I am currently working on an iOS PDF reader. I am able to draw annotations on pages of a PDF file. However, I cannot export such a PDF file with more than one page. I wrote a function which can ...
0
votes
1answer
244 views

Highlight in CGPDFDocument

I'm new in iphone I opened a pdf file using CGPDFDocument. I want to make it when do a long press in a specific line in document, do a highlight. any sample code to do this?? Thanks in advance.
0
votes
1answer
205 views

Why is a CGPDFDocumentRef showing blurry lines on the view? (See Image)

I have a very strange and particular case on which I want to show a PDF on the screen. However, the problem is that my document is showing blurry lines, not shown on the program Acrobat Pro. Watch ...
0
votes
2answers
1k views

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present a nil modal view controller on target

I'm new in iphone, I'm trying to open a view when pressing a button, in my class "ReaderViewController" I wrote the following code: - (void)tappedInToolbar:(ReaderMainToolbar *)toolbar ...
0
votes
0answers
104 views

highlight text in cgpdfDocument

I created an application to open pdf using CGPDFDocument, I want to highlight a text on it. How can I do that programmatically?
0
votes
1answer
251 views

cgimagesourcecreatewithurl pdf

I'm trying to load thumb images in CGPDFDocument I wrote the following code in a function called "main" in class "ReaderThumbFetch" NSURL *thumbURL = [self thumbFileURL]; CGImageRef imageRef = ...
1
vote
1answer
852 views

In iOS, using CGPDFDocumentRef, why is my PDF showing big margins and not the whole page? [duplicate]

Possible Duplicate: how to fit pdf page in entire view I am showing with no problem a PDF, however, the original PDF does not have the big margins shown at the moment I compile the App. My ...
0
votes
1answer
278 views

can we save the contents drawn on the pdf as a new pdf ? xcode

Can we save the contents drawn over the pdf , as pdf again , i tried to save the pdf with the contents but with no luck , it saves with blank pdf the code: - (void)drawRect:(CGRect)rect { NSString ...
0
votes
0answers
197 views

Add a Button to PDF Page of QLPreviewController

Is it possible to add a button onto a particular page of a PDF document being viewed in a QLPreviewController. I know I can use CGPDFDocument classes to do that. But there is so much in UI that ...
0
votes
1answer
115 views

Can't access ivar CGPDFPageRef

I can't access the CGPDFPageRef and CGPDFDocumentRef of my ReaderControllerView from my ContentViewController. I declared them under @public in my header file like this: @interface ReaderContentPage ...
0
votes
0answers
88 views

Finding text or character in a pdf through Touches - iOS

Is it possible to translate the CGPoint into the coordinate system of a PDF, and find out if a text is present in that said location? For example: - (void)touchesBegan:(NSSet *)touches ...
1
vote
3answers
351 views

PDF colours weird via web view and CGPDFDocumentCreate, yet not in preview

I've been using a couple of methods in an iPad app for over a year now, largely based on apple code available here to display PDF pages nicely - it's worked fine for dozens of different PDFs until ...
0
votes
1answer
149 views

EDIT CGPDFObject of the pdf

i try long time to parse a pdf file with quartz cgpdf api, but my question is true that CGPDF API can't edit the object saved in the pdf? it mean the api used just only for reading file?
1
vote
1answer
304 views

Create pdf in proper format

I want to create PDF with proper format like proper text and image would be on proper format like normal PDF file. I know how to create PDF with image and text but I don't know how to format it & ...
2
votes
1answer
251 views

Create a CGPDFDocument from a byte array

In MonoTouch I am looking to create a CGPDFDocument from a byte array transferred back text encoded from a web service. However MonoTouch does not seem to support creation from anything other than a ...
0
votes
1answer
585 views

How to show the downloaded pdf with CGPDFDocumentRef?

I am downloading pdf file from server using this code. NSString *urlString = @"https://developer.apple.com/library/ios/documentation/uikit/reference/UILabel_Class/UILabel_Class.pdf"; NSURL ...
0
votes
1answer
457 views

CGContextDrawPDFPage crashing without ever producing a memory warning

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 ...
0
votes
0answers
188 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
655 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
568 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 = ...
2
votes
1answer
221 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 ...
1
vote
1answer
625 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
1answer
475 views

how to change the font properties(size, color,style) of the pdf document in UIWebView CGPDFDocumentRef

i am doing one eBook reader app for iphone in objective c ,i have tried 2 methods of loading pdf document using UIWebView and CGPDFDocumentRef but i am not getting how to change the font ...
1
vote
1answer
255 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?
0
votes
1answer
84 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
90 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
409 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 ...
1
vote
1answer
404 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
404 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 ...
1
vote
2answers
1k 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 ...
1
vote
1answer
522 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 ...
0
votes
2answers
1k 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 ...
5
votes
1answer
1k views

Get CGPDFDocumentRef name of document

Is it possible to retrieve the name of a document from a CGPDFDocumentRef
0
votes
1answer
876 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
1k views

Search for a word in a PDF on iPad

I use CGPDFDocumentRef control to view pdf file in iPad. I want to add search capability and highlight the results. Any suggestions on how I can do so? In addition, I would like to know if there there ...
0
votes
0answers
1k 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 ...
2
votes
1answer
2k 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 ...
1
vote
1answer
1k 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 ...
0
votes
2answers
580 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 ...

1 2