1,024 Topics

Member Avatar for
Member Avatar for gouredyyvenkat

Hi Everybody, I have an issue converting images from an image panel to a pdf .I am able to convert a single image to a pdf file but not multiple images.Can anyone help me in this. Below is the code which iam using now public void send(String fn){ BufferedImage oldimage=image; …

0
84
Member Avatar for deepnu

Hi.... i need help in opening a pdf file and document file in readonly mode. besides the user should not be able to save or print the document that is being opened. i open the document with the extension Response.Redirect("File Location with file name") it is opening the dialog box …

0
72
Member Avatar for jaimca

Hi please tell me how to view a pdf file in a web page in a flashy manner. The pdf shoulf open in the same page when a user clicks on the pdf link .. The display should be something flashy or attractive.. suggest me with your ideas .. Please …

Member Avatar for Beg.CProgrammer
0
79
Member Avatar for jaimca

HI Please tell me how to create a new pdf file by merging two different pdf files dynamically in java ... please help me out thanks in advance..

Member Avatar for peter_budo
0
53
Member Avatar for arunkumars

Hi I Have a problem in Windows application in .net. I have a PDF file which is stored in my local drive. At run time i need to print that PDF Document using C#. Can you help me out from this problem ? Help appreciated.. thanks in advance..

Member Avatar for DdoubleD
0
2K
Member Avatar for rayhekmat

I have a application in PDF and would like to be able to fill the application and print. Tis documents application does not allow me to fill the blank spots. How can I convert thsi application to let me fill and print? Thank You

Member Avatar for Bob_180_Bob
1
102
Member Avatar for PetrQ

Hello, I use html2ps/pdf - as upgrade of FPDF - for conversion html/php pages to pdf. It works great but I cannot solve the problem - how can I convert only part of the page without other CSS style. FPDF offers class CLIPPING. However official html2ps/pdf forum doesn´t work properly …

0
61
Member Avatar for ashiqalpine
Member Avatar for peter_budo
-1
13
Member Avatar for sanjanaa
Member Avatar for sanjanaa
0
117
Member Avatar for aditi_19

I am creating a simple report using FPDF which opens fine. I have a link on my php page to generate the report in a new tab. But after generating the report, when i click to any button or radio box on the php web page, the design view of …

Member Avatar for urtrivedi
0
7K
Member Avatar for toad78

I would like to convert information from a MySQL dbase table to PDF, but only certain columns within the table. I've heard about many PDF class programs, but the people who've recommended them can't seem assist me with using the program. I may be a novice with PHP, but would …

Member Avatar for diafol
0
126
Member Avatar for lcyew

Hi. I'm doing exporting from .php to .pdf now and face a little problem here. I've found something like below and I think it might be helpful for me to do exporting to pdf. [CODE]<?php $mypdf = PDF_new(); PDF_open_file($mypdf, ""); PDF_begin_page($mypdf, 595, 842); $myfont = PDF_findfont($mypdf, "Times-Roman", "host", 0); PDF_setfont($mypdf, …

Member Avatar for digital-ether
0
140
Member Avatar for sanjanaa

Hi, ASP.Net does not shows Save As dialogue box while converting Datgrid into Excel/Pdf. My code has no errors. It Doesn't do anything. I am using this code: Response.ClearContent(); Response.AddHeader("content-disposition", "attachment; filename=Sample.xls"); Response.ContentType = "application/vnd.ms-excel"; System.IO.StringWriter sw = new System.IO.StringWriter(); System.Web.UI.HtmlTextWriter htw = new HtmlTextWriter(sw); dg.DataSource = dmpset; dg.DataBind(); dg.RenderControl(htw); …

Member Avatar for sanjanaa
0
283
Member Avatar for firoz.raj

when i tried to open 5D PDF Creator.i got error failed to read the debugkey value from the registry.please reinstall 5D PD PDF Creator Kindly let me know the idea.Any help would be highly appreciated.

0
34
Member Avatar for gamshid

good evening i have a question plz . i wanna to display a link in my web site when the user click on it a pdf file is opened in the browser. but i dont want the user to print or copy or use "save as" properties is there are …

Member Avatar for almostbob
0
1K
Member Avatar for ayesha789

Hi Please tell me how we can search PDF File , which is stored in folder like C:\Folder and then show in show.php page as dynamic link. also Upload new PDF File to Folder Please tell me how?

Member Avatar for kvprajapati
0
859
Member Avatar for lcyew

Hi! I am developing a php site and required to export the .php files to HTML, PDF, EXCEL, TEXT, CSV, ODS and SXC files. The problem i'm having here is that i don't know anything about exporting files. How should i start? Could anyone provide some steps to help me …

Member Avatar for lcyew
0
1K
Member Avatar for santhanalakshmi

Hi, Please help me out.How to add images in the PDF file using php? I tried this coding : [code=php]<?php $pdf = PDF_new(); PDF_open_file($pdf,''); PDF_begin_page($pdf,595,842); $image = PDF_load_image($pdf,"png","myimage.png",""); PDF_place_image($pdf,$image,64,26,.24); ?>[/code] But i am facing an error while running this code: [B] Fatal error: Uncaught exception 'PDFlibException' with message 'Handle parameter …

Member Avatar for codejoust
0
103
Member Avatar for aditi_19

I want to create reports in php for which i need php_pdf.dll.I am using php5 which doesnot have this extension. I tried downloading php_pdf.dll from some sites and php.ini accordingly but it still gives me an error : Fatal error: Call to undefined function pdf_new() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\reports.php …

Member Avatar for chrishea
0
81
Member Avatar for adi.shoukat

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.bmp","w"))==NULL) { printf("Cannot open Destination file.\n"); exit(1); } if((fp = fopen("file.bmp","r"))==NULL) { printf("Cannot open …

Member Avatar for Dave Sinkula
0
210
Member Avatar for om1d_h

Hi, I need to generate a PDF report from my MySql. The problem appears when we want to write in Persian. The PDFlib appearently doesn't support UTF-8. I also checed UFPDF. It neither work well. Any advice? I use: PHP Version 4.3.7 mysql: Client API version 3.23.49

Member Avatar for haggis-man
0
237
Member Avatar for harikris2007

pdf_download.php ........................................................................ <?php $file_name=$row['tcb_pdf']; header("Content-type: application/pdf"); header("Content-Disposition: attachment; filename=\"$file_name\""); $data=readfile("../new_books/".$file_name); echo $data; ?> home.php ............................................................................... <td align="center" valign="middle" bgcolor="#FFFFFF"><img src="images/rar.gif"><a href="pdf_download.php?name=<?php echo $row['tcb_pdf'] ?>"><img src="images/button_buy.jpg"></a></td> <td align="center" valign="middle" bgcolor="#FFFFFF"><img src="images/rar.gif"><a href="uploads/<?php echo $row['tcb_pdf'] ?>"><img src="images/untitled.bmp" width="43" height="17"></a></td> </tr>[code]hi, I need a help from anybody. I have a page with pdf …

Member Avatar for guru12
0
118
Member Avatar for Studio

I am developing a ASP.NET Web site and am looking to add a hyperlink or something similar to a repeater that will retrieve the path directory from a database table to PDF documents, so that when the user clicks the hyperlink they will be able to download the PDF File. …

Member Avatar for serkan sendur
0
865
Member Avatar for railto

Hi guys and gals, Im working on a project at present where i need to be able to upload a batch of apporx 400 files each week. What i need the script to do is, when a driver enters his number and a pin that the script will then search …

Member Avatar for railto
0
146
Member Avatar for singoi

Hi friends, i have a textbox where i have a path of the pdf file. now after pressing a cummand button i want this file to be opened. my code is as follows.. [I]Private Sub wazopen_Click() Dim myfol As String Dim myfln As String Dim myfpath As String myfol = …

Member Avatar for riteshbhushan23
0
168
Member Avatar for php_coder

Hello guys I still could not solve the PDF issue :( I am using XAMP server on windows system. I think PDF comes with it by default. (not sure though). I have uncommented the required 2 lines in php config file. Yet no luck. Could somebody please help me out? …

Member Avatar for asyouwish
0
1K
Member Avatar for Techwriter10

You have to give Sony credit, they are really trying new strategies to wrestle eBook marketshare from the Amazon Kindle. This month [URL="http://news.sel.sony.com/en/press_room/consumer/computer_peripheral/e_book/release/41492.html"]they announced several new editions [/URL]of the Sony Reader, including the brand new Reader Daily Edition, which should be in stores in time for the holiday shopping season. …

0
747
Member Avatar for Techwriter10

In a move that could only be characterized as surprising, Sony announced last week that it was going to be using the open [URL="http://www.idpf.org/"]ePub eBook standard[/URL], which in theory should enable [URL="http://ebookstore.sony.com/reader/"]Sony Reader[/URL] users to access and use any books created around the standard. Sony Readers will also be able …

0
238
Member Avatar for happygeek

Adobe has issued a security advisory following the discovery of what it describes as a "critical vulnerability" which exists within the current versions of Flash Player (v9.0.159.0 and v10.0.22.87) across all platforms, Windows, Macintosh and Linux operating systems, The same vulnerability can be found within the authplay.dll component that ships …

0
367
Member Avatar for happygeek

The bad guys of the IT business are always looking for the most effective ways to infect the innocent Internet user, and increasingly that means turning to commonly used web browser plug-ins such as Flash or PDF readers. A couple of years ago we were [URL="http://www.daniweb.com/blogs/entry1537.html"]reporting critical vulnerabilities[/URL] for all …

Member Avatar for rapper2
1
456

The End.