I want to create a PDF file based on users' query result (in html table).
What is the best javascript/lib I can use for IE?
I found jsPDF but it does not support IE.
Hi all,
Is any one have an idea to how to implement a password protected file in iphone sdk. I mean to I need to create a password pdf file from my application.Please help me.
Any one's help will be much appreciated.
Thankyou,
Sekhar.
IN joomla site ,
I made the replica of one joomla site.
Just took the data from ftp and put it onto another server,its working fine.
But the problem is when I click on mail or pdf icon images which are on every pages right top side ,its gives the mirror effect,
for eg:
subject:_____________________
but
result is
____________:subject
Hi every one im new to php im working on sphider search feature im not getting how to index pdf using sphider can ayone one pls help me out in this thanks in advance.
In my web application(J2EE), I would like to print a pdf file generated on the server side
on the fly in the client side without opening it, the files could be one or many, Is it possible ? If yes please let me know how ?
Thanks in advance
Hi, experts
Can any we open the pdf file from UIWebView ?
if any one has implement this then plz help me...
any code snippet or any weblink help...
thanks in advance...
We need to insert a web beacon (i know taboo) in to adobe PDFs to know when they are opened, as one of our clients is moving to a model of "giving" their documents away and following up repeat viewers for subscriptions. Its not enough to be able to provide a download, they want to attach the PDF to an email and "blast" to directed recipients…
Hello!
I'm wondering how can I put a header into my pdf file, cause i've tried the tutorials from here:
http://itextsharp.sourceforge.net/tutorial/ch04.html
And it have not worked.
Ive done this:
Dim head As New HeaderFooter(New Phrase("This is page: "), False)
head.Border = Rectangle.NO_BORDER
document.Header = head
But VS2008 says…
I'm rendering PDF pages on iPhone using the code below. It works, but the margins seem much wider than when I view the same PDF using a Acrobat Reader or the Mac's Preview, and that consequently scales the content down much smaller than it otherwise would be. Is my code actually causing this behavior?
…
hi all,
i am using zend_pdf to create pdf files for Ritgh to left language as arabic or east asia langauges
i use of this code
$pdfDoc = new Zend_Pdf();
$pdfPage = $pdfDoc->newPage(Zend_Pdf_Page::SIZE_A4);
$font = Zend_Pdf_Font::fontWithPath(APPLICATION_PATH.'/Fonts/arial.ttf');…
I need a mechanism for extracting bibliographic metadata from PDF documents, to save people entering it by hand or cut-and-pasting it.
At the very least, the title and abstract. The list of authors and their affiliations would be good. Extracting out the references would be amazing.
…
Hey all,
I've searched high and low for a solution, but can't find one. I'm using Google Docs Viewer to view PDF files. It's a great tool, but I can't seem to get it working in Internet Explorer (7 or 8). All my images come up as a 'missing' icon. If I view the file externally, it…
I have a strange issue where I'm scrolling through a paged UIScrollView which displays the pages of a PDF document (using Quartz 2D and CATiledLayer). When I page through memory allocation looks fine with it going up with a few initial pages and then keeping it steady as it obviously…
Oracle's Advisor Webcasts are live presentations given by subject matter experts who deliver knowledge and information about services, products, technologies, best practices and more. Delivered through WebEx the Oracle Advisor Webcast Program brings interactive expertise straight to…
I created a flash projector that would be burn in a CD now my problem is that it doesn't open anything when I click on a link to view a pdf.
I have search entire web about creating an apple script, fscommand etc...
I am a newbie to flash and more specifically to this burn CD cross…
I am using PDFBox to extract text from PDF.
The PDF has a tabular structure, which is quite simple and columns are also very widely spaced from each-other
This works really well, except that all kinds of horizontal space gets converted into a single space character, so that I…
I am trying to export a fusion chart created using 'Embedding Charts Using / Tags'.
Export works just perfect with the right click (on the chart) and chose a pdf to export.
But I am not able to make this work via javascript. I have a button outside the chart which upon…
Hi,
I am creating a flex application where I am using the built in graphics package of flex 3 to draw shapes and things to a UIComponent. I want to be able to export this vector image UIComponent to a vector based file, pdf, eps etc. Are there any tools, libraries,…