187 Topics

Member Avatar for
Member Avatar for klemme

Hi, After uploading a pdf from a form, i am trying to read the file. It is saved in DB, and i try to get the chosen PDF via a link that holds a unique value from the DB, so the chosen PDF can be identified, and displayed. BUT, I …

0
97
Member Avatar for klemme

I have a uload script that saves PDFs to the DB, and i have another page, where I want to read the PDF file, but the latter is not really happening.. AM I DEFINING MY PDF_DIR CORRECT: [CODE] define('PDFS_DIR', $_SERVER['DOCUMENT_ROOT'] .'includes/pdfs'); [/CODE] This is the read_pdf.php file: [CODE] <?php require_once("includes/config.php"); …

Member Avatar for ddymacek
0
179
Member Avatar for klemme

Hey! I have this script for Uploading PDF's to the DB. I tjecks if the document ends on .pdf - and excludes everything that doesnt - which is fine. [B]BUT I have set a size limit on 1 MB for uploading, and it seems to be working. BUT if I …

0
90
Member Avatar for blivori

Hi, I created a Python script using pyPDF that automatically merges all the PDFs in a folder and puts them into an output folder and rename them automatically as per the folder's name. What I want to do now is for the script to search for sub-directories, process all the …

Member Avatar for blivori
0
222
Member Avatar for manzoor.ilahi77

Hi please help me on php form to pdf conversion and at the same time it should save to database visit this [URL="http://servunity.in/form_classII.php"]http://servunity.in/form_classII.php[/URL] I want pdf to look like as in the url [CODE] <form id="form_pdf" action="classII.php" method="POST"> <input type="text" class="f_input input1" style="width:200px;" name="surname" maxlength="30" value="Surname" onBlur="if(this.value=='') this.value='Surname'" onFocus="if(this.value =='Surname' …

Member Avatar for cereal
0
157
Member Avatar for monamon15

please help me po..i'm searching over the internet t for a long time but i can't search how to convert pdf file into microsoft word... i just need it for my project...please save me to pass my project. any help is appreciated. thankyou very much :)

Member Avatar for Huntondoom
0
119
Member Avatar for tbanisida
Member Avatar for Lolalola

Hi, i need from PDF extract text and images. Maybe you know python library? Thanks

Member Avatar for Gribouillis
0
51
Member Avatar for Prof.Saud

Hello for all i want to collected data from pdf form inserted in excel spredsheet i try many methode and some program for (PDF to Excel) but not work i have acrobat x pro and my pdf form (text,number ,pictures). and get data for all it's possible if any body …

Member Avatar for jingda
0
239
Member Avatar for Louilly

I have created a pdf with links to a couple of websites, the links work fine if you open the pdf on a pc but if you open it on an iPhone or iPad the links don't work. I made sure the links have http:// Does anyone know a solution?

Member Avatar for Louilly
0
1K
Member Avatar for praschat

After reading PDF file format specification manual and several other websites providing considerable amount of theories on this subject, I built one simple pdf file. An empty blank page, pretty much doing nothing else. But my problem is, When I am trying to close it, Adobe Reader prompts a dialog …

Member Avatar for Salem
0
177
Member Avatar for kurtopia

can you help me with this. i have used tcpdf but i dont know how to read the contents of the .doc, .pdf contents and put it in a single pdf for the user to download it. Please help me.. thanks

Member Avatar for twiss
0
67
Member Avatar for spence89

Hi guys, I've just managed to get 99% of a script running for my website. I am creating a system where a user can create an invoice using our billing system, and then download it via PDF. I am using Persists PDF module and I have got it all working. …

Member Avatar for spence89
0
502
Member Avatar for __Art

Hello everybody!! I'm trying to print a *.pdf file from Java code, and the printer out gives the right document, but smaller than the original pdf (smaller text, images, margins, everything), the print result seems shrinked from the original... Here is the code I'm using: [CODE] File f = new …

Member Avatar for sbhavan
0
396
Member Avatar for aPPmaSTer

