4,455 Topics
![]() | |
Hai., I'm developing drupal 6.15 version. and I'm new for PHP and now i need to develop my web applications with usual databases commands like insert,delete, update,save functions. after at all creted documents make into details invoice report. like PDF format. Is there any possibility to create the above requirements … ![]() | |
Hello! I recently got hit with some viruses on my computer that were difficult to remove (Antimalware Doctor, Windows Security, and I-Q Manager/copyright violation). I couldn't get an internet connection and none of my executables would not run, and I obviously got a lot of popups asking to run virus … | |
I'm learning JavaScript for software that I'm learning it's SDK. I have a weak understanding of programming and because of that I would like to know the basic JavaScript foundation when coding that applies to no matter what your scripting in this language. A Anyone have any guidelines PDF or … | |
Hey everyone, I don't even know where to begin with this. I need to limit folder access to only those members who are allowed to access them. For example, I'm creating a folder /5/ within a folder called /orderreports/ for the order id 5. I need to check which user … | |
This is a table customization in a search form. I need the ticked checkbox values to be passed to the pdf.php in order for the table to be customized. but the table is not filled nor is it customised. [CODE]<?php //access incoming name, id or radio button values $cs = … ![]() | |
Im trying to customise search fields and then display in a pdf but the code just doesnt work. can someone take a look and see why exactly this is not working? if u see any mistakes? [CODE]<?php //access incoming name, id or radio button values $cs = $_GET['cs']; $name=$_GET['name']; $uni=$_GET['uni']; … | |
Hewlett-Packard released this week a research [URL="http://www.hpl.hp.com/news/2010/apr-jun/HP_ASME_PAPER.pdf"]paper [/URL]describing how a data center could be powered by the waste from a dairy farm. (Would that make it a 'green' data center, or a 'brown' one?) "The HP ASME paper shows how a farm of 10,000 dairy cows could generate 1MW of … | |
Hi Guys, I just installed PDFLib, Im trying to create automatic invoice system for one of my clients. Im testing using MAMP on mac OSX10.5. I used the PDFLib manual and installed the extension. Im pretty sure that everything is working because i can see the extension information in my … | |
Hi, I have created a class which is a "font searcher" the idea being that it will detect the font required for a given string in any language by getting each available font's unicode range(s) and comparing those ranges to the ones found in the string. This is working perfectly … | |
Hello, I am trying to generate pdf on the fly in through php using TCPDF package. My table contains 70 columns, which i need to write into pdf. Only some 5-8 columns are writeen into pdf and rest of the data is cut as the width of the pdf page … | |
Hi there, I'm hoping one of you more experienced guys can help. I'm helping a guy at work, lent his laptop to someone, and it came back exhibiting the above symptoms, that is Internet Explorer opening and trying to access some "moe spirit" or something website. Anyway we knew something … | |
Hello everyone, I am new to this forum. It would be a real help if someone could help me out for a problem I'm in from last 5 days. I am using TCPDF for generating PDF on the fly in php. I am using php5.2.6. I am using Multicell function … | |
I'm creating a program in C# using WPF that will generate a PDF of a sale sign for a retail store (just practice). Since it is a sale sign, I need the user to enter a date to represent the end of the sale. I'm using the datepicker control to … | |
I'm wondering if i can make this shorter: [ICODE]if not link.startswith("javascript") and not link.startswith("mailto") and not link.endswith("pdf") and not link.endswith("ppt"): #do something[/ICODE] Cause this is getting VERY lengthy, very soon | |
I have create for CrystalReport format in vb.net website Reports. How to create Crystalreport to PDF Format Report. Pls give example coding. | |
hi all, i have a problem when i click the link in jsp page. whenever i am clicking the jsp page link it wants to open a pdf file, the pdf file is located in remote system. its working properly in Internet Explorer. but i am opning this in FireFox … | |
Could anyone suggest the best way of resizing an image (.bmp/jpeg) without loss of quality. The problem we are facing is that when we tried resizing one of our images (3000X3000 pixels) to 75X75, it looks fine, and also comes out well when printed directly or as image in a … | |
Greetings All, I am writing a php script that reads the contents of a folder and writes the files to the screen as a link. The folder has many files but the naming convention is the same. It is: randomNumber_Date_Time.pdf I need to scan the files and if the randomNumber … | |
Can anyone offer help for the following Macro I am needing in Excel 2007. The function would be as follows. Need help with turning this into code. Thanks so much in advance!! 1) Open file name: Y:/P21.xls 2) Open file name: Y:/PriceSheet.xlt (Note: Pricesheet.xlt pulls data from P21.xls) 3) Save … | |
In ASP.NET, how to edit the PDF Document,.. | |
Please forgive the long post, but I thought it best to be thorough, even if I'm only looking for pointers. I am working on a schema for a PostGreSQL dbase that is meant to contain all the metadata for all our Digital assets that are for distribution on online: audio, … | |
Hi all, Has anyone used PFDBox before? I'm having trouble with makeing a pdf with mulitple lines: [CODE]contentStream.drawString( patient.toString() );[/CODE] patient.toString() has newline characters in it(\n) and drawString dosn't recognize them. | |
Hey guys, I was referred here by a few friends who have had problems in the past and needed help with solutions Anyway, this is quite a frustrating problem of sorts. I can't access sites such as Microsoft.com. This is through both Mozilla and IE. I have mucked around with … | |
Here is the log from hijackthis, any help would be greatly appreciated. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 11:24:15 AM, on 5/4/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\System32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\S24EvMon.exe C:\WINDOWS\system32\spoolsv.exe … | |
[QUOTE]hi all, i had a upload page and a down load page. so when we upload a file that wil get displayed in a table and a download link wil be beside that file. everything is fine wit upload but wen i click on download link i am getting an … | |
Hi everyone, I have been using System.Diagnostics.Process.Start("fileName.pdf"); command in order to print my pdf docs in my web app. The thing is, it works perfect on my localhost, but once I upload the code on the server, the files no longer are opened. The path to the file in the … | |
Warning: array_sum() [function.array-sum]: The argument should be an array in pdf.php on line 112 i am getting this error and i dont see what the problem is. it calls values and adds them [CODE]$result = mysql_query("SELECT * FROM sold_produce WHERE invoice_id='$invoice_id' "); while($myrow = mysql_fetch_assoc($result)) { $total2[] = $myrow['total']; } … ![]() | |
I a method that generates a PDF and the method returns a byte value, but after response.end statement, the shows an error that the "File does not begin with '%PDF-' here is the code: [CODE] private static Byte[] GenerateReports(string templateFilePath, DataTable table, string fileName) { Byte[] Output = null; string … | |
I was looking for Jump start tutorial for JSP/MySQL. I found Peter budo's sticky. Since I wanted to learn it even offline I decded to put it in word Doc. I will nice format it if I get time and make PDF out of it. However I know some might … | |
I restarted my computer and bootup to desktop was extremely slow...it took about 5 minutes to display. I received a Microsoft C++ Runtime error message with the following path. Program:...es\common files\RoxioShared\9.0\SharedCom\RoxWatch9.exe I thought that it may be associated with RealPlayer SP that I downloaded about a month ago so I … | |
I am grateful first to be asking for help. You guys have helped in the past, and I'm most appreciative. Earlier this week, Probably Wednesday, I got something nasty one of my two computers, I don't know which, but What ever it was, it gave away my World of Warcraft … | |
I have an attachment PDF with pixel alignment. Then I have this code which assigns short integer to appropriate pixels. [CODE] void CMFC3xxDevice::prepare_data_decompress(data_package_ex &pdata) { char *input = (char*) pdata.pData; int incount=pdata.cbData; int finalarray_pos = 0; DWORD dwTempBufferSize = pdata.cbData; for(int i = 0; i < incount; i+=3) { MFC3XXPixelAlignment … | |
hi, I make a rdlc. report, and now when I save it as pdf. file, it saved in 2 pages, one is full of data, and the second page is empty! How can i remove the second one? it is not needed! please help me, thanx. :D (i mean that … | |
Hi Daniweb team, How to update xpdf in fedora system in terminal..Can any one help me out. My version is: Fedora release 8 (Werewolf) I saw the version in the following command cat /etc/ redhat -release Thank you, Prem | |
I have a hijack file I would like someone to look at. I am having a problem turning on the Network Discovery. After I turn it on it goes off. I was told I may have a virus or spyware turning it off. I would appreciate some help so I … | |
hi - i have coded a seacrch box and its results are displayed in a tabular form. i have also a print button which when pressed shud create a pdf based on that table that is displayed. for this i have a separate page called pdf.php. i am using ezpdf … | |
The case of a Philadelphia school allegedly [URL="http://www.daniweb.com/news/story263325.html"]spying [/URL]on students through webcams in their laptop computers continues to wend its way through the legal system, with more recently filed court documents alleging that as many as 56,000 pictures were taken. While attorneys for the school system [URL="http://www.nytimes.com/2010/04/20/us/20brfs-SCHOOLDISTRI_BRF.html"]insist [/URL]none of the … | |
im working with asp.net 2.0 and im using master pages.i have a link to a pdf file...when i click on the link i want the pdf to open within the contentplaceholder.im using iframe within the content placeholder.my master page code is below: [code] <%@ Master Language="C#" AutoEventWireup="true" CodeFile="jm.master.cs" Inherits="jm" %> … | |
Hi Guys, I've been trawling the web for ages trying to find some dll's/code to be able to extract text from a PDF file and keep the formatting as much as possible. I did find something last year, but it simply took all the text and created one big list … | |
Hi everyone, I have a task to generate reports in my project. I am using JasperReports for the reporting purpose and generating the reports using servlets. The reports should be generated and displayed as pdf file in the client's browser window. Now every thing is working fine except the no … | |
hi below is the code i am using to try and execute a pdf report. now the following code i saved in a separate file in the website folder itself. and in the form that contains the print button, when clicked i want it to execute the code in the … | |
i have downloaded and extracted fpdf into my root folder site folder.. i want to know how i can generate a pdf file when i press a button called print. please help? and wehre do i put this fpdf code? is it in the script that contains the output? | |
Hi i have downloaded a php class from a website. and i want to know how i am to integrate it with my system??? i mean do i unzip the file to where? please help! | |
Hi I have got severe problems on my PC, It seems like I have lost parts af my admin rigths. MSI installation fails f.ex. and I have resinstalled, unrigistret and registret MSI, and several other hack, and I can't find any problems in my HJT file. Also, whenever I try … | |
Hi, Do you know a good, free to download book about AJAX (pdf, djvu, chtm?, any)?? Plz, give a link!!! THNX!!! | |
33 of the 4,000 people who worked for the Securities and Exchange Commission in the last five years -- 31 of them within the past three years -- were busted viewing pornography on the job, including 17 senior employees earning between $99,000 and $222,000 a year, according to a [URL="http://www.washingtonpost.com/wp-srv/politics/documents/SECPornSummary.pdf"]report … | |
I have a problem that occurs in Firefox and probably IE when the right plugins are installed (However, tested only in Firefox). My website uses jquery loads to change content on the page. One set of content contains an iframe that is displaying a pdf. If you have plugins to … | |
Hi all, I need to know this one. I have web application and i need functionality like client have certain pdf file on his/her local system. I want to use html/javascrpit to print these pdf files without opening. Thanks in advance. | |
I am new to most the web programming experience and I have a php page (lets call it form.php for brevity) that posts some form information (including an attachment) to another php file that validates organizes the information (which I will call sendMail.php) and then mails it to the destination. … | |
Hi guys, I am using MyEclipse....I have even import the itext.jar file to my project folder....still I am getting error in my java code.... Error in resolving import com.lowagie.text.html.*; import com.lowagie.text.pdf.*; Can anyone help me............. |
The End.