1,024 Topics
| |
Hi Daniweb Community, I have a application that opens a pdf viewer and I would like to email the current(one in the pdf viewer) as an attachment in Outlook. I have listed the code below that opens the pdf viewer and I have listed the code to send an email … | |
Hi guys, Does anyone know how to hide a toolbar (file toolbar) in pdfbox using java api? really need help.. Thanks! | |
how to insert and retrieve a 20mb pdf file from mysql database? | |
I am currently reading data from a webpage form, using the data to generate xml, using xslt to translate the data into an html format and emailing the html. Is there a way to transform the data into a pdf format and send this as a file instead? I have … | |
Can any body help me out I have multiple pdf file's with attachments need to split , read and store in database. | |
I want to open a PDF document when I click on a button. I know the way to open a word document but couldn't apply the same method to open a PDF document. If anyone can help me regarding this matter it would be a great help to me. Thank … | |
I have been waiting for three days now for someone in the IT department where I work to update Acrobat so that I can use it. I don't know why they're taking so long because all they need to do is log in as an administrator then click "update" on … | |
I´m working in a very important project and I need to find out as fast as it´s possible how to do this. Please, anybody there send me something. I can´t buy the very expensive PDFRRasterizer lib from tallcomponent. Thanks. | |
Hello, We have scanned a series of magazines into single page PDFs. We also have an index of the magazines that includes the title and page range of individual articles. I have been able to convert that index into a MySQL database and I've written a PHP page to search … | |
I want to read content of pdf file when window openfiledialog appear.I use VB 2005 at winform. anybody know please help me!!!( show code | |
Hello I'm using mysql databases and php via dreamweaver for the scripting. I have worked out how to submit images to a database and retrieve them. How to just use the image_location to insert dynamic images into a webpage etc. But I'm really struggling in working out how to just … | |
I've been working on my paper with a batch of PDF to converter. Basically, I want to present my PDF to the Professor much more like a Flash book. So any converter can make it? Better with the page-flip effect. thx in advance! | |
hi to all, can posible to load the pdf file in flash? any pdf control is there in flash like loader, scroll window components? | |
I want to convert pdf to epub book for reading on my sony reader, or iPhone, could someone recommend me a good software. It would be better, if the software is free of charge. Thanks in advance. PS: I work on a Mac computer. | |
I need to export the HTML report to PDF. how can I do this. Please help me out. Thanks | |
Hi frnds, I want the source codew for converting any one format to pdf. Any one know abt this pls help to me. Thanks in advance. | |
[ATTACH=RIGHT]16606[/ATTACH]Apple released their latest firmware update for both the iPhone and iPad today, versions 4.0.2 and 3.2.2 respectively. Unfortunately for those who haven't jailbroken their device yet, this will prevent you from using the PDF based JailbreakMe tool in the future. In a similiar fashion, it will remove the jailbreak … | |
Hi guys, can anyone tell me how can i store pdf files and images in sql databse. Thanks | |
Hi, I'm creating an upload section that limits users to upload the following file types: .pdf .zip .rar .doc .jpeg .gif When getting the type for .pdf files, it comes up as: application/force-download and for .rar files it comes up as: application/x-download If I do a check that says: if … | |
We are developing web application in which we have provided force download functionality for PDF report. We have following code to support Force Download Functionality for PDF report. Response.AppendHeader("content-disposition", "attachment; filename=" + name); if (type != "") Response.ContentType = type; Response.TransmitFile(path); Response.End(); Response.Redirect("~/home.aspx", false); return; As you can see from … | |
I want a portable reader with which I can read pdfs. That's all. I am a poor college student, so price is a huge factor. Help! Thanks in advance. | |
Hi, i use latest TCPDF version. If the text is a picture of a bad link shows an error and do not generate a PDF file. Is it possible to disable this error? If you did not find the image to generate the PDF, but without a picture. I hope … | |
I am looking to create a digital questionnaire which isn't web based. I need it to be a word document or PDF file (or something similar) that anyone could download to their computer and fill in on their computer (or if they choose to, print it out then fill it … | |
Recently I have some PDF files need to transfer to word for use in my office 2008. I firstly tried to copy and paste but the contents are messed up using Adobe Reader. I could not upload it to SNIP or other online websites because they are my company’s confidential … | |
when i have written fpdf coding in php. i have saved named as somthing.php (example somthing) then how to run this file. | |
Hi I am interested in linking to a specific page in a pdf file, but I have not been able to find anything online that describes this process using .asp. Is it even possible? If so, could someone post a snippet of code that would allow me to accomplish this? … | |
Hi everyone, I have a requirement where I need to generate a pdf doc.I am using itextlibrary for that condition.I am able to generate pdf doc but alignment is not correct.The table is getting divided in to two equal parts in pdf doc for what ever width I specify.How to … | |
i need to print this as a report, how do i export it to word or pdf with seeing exactly what is seen on the browser? because sometimes the format is disorganized. please help! thanks! [code=php] <?php session_start(); if(!session_is_registered(myusername)){ header("Location:main_login.php"); } $userId = $_SESSION['userId']; include "../../../_functions.php"; ?> <html> <meta http-equiv=\"Content-Type\" … | |
I want to write a Code in C which can create copy any given file (txt, bmp, jpg, pdf etc) what i've written so far is: int main(){ FILE *fp; char ch; FILE *fpW; if((fpW = fopen("file2.gif","wb"))==NULL) { printf("Cannot open Destination file.\n"); exit(1); } if((fp = fopen("file.gif","rb"))==NULL) { printf("Cannot open … | |
What are some of the issues that can cause random problems with pdf files downloaded from a website? Sometimes they display a solid black screen, sometimes white, sometimes get a warning window that says only 'adobe', and other times they work fine. There seems to be no pattern - just … |
The End.