Hey everyone, I've made a web application that allows a user to construct an object, in my case a door, which is a collection of overlapping divs and imgs, and I'd like to take this final object and change it into a jpg image or pdf (like a screenshot) for …

Member Avatar for aPPmaSTer
0
48
Member Avatar for arshadshaikh

Hi every one. Can i convert dwg file to pdf using php? OR Is there any PHP API or web service that provides service to convert dwg file to pdf file?

Member Avatar for arshadshaikh
0
538
Member Avatar for doomfrawen

Hello friends. :(I have a problem but i don't know how to implement a solution. The problem is that the HDD's from two Windows Servers got corrupted [COLOR="red"](1.- Site Server, 2.- File Server)[/COLOR] and all the files PDF's and the main site(ASP) were unaccesible for a while, now i recovered …

Member Avatar for jkon
0
111
Member Avatar for pratibhamohanty

Hi, can anyone out there help! I have a default form and a button. On click of that button I want to export a particular crystal report(without actually displaying it) to pdf format and store it in a folder named as temp. Is it possible? Thanks in advance,

Member Avatar for Ronln
0
3K
Member Avatar for Greg8202

Hi All. I have developed a cgi script in C/C++ to dynamically create PDF forms with data filled in from an Oracle database. To do this I used PDFlib (version 7.0.1). The submit button on the form submits a FDF file to the server where it is saved via another …

0
90
Member Avatar for coolest_987

Hi Everyone How to convert pdf file into HTML through php? Any help will be depreciated. Thanks in Advance :(

0
91
Member Avatar for coolest_987

How to read pdf file in a variable so that i can display that in php page ? Thanks in Advance :)

Member Avatar for chrishea
0
91
Member Avatar for linezero

is there anyway how to merge 2 pdf files into 1 pdf file using vb.net. couldn't find a method to do it...pls help

Member Avatar for CodeWord
0
106
Member Avatar for coolest_987

Hi Everyone How can i upload pdf file in php as i have noticed that tmp file of pdf file is not created . Thanks in Advance

Member Avatar for coolest_987
0
223
Member Avatar for mikeflash

Hey all, I'm developing a web app for a school, and among other options I need to generate PDF files from a pdf template, those pdf files must include personal info from clients, so they require to take the values from mysql which is easy to do. However, I don't …

Member Avatar for chrishea
0
292
Member Avatar for amit.hak50

I have this website and I got the script(Pdf search engine) which is licensed to all domains ,i installed on [URL snipped] and it is working fine ,but when I installed it on my other domain ,[URL snipped] and i did search ,it is saying that this script is locked …

Member Avatar for jkon
0
486
Member Avatar for ctkam

i've generated dynamic pdf files from php script with mysql which suppose to have 25000 files. The problem is after the loop i only have 24978 files and 22 files is missing. I couldn't find the problem and which record did not process. i was thinking of the solution reverse …

Member Avatar for ctkam
0
94
Member Avatar for erickvla

Hello guys, anyone knows where can I get the "Spring in Action" book on PDF format? Thanks!

Member Avatar for peter_budo
0
115
Member Avatar for fabzster

Hi I have a db that has the following Data for example: PolicyNumber, StoreId, ConsultantName,ClientName, ClientSurname I would like to have a report that will give me a list of policies done for that day seperated by store printed to PDF. So Basically Store - 12CEL 24Hr001 Bob Joe Soap …

Member Avatar for fabzster
0
1K
Member Avatar for pbunkers

I’m trying to automatically save an excel file to pdf file using visual basic. So, I will manually open the excel, upon opening the excel file, it will run code to calculate a daily totalizer (this I have functioning) as soon as this code finishes, I want the excel file …

Member Avatar for AndreRet
0
336
Member Avatar for minamo99

Hello everyone, I am a beginning programmer using XSLT. I work at a company wich has a database witch generates catalogs, exporting XSL and XML to FOP.(wich converts to PDF). the program runs on apache and is build in delphi. That being said, I was wondering if it is possible …

Member Avatar for minamo99
0
1K

The End.