1,024 Topics
| |
hi i'm working on a website that i allow the user to enter a name and then press a button that prompts the server to setup a pdf acording to the info the user entered and then send the pdf to the user i'm testing the website on my leptop … | |
I am using the following code for receiving information from users, **is it possible to get all the information as a PDF attachment ?** protected void Button1_Click(object sender, EventArgs e) { SmtpClient smtpClient = new SmtpClient(); MailMessage message = new MailMessage(); message.To.Add("admin@domain.com"); if (CheckBox1.Checked == true) { emailadd.Text = employeenameDropDown.SelectedValue; … | |
I am making a book reader. It takes input files in PDF format. I have to show them in EPUB format. But I don't know how to convert PDF to EPUB format. Please help by suggesting some valuable methods. | |
Hello, I have a HTML file, as well as I have an excellent program that can print anything to PDF. Although I have a HTML document with frames and I'd like to convert it to PDF but with the navigation links within the HTML transfer to the PDF. Does anyone … | |
Hello, I need to generate a pdf and put information from an HTML form. I have a html form put the info into that form. As I submit the form all the information should go to PDF file. That PDF file should be resided on my server into a folder. … | |
Hi All I would appreciate some advice on where to start with this daunting task i have. Please also bear with me as i am fairly new to PHP. I’ve created an online form for my clients to complete in order to get a quote. The only thing I can … | |
Hi, I have Folder Which Name is **LAPO** and There are three Folders insider whihc names are **North**, **Central** and **South**. In North Folder there are many Folders Like **9876** , **9877** , **9333**, **9853** etc. In all Folders there are files Named PO.pdf There are more then 1400 Folders … | |
I am creating an web application which uses abcpdf to convert an html page to pdf. the html page uses javascript to for some dynamic parts.. I have already tried setting the UseScript bool to true as follows : theDoc.HtmlOptions.UseScript = true; It renders static text and omits javascript content. … | |
I want to allow registered members to upload files to the file system I have two mysql tables members for registered users and a table files to have a trace which member uploaded which file. now, I only would like to allow the upload of PDF's to the file system. … | |
Hi all, Is there anyone who has used bumpbox, and integrated it succesfully? (http://www.artviper.net/bumpbox-demo/index.html) It is a lightbox which can display PDF inside the lightbox, which is what I am after. **I am testing it on localhost, but it should work anyways right?** This is what I have in the … | |
I am trying to figure out how to print a .pdf from my web page without saving it first. On one of my web pages I have a link that load a .pdf (a free downloadable coloring page for kids) When I click on the link on my page "Click … | |
im using fpdf.php library have some extension the pdf_lp.php then i got this error on my codes... hope somebody can help me identify my error.. any help is very much appreciated. <?php date_default_timezone_set('Asia/Manila'); require_once('./pdf_lp.php'); include ('connect.php'); // $sql = mysql_query("SELECT * FROM mydb WHERE contractno = '$_SESSION[contractno]'") $sql = "SELECT … | |
hi everyone. i'm tryng to use Reportlab to output an invoice on a simple Django app. it seems quite difficult to do simple things like this. here's my code: def print_pdf(fattura, soggetto, buffer=None): import time from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFY from reportlab.lib.pagesizes import letter from reportlab.platypus import SimpleDocTemplate, … | |
I am trying to create a page of 8 avery labels for our users to print out. The labels are to be used for our meetups, so the users can have there name, avatar, and background. These are all dynamically pulled from the database. The user will have a link … | |
hey all..if I have a 5 files in PDF named PDF1, PDF2, PDF3, PDF4, PDF5 I want to create a program that renames them to project 1, project 2, project 3, project 4, project 5 import os,sys namelist=['jon', 'leon', 'david', 'nombre',] for filename in os.listdir("C://YOUR/PATH/HERE/"): os.rename(filename, namelist.pop()) print "succesfuly renamed" … | |
Recentlt, I need to insert comment in my pf document, but I never try it and finds little information from the intenet, but I found that the PDF has the function of showing the comment and hiding the comemnt, so I try to convert a word document that contains comment … | |
I want some help to generate a report in PDF/Doc(MS Word) format . I’m not able to find any module to generated report in doc, except “docx” which I’m not able to comprehend. Actually my actual task is to generate the report in Doc only, but as I’m not able … | |
Hello everyone, I hope everyone is having a wonderful afternoon. I am a college student who is Majoring in Computer Information Systems. In one course, we have a group project that covers the whole SDLC, and we are actually creating a new system. We're creating a e-commerce website that runs … | |
How to from combobox selected index open another pdf file? Help! | |
Hi All, I have a excel sheet of 60 columns when i exported it into pdf, then it was exported with all data. but i want to increase the width of pdf page. bcoz my table was shrink on pdf.... I added iTextSharp in my library. [CODE] iTextSharp.text.pdf.PdfPTable mainTable = … | |
i have added a pdf control to my software to display the help file.. i need to set the view to fit the screen size.. i need to view it like the one to be seen using 'Fit Visible' option under 'views' in pdf reader... please tell me how to … | |
How to print pdf file when i feel that file and save in some folder, when i save file, call automoatic that file to open in adobe reader? | |
Hi , guys i need help in converting WORD documents to PDF using a reference com object , i dont want to automate MS word on server , there's "itextsharp" but i dono how to convert files using that , 1 great reference lib is from subsystems , but it … | |
Hi I need help regarding file download. $url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $id = strrchr($url,"/"); $id= substr($id,1,strlen($id)); retrieving name of the pdf from url header('Content-disposition: attachment; filename='.$id); header('Content-type: application/pdf'); readfile($id); code for downloading file but it is not working? So i need help from you guys. Thanks in advance. | |
Please, how to insert text in field in an existing PDF form template and print???? | |
How to print text only who I am filled from my form in pdf file.Only text because i have pdf form in paper.? Help! | |
Normally when I do file uploads I save the files into the website's file system. However in this particular situation I am required to save the PDF files as a longblob into a table in our mysql database. The data field is set as a longblob, and the table is … | |
Hi All, I need to find a way to automatically print a PDF file from my Windows Application in C#. Currently I can invoke the following from the command line: "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /p /h "C:\Test.pdf" This will silently print the PDF file but will keep Acrobat Reader open (but … | |
hi everyone i am very new to programming and really need some advice. i am currently building a program and one of the things i need is to be able to count the number of pages in pdf files in a directory. i found a script online which is suppose … | |
I need a program which counts the pages of all the pdf files in a directory. i found this scrpit which is supposet to do exactly that, but when i try to run it it just doesnt work for me it outputs nothing. i dont really know what to change … |
The End.