1,024 Topics

Member Avatar for
Member Avatar for jcgldr

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 …

0
83
Member Avatar for super123

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; …

Member Avatar for super123
0
293
Member Avatar for coder389

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.

0
94
Member Avatar for Siberian

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 …

Member Avatar for lokibl
0
271
Member Avatar for imranjavedpk

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. …

Member Avatar for broj1
0
82
Member Avatar for ldupreez

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 …

Member Avatar for diafol
0
174
Member Avatar for ayesha789

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 …

Member Avatar for ayesha789
0
112
Member Avatar for bilal_fazlani

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. …

0
82
Member Avatar for rogerg

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. …

Member Avatar for rogerg
0
226
Member Avatar for klemme

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 …

0
47
Member Avatar for Griffin54

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 …

Member Avatar for Alaister
0
271
Member Avatar for kit007

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 …

Member Avatar for kit007
0
2K
Member Avatar for lordluke_80

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, …

0
248
Member Avatar for AdilJ

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 …

Member Avatar for mschroeder
0
1K
Member Avatar for meli123

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" …

Member Avatar for snippsat
0
111
Member Avatar for Tinier

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 …

Member Avatar for pattmorter
-1
202
Member Avatar for hemant_rajput

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 …

Member Avatar for hemant_rajput
0
462
Member Avatar for baGoGoodies111

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 …

0
166
Member Avatar for gogs85
Member Avatar for triptikumbhat@g

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 = …

0
43
Member Avatar for zifina

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 …

Member Avatar for triptikumbhat@g
0
118
Member Avatar for gogs85

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?

Member Avatar for gogs85
0
149
Member Avatar for deceivingrakesh

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 …

Member Avatar for AffineMesh
0
129
Member Avatar for adityamadhira

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.

Member Avatar for adityamadhira
0
139
Member Avatar for gogs85
Member Avatar for BobS0327
0
543
Member Avatar for gogs85

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!

0
50
Member Avatar for petrakid

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 …

0
124
Member Avatar for zmariow

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 …

Member Avatar for winnercom
0
3K
Member Avatar for ozzyx123

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 …

0
177
Member Avatar for ozzyx123

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 …

Member Avatar for TrustyTony
0
872

The End.