Hi - I am using the following (simple) code to load a PDF from the documents folder in my app into a UIWebView. The performance is very poor. I tried loading the same PDF from the web via Safari and the performance was great. Does anyone have any ideas? (this viewController is being presented as a modalViewController).
- firstView.m
In...
Hi,
I am having trouble getting my drop down navigation menu infront of iframe in IE. My drop down menu is going behind the iframe where i am loading pdf. I tried z-index, wmode, alpha transparency but none of that worked. Please let me know if it is possible to get drop down menu infront of iframe containing pdf.
Thanks
...
I want to insert an image in my created PDF file. However, it won't position well at all.
If I do this:
$fpdf->Image($row_products['prod_imagelarge'], 10);
->The images will appear however, they're too big.
If I do this:
$fpdf->Image($row_products['prod_imagelarge'],30, 40, 40, 40);
-> Not all images will appear. Only 1 image per pag...
Can you explain how eaxctly you do the shifting and scaling
Can u explain how can u do purely shifting without scaling and purely scaling without shifting ..I tried this code
use CAM::PDF;
my $pdf = CAM::PDF->new('ccombined.pdf');
my $page = $pdf->getPage(1);
$page->{MediaBox}->{value}->[0]->{value} += 100;
$page->{MediaBox}->{value}-...
Hi all,
We want an java plugin to convert html to pdf, that will integrate with our app. is that possible with any java plugins?, we dont want to purchase it every time especially number of users for one app something like that. we will integrate that plugin with our app. we are not going to show that there plugin inside our app.but the...
I have a document template in Word .doc format. The Word document contains Merge fields that needs to be populated dynamically.
I need to convert the Word document to a PDF with form fields. This PDF can then be populated from our Java application quite easily with iText.
The problem I am experiencing is when I try to convert the Word ...
i am converting silver light grid view into XML. it opening in excel exactly.
what i need is while saving the file as xml.i need to convert that my file into pdf formate.
either i have to use Save As PDF option through coding. are i have convert my data into pdf formate.
suggest me to this task perfectly.
...
Hi All,
I was wondering if anyone knew of any limitations with the Adobe Reader Browser plug-in. Currently I am experiencing issues when a visitor to my website is trying to open a PDF that is greater than 2mb in file size.
I have thought about how to go about optimising my pdf's even more than they currently are but an struggling to f...
I've seen various methods for generating thumbnails of PDF files in .NET, but unfortunately all of them require full version of Acrobat installed. Is there a way for getting them with free Adobe Reader or any other way?
...
When using Matplotlib (Pylab) for rendering Text with the same metrics as AriaL (e.g., Arial itself or Liberation Sans) output looks ok - e.g., the width of the legend box is right.
However, when using other fonts it seems that Matplotlib wrongly estimates the expected size of the text. For example, with Bitstream Vera Sans the text see...
I have a Java application that is generating JasperReports. It will create as many as three JasperPrints from a single report: one prints on the printer, one is serialized and saved to the database, and the third is exported to PDF using Jasper's built-in export capability.
The problem is that when exporting to PDF, characters containin...
Hi there,
I have a postscript file of a poster made in latex, and want to convert this to a pdf (I'm using ubuntu)
I am using ps2pdf but if possible I would like to remove the first, blank page, and keep only the second page.
Is there a command that allows this? Been trying to find one for longer than would seem sensible!
Thanks!
...
Hey guys,
has anyone ever setup lib haru on the iPhone and can tell me how to get it to work. I know there is a sample project on github (http://github.com/akisute/iPhonePDF) which uses the haru lib for creating a pdf. But I just can not figure out how to get the library to work.
What I did so far:
First I copied the support folder ...
Hello,
I need to encrypt and decrypt pdf files. Is there a free or low cost Java API that does that ? Basically I need to hide files from normal users. Any other suggestion on achieving that programatically ?
Thanks,
Deep
...
hi there
i need to export a pages to pdf, the pages will have grids on as they are reports.
i have had a look at iTextSharp which for exporting JUST the grid works a treat. But when i try it with the whole page, it gets a bit confused with the images in the page, and doesnt deal with the styling particularly well..
is it possible to ex...
We have some government forms that we want to be able to fill from mysql database and print automatically with php script. I downloaded demo of Adobe Acrobat and LiveCycle Designer and started playing with it.
Only problem is that pdf files theat we use are locked with password. More specifically - document assembly page extraction, cr...
Hi,
I am trying to create a ID-Card for workers with there Name / Post / Photo
I am using ITestSharp but there is not much Tutorial on ITestSharp for mix printing, means using images and tables.
is there a better way to get this done.
Regards
...
I have an adobe fdf that contains data variables file that links to a pdf. When I open the file with windows explorer, the fdf opens the pdf file in adobe reader with data variables in their proper fields. When i try to open the fdf file in the web server, I get a blank page.
Is there configuration on the server to do (mime type?)
...
We currently use PDForm to grab a blank pdf file (no values, just form fields and text) and list the form fields. We then query our database for the values which match those field names and create a pdf file with the newly populated data which the user can download from our site. The thing is PDForm is about $5,000 per machine and we a...
I need to create an online viewer which converts PDF files into browsable images, like http://view.samurajdata.se/. I would like to do this in Grails. Does Grails have any plugins for this?
...