Tagged Questions
0
votes
1answer
40 views
Core Graphics memory leaks while displaying pdf images
I have a subclass of UIImageView view that loads pdf image data, so that I can have a resolution independent graphic in my view. Works well for the stated purpose, but I am getting memory leaks with ...
1
vote
3answers
77 views
Fit Polygons Together
How to eliminate the boundary between triangles?
I'm implementing export-to-pdf in my triangle drawing app. The image above shows what the pdf output looks like. There are white boundaries ...
0
votes
1answer
49 views
CGPDFDocumentCreateWithURL fails (Toll-Free bridging of NSURL to CFURLRef)
I've got the following function:
- (void)loadPdfFromPath:(NSString*)path
{
NSURL *pathUrl = [NSURL URLWithString:path];
_pdfDocument = CGPDFDocumentCreateWithURL((CFURLRef)pathUrl);
}
...
1
vote
2answers
131 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 ...
2
votes
1answer
161 views
PDF rendering with white lines on top/bottom, left/right edges
I'm using the (excellent) vfr-reader in several iOS applications. It works like a charm, but I'm having problems with the rendering of some PDF files.
In VFR-Reader, I'm seeing white lines at the top ...
0
votes
0answers
24 views
CGPatternCreate call back not working when creating a PDF file
Okay - let me start by saying I hate call backs. There must be a more straight forward syntax for this. That being said, I've created and am using a call back for creating a CGPattern and filling a ...
0
votes
1answer
114 views
Blurry Images when rendering to PDF using UIKit/Coregraphics
Everything seems pretty standard I downloaded PDF GENERATION SAMPLE and used my own assets at normal resolutions and my images look a little off.
Here's the asset
Here's what it looks like in app
...
1
vote
1answer
90 views
Embed hyperlink in PDF using Core Graphics on iOS
I'm trying to do a quite simple thing: write an URL inside a PDF file that can be actually clicked by the user.
I know for sure that using libharu it can be done. What I'm looking for is to do the ...
0
votes
3answers
136 views
Modify pdf metadata color space using CoreGraphics
I m trying to change color space for image objects of a pdf file, but first problem is that I cannot find ICC color profile inside pdf metadata.
All I have in Metadata is one array with 2 components:
...
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
2answers
265 views
CGPDFDocumentCreateWithURL ARC Memory Leak
I want to render PDFs on iOS and I'm getting a memory leak when I call CGPDFDocumentCreateWithURL(). I know this issue has been discussed before, but I don't know whether my conditions are different ...
0
votes
2answers
195 views
To generate PDF in report format
I have generated PDF using CoreGaraphics in which i have passed line by line string which i want in PDF. But now i want to generate it in report format. And the data will vary as it is coming from web ...
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 ...
1
vote
2answers
330 views
How do you create a PDF with Annots?
I am trying to generate a PDF in code that has Annotations such as Widgets and Links. I can generate the PDF and modify the document info and the MediaBox of the page, but I can't figure out how to ...
0
votes
1answer
416 views
Rendering PDF in iOS using drawRect and drawLayerInContext
I'm creating a custom view that renders a PDF to its bounds rectangle .
I have pasted the code below :
CGContextSetRGBFillColor(context, 1.0,1.0,1.0,1.0);
CGContextFillRect(context, self.bounds);
...
0
votes
1answer
181 views
PDF Highlighting above image / below text
i'm trying to highlight text in a pdf, and have the highlighted rectangle to be drawn under the text.
It works fine on most PDF's, but I jumped into a problem when the text I'm trying to highlight ...
0
votes
2answers
296 views
How to use AirPrint to print a locked pdf file
I know use CGPDFDocumentUnlockWithPassword to unlock a pdf, but it returned a CGPDFDocumentRef, and if I want use AirPrint to print it, it should be a NSData or a url, But I don't know how to convert ...
0
votes
0answers
167 views
Select/Highlight/Copy lines from a PDF in iOS using CG/Quartz
I've searched many sites, and found several links which explains to implement pdf reading/rendering and annotating using javascript on a webview.
I want to highlight text in a pdf just like the way ...
0
votes
0answers
44 views
Drawing pdf slows application
I am trying to draw a pdf image onto the background of my application using:
[NSImage drawInRect: fromRect: operation: fraction:];
It does work but it substantially slows down the application as i ...
1
vote
0answers
291 views
Drawing a CGPDFDocumentRef
I'm trying to draw a CGPDFDocumentRef on an UIView. Everything works just fine, excepting by the fact that the PDF is being drew too small on the view. I'm not sure why it's happening. I've tried ...
0
votes
1answer
204 views
How to draw Image under existing text in pdf using core graphics
I want to draw watermark image beneath existing PDF text content. Currently i can able to draw image above existing content using core graphics.
0
votes
1answer
325 views
iOS Core-Graphics: Using CGContext setters to render a sharp pdf
I'm working on a pdf renderer using cgpdf and catiledlayer in ios and all is well except with certain fonts it's as if the vectors are to close together and I get a kind of fuzzy look like I'm not ...
0
votes
0answers
100 views
How to make one color transparent on a UIImage+PDF?
I've a PDF file contain an Image.
I am using this PDF for displaying the Image in my iPhone app. (followed this tutorial http://mattgemmell.com/2012/02/10/using-pdf-images-in-ios-apps/)
The problem ...
0
votes
1answer
136 views
CGPDFPageRef to CGImageRef/NSBitmapImageRep without drawing
I would like to losslessly convert a PDF to a raster image in Objective-C. To do this, there must be no drawing of the PDF into a context. Also, I need to be able to scale the PDF. Any ideas?
0
votes
0answers
117 views
CoreGraphics: How to find out if a PDF file has entries in its catalog?
I'm trying to find out if a PDF has links/target/outline entries.
I use code like this (Monotouch, but should be similar in ObjC):
public bool HasOutlineEntries()
{
CGPDFDictionary oCatalogDic = ...
1
vote
1answer
208 views
How to store image preview of PDF page to disk on non-UI thread?
I'm trying to create a thumb preview of a PDF's pages and store them on disk as PNGs. This is supposed to run in a separate thread and not on the UI thread.
To achieve this I'm using CGContextRef to ...
2
votes
1answer
265 views
PDF Packages in iOS
I've been trying for a while to be able to extract the pdf documents contained in a PDF package with no success. I've found no documentation or example code anywhere, but I know it's not impossible ...
1
vote
1answer
767 views
Render CoreGraphics to OpenGL texture on IOS
Using CoreGraphics on iOS is very easy to use, but it is possible to get the output of CoreGraphics and put it into OpenGL Textures?
The final goal is to use CGContextDrawPDFPage to render very ...
1
vote
0answers
347 views
iOS Quartz embed font in pdf
I'm trying to generate a PDF page with text that has custom symbols (e.g. "€") using a custom font. I've created a PDF context and page using UIGraphicsBeginPDFContextToData and ...
0
votes
2answers
206 views
Partly loading a PDF into memory
is there a way to load (large) PDF files only partly? So, let's say: Don't load the complete PDF file, but only the first 5 pages.
Because I'm actually handling large PDF files (30 - 50 MB) and when ...
1
vote
2answers
205 views
Is there a way to convert a PDF into a password protected and encrypted one using iOS's Core Graphics?
The title says it: I would like to open a PDF on an iOS5 device, set a password on it and save it back using AES256 encryption as described in Adobe's PDF specifications.
I know that opening and ...
1
vote
1answer
299 views
CGPDFDocument: open PDF streamed or while file is not complete yet?
Situation:
(Large) PDFs are stored on an iOS device
The PDFs are encrypted using a Rijndahl algorithm
When tapping one of the PDFs, it gets decrypted and afterwards viewed using a PDF viewer I ...
1
vote
1answer
389 views
How can I read-modify-write a PDF (CGPDFDocument) on iOS?
I am trying to modify the PDF metadata (title, author, etc.) of an existing PDF on iOS.
While it is easy to find sample code for PDF parsing and for PDF creation from scratch, there does not seem to ...
0
votes
3answers
389 views
progressive pdf download
I want to download a pdf file progressively in an iPad application. I m not sure how to do that and google wasn't very helpful. can anyone help me understand the concepts here please. I am planning to ...
3
votes
2answers
742 views
How is iBooks rendering the index view so quickly when viewing a PDF? Or: how do draw UIImages on UIScrollView directly without UIImageView?
I have a 140 pages test PDF (the full Adobe PDF specification, http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/adobe_supplement_iso32000.pdf) and open it in iBooks. Then ...
8
votes
2answers
1k views
In iOS, how can you programmatically fill out a pdf form field?
I need to take an existing pdf file and programmatically fill in a list of form fields with text and then save the pdf without ever displaying it to the user.
For instance, if the pdf file contains ...
0
votes
1answer
1k views
Drawing PDF page using CGContextDrawPDFPage Leak Abnormally
I have checked out many question in SO, they suggested to release and then recreate the CGPDFDocumentRef again. And my final code is like this
- (void)drawLayer:(CALayer *)layer ...
2
votes
1answer
443 views
Blurry PDF Drawing compared to CATiledLayer
In my application I'm creating a PDF reader. To cater for performance, I draw a view at default scale. This view is not CATiledLayer based. When user zooms in a bit, I overlay this view with a ...
1
vote
2answers
1k views
PDF rendering using CGContextDrawPDFPage : cannot find CropBox
I need to display the content of PDF files that i receive from a Web Service.
My problem is that all PDF boxes returns the same value. Do you have any idea what can be wrong with the files i'm using ...
0
votes
1answer
689 views
CGContextDrawPDFPage Leak 100%
I try to Draw a pdf with CoreGraphics, everything work fine but in instrument there is a 100% leak on : CGContextDrawPDFPage(ctx, page2);
I release with CGPDFDocumentRelease(); everytime i use ...
0
votes
1answer
952 views
Loading a PDF on the iPad is way too slow
I am developing an application which render a PDF file using CoreGraphics. I am displaying one page of the PDF at a time. In viewDidLoad I have the following code:
NSString *pdfFullPath = [[NSBundle ...
2
votes
1answer
649 views
Get PDF hyperlinks on iOS with Quartz for the current page
I'm currently using a bit of modified code from Get PDF hyperlinks on iOS with Quartz to search for annotations in a pdf and then placing buttons over them for navigation. It's currently passing the ...
1
vote
2answers
443 views
White border when rendering PDF when scale > 1
I have a method that return an UIImage from a CGPDFPageRef. You can specify a width for the image.
The problem is that when pdfScale is > 1, a white border appears in the image. So the PDF is always ...
0
votes
1answer
80 views
CoreGraphics printing weird message
I recently came to following debug messag, when I diplay some PDF files.
I think it occurs on some pages, when the CALayer redraws them.
Text clipping 0xab9b930:
Node 0: ...
28
votes
2answers
10k views
How to Convert UIView to PDF within iOS?
There are a lot of resources about how to display a PDF in an App's UIView. What I am working on now is to create a PDF from UIViews.
For example, I have a UIView, with subviews like Textviews, ...
8
votes
1answer
2k views
How to Searching String from PDF using iphone sdk?
I am trying to create a PDF Reader application allow user to search string from the PDF. The very simple idea for displaying the PDF in webView but I don't know whether I can perform search in the PDF ...
1
vote
1answer
507 views
Text selection in PDF like textarea
We have a PDF reader iPad app in which we display pdf pages using CGPDF. I need an approach or direction through which I can select the text of PDF like we do in textarea or as implemented in ...
1
vote
1answer
255 views
Are there alternatives to CGPDFContext?
I am aiming to combine multiple PDF files each with identical dimensions into one file.
I've seen how it is done with CGPDFContext. I am just curious if there are (better?) alternatives to this ...
0
votes
1answer
399 views
Alternative to PDF on iPad
I have to create a PDF reader for Ipad, so i read about CGPDFdocument and UIWebView.
In my opinion CGPDFDocument is too complex(i need to mange link) and using a UIWebView i can't customize behavior. ...
2
votes
1answer
976 views
Displaying large PDF document iPhone
After many hours of googling I thought I would see if anyone knew the answer.
I have a large PDF file (30mb) which I was using the UIWebView to display but it is painfully slow when trying to scroll ...
