Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
73 views

How to draw a PDF file with different font size?

I am currently working on a PDF Reader application. I draw PDF files in a tiled layer with animation. Now I want to draw PDFs with different font size (not the size specified in PDF). How can I do ...
1
vote
1answer
21 views

values of levelOfDetail and levelsOfDetailBias to render pdf on CATiledLayer in ios

i am developing a project in which i render PDF on the CATiledLayers.I have Used the CGPdf class methods to render the pdf and succeeded too. I would like to know the values to be used for ...
1
vote
0answers
84 views

ipad / objective c - create a low resolution image prior to pdf page rendering

Obviously during the rendering of a high quality PDF, there can be a decent amount of time taken to completely draw the page, I'm trying to find a way to efficiently display a low quality image of ...
1
vote
0answers
33 views

Does drawing PDF on a layer take much memory in iPhone?

Hi i am working on a PDF reader application.For zoom scale of 1 or less then 1(i.e normal mode)I render pdf on a CALayer,this layer is attached to a view which is subView of a scroll view.For zoom ...
1
vote
2answers
264 views

How to Read a Existing pdf file using the itextpdf.jar file in java/Android

I want to read a pdf file using Java/Android that is exist in my SD card.I imported the itextpdf5.1.1.jar file in the eclipse IDE.I am able to create a new file from an existing one.Below is my code, ...
0
votes
1answer
52 views

How to Customize PDF file content That open by using Action_View

Good Morning, I have Stuck in a strange problem. I want to open PDF file in android...and i succeeded in two ways 1)-->First Using API (But that is damn slow) 2)-->Second Using ACTION_VIEW.It ...
0
votes
2answers
84 views

How to buffer PDF pages on CALayers in iPhone

I am working on a PDFReader application.I am making use of CALayer to render the pdf contents.currently one pdf page is being rendered at a time and is displayed on the visible view.I want to buffer ...
0
votes
1answer
59 views

Stopping updation of CALayer's contents in iPhone

I am working on a pdf Reader application.I am making use of CALayer to render the pdf contents.i employed swipe gesture to navigate across the pages.The issue is, if the user attempts to go to next or ...
0
votes
1answer
122 views

What gem should i use to manipulate pdf files in ruby?

I need to create a new pdf file from other pdf files, for example i have file1.pdf, file2.pdf need to create a new_file.pdf, that contains page 1, 4, 6 from file1.pdf, and 1, 3, 4 from file2.pdf. I ...
0
votes
4answers
311 views

Most reliable open source Java library for converting PDF-files to bitmaps

I have a situation where I want to convert user supplied single page PDF's to black and white bitmaps in a suitable high resolution for further processing (eventually ending in a proprietary printing ...