4,455 Topics
![]() | |
I cannot open any PDF file attachment that is in Outlook 2003. I am using Windows 7 but have installed Outlook 2003 would this cause a problem? | |
hello all i am trying to write a code by which i can convert a php page generated from mysql query in to a pdf file <?php // create handle for new PDF document $pdf = pdf_new(); // open a file pdf_open_file($pdf, "philosophy.pdf"); // start a new page (A4) pdf_begin_page($pdf, … | |
Hi I am trying to clean up a computer with spanish XP. In normal mode the computer works fine, even though it is really infected with stuff. But when I try to start in safe mode, it crashes with a blue screen. There is an error code below with these … | |
The federal government today [URL="http://www.whitehouse.gov/the-press-office/vice-president-biden-kicks-72-billion-recovery-act-broadband-program"]made[/URL] the first awards aimed toward improving broadband access in the U.S. In the American Recovery and Reinvestment Act of 2009, also known as the stimulus package, Congress appropriated $7.2 billion for broadband grants, loans, and loan guarantees to be administered by the USDA’s Rural Utilities … | |
If you've ever remotely operated one computer from another, you've used desktop virtualization. It's been built into Linux, Mac OS X and Windows for years, but recent moves by Red Hat could signal that it's about to go mainstream. The Linux company late last week announced that it was opening … | |
I am using the following code to open a pdf document. The pdf document is stored outside of the root directory: [CODE] $file = $_GET['file']; $fileDir = '../../c_direc/'; if (file_exists($fileDir . $file)) { $contents = file_get_contents($fileDir . $file); header('Content-type: application/pdf'); echo $contents; } [/CODE] This code works (the pdf file … | |
Hello Team, Now that ComboFix is offline I am in need of assistance. I am infected with a rootkit and I do not know how to remove it. No antispyware software can be installed or run. Can you please help me? Here's the DDS log: DDS (Ver_09-12-01.01) - NTFSx86 Run … | |
Please please somebody help me ! I needed help to remove CiD pop-ups !!!!!! I dont wanna to reformat and install everything programmes again please ! help me to remove the pop-ups ! please i beg ! please help me Below is my Hijackthis.log Logfile of HijackThis v1.99.1 Scan saved … | |
![]() | Hi I have a bunch of .pdf's full of music notes in a library and I want these notes to be [I]search-able[/I] from my site using three values (that, would be very nice if can be [I]combined[/I] using AND and OR operators): 1) author; 2) title 3) keyword. - How … ![]() |
Hi , I want to convert any image document to its corresponding PDF format , without using any third-party tool because most of them need to be purchased or on a trial basis. It would be very helpful if someone could post me the source code in C# for implementing … | |
Im doing a school project. have to do dllimport as the SiUtil.dll is written in C++. But im not sure the coding below is correct as there is error. Please advise needed. [url]http://www.silabs.com/Support%20Documents/TechnicalDocs/an117.pdf[/url] Thanks a million. [CODE]using System; using System.Collections.Generic; using System.Windows.Forms; using System.Runtime.InteropServices; namespace ProgrammingInterface { static class Program … | |
Project : Daily emailing of 2000 customers with a personalised pdf attached - I can create pdfs with unique file name these then need to be attached to the correct email and sent out - can anybody help | |
Hi, I am working currently with wxPython. I want to read out pdf pages(seperated files) and display them in wxPython and print them with win32print and win32ui. Is there the possibility to readout a pdf file and convert it to a wx.Bitmap or a wx.Image? please help. | |
Hi, I am using itextsharp dll for creating pdf from dot net... From database I am fetching certain fields which are in Tamil and creating a pdf. This is how I have declared my tamil unicode font [CODE]Dim bflatha As BaseFont = BaseFont.CreateFont("C:\WINDOWS\Fonts\latha.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED) Dim Font As Font = … | |
Still using Adobe Acrobat or Adobe Reader? Maybe it is time to switch to something that's not glowing red on the bad guy radar, or which is more securely coded depending upon how you look at these things. Yes, Adobe has admitted that there is yet another possible zero-day vulnerability … | |
Hi how do i call a pdf file from a form in ms access please ? | |
have a Dell Dimension 3000 and have been working for weeks on trying to get my sound back. My "fine details" follow at the end of my message. I get the yellow exclamation marks and the dreaded code 39 for everything. This happened after I tried stupidly to hook up … | |
I am trying to parse PDFs to extract text from them. I couldn't find any good free tools online for that, and I have no idea about building one myself in .NET. I want to be able to parse the pdf and populate the data in a hash table, which … | |
Hello forum :) I am writing a web application which is basically a form .. and once this form is filled out and submitted i want to capture a "screenshot" of the form and create a pdf (or jpeg) from it.. that is i dont want a screenshot of the … | |
I picked up the case and motherboard for this model, cheaply, however, only the green "pilot" light at the PSU connector comes on when powered, it's green, BTW. Intel PGA 775 socket motherboard, lacking the PCI - Express, but it's etched. Is there a replacement with the PCI-Express slot that … | |
Hi, I want to convert any image document to PDF format using C# without using any third-party tool as they need to be purchased or are on a trial basis. It would be very helpful if someone could post me the source code for implementing that. Thanks in advance. | |
[INDENT]Hello everybody, I just started learning C and decided to join this site. But as soon as I posted some of my code snippets here, immediately I got a stream of insults (thanks to [icode]conio.h[/icode]). But it's not my fault, I've grown on [icode]clrscr()[/icode] and [icode]getch()[/icode] (due to my experience … | |
I want to use my data from mssql database and print it like following format which is an invoice ( bill) format... Please help me, how can i arrange my data to print like this...type is not important i can use word,excel,pdf, etc.... Thank you for your answers ;) --------------------------------------------------------------------------------------------------------------------- … | |
An increasing number of cities in the United States and Canada are releasing data to developers to use in applications. While regions have released geographic information system (GIS) data for some time, such data required complicated software to use. Cities are now releasing all kinds of data, some of them … | |
Hi, I want to upload pdf file on the network drive ([B]name : csu shared files on 'csu-isa-s1(S: )' [/B]) instead of uploading it in the local drive of the server computer? Could anyone tell me how this can be done. It will be great help ! Thanks, Aditi | |
I have been getting these random popups occuring on my computer when I do searches on google and try to click on what I need. Any ideas? here is my hijack this list Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:16:35 PM, on 12/6/2009 Platform: Windows XP SP3 … | |
I am having major trouble with a fraction program. i spend hours fixing the errors and it still does not work. this link provides the instructions: [url]http://web.jjay.cuny.edu/~sbakiras/mat272/assignment3.pdf[/url] this is my code:[CODE] #ifndef RationalNumbers_H #define RationaNumbers_H class RationalNumbers { private: double numerator; double denominator; public: RationalNumbers(); RationalNumbers operator+(const RationalNumbers &); RationalNumbers … | |
I have run avast in safe mode as well as spybot S&D and ccleaner. Avast found a virus "virtumonde" in system32 and the system restore registry and deleted it. Spybot also found it and deleted it. I have been unable to install malwarebytes. I downloaded it but installation fails. Here … | |
I had a fair amount of experience with much older versions of VB, but recently made the switch to VB.net and am trying to figure my way out through the changes. I have a small form program that is basically an interface for installing different software packages so that we … ![]() | |
I am using FF 3.5.5 and it keeps opening new tabs and redirecting my google search results to random pages. Can someone please help? Mbam log: Malwarebytes' Anti-Malware 1.41 Database version: 3110 Windows 5.1.2600 Service Pack 3 11/30/2009 11:53:12 PM mbam-log-2009-11-30 (23-53-12).txt Scan type: Full Scan (C:\|) Objects scanned: 296789 … | |
Hi everyone I wasnt sure where to put this, but I was hoping someone could help with this problem. Everytime I start my computer everything is fine up till the login screen. Once I click on my name to login I get an error saying explorer.exe - Application error The … | |
hey developers i am facing a new problem and need ur help. i have a crystal report running perfect but when i press a button to export the report to specific type such as ("pdf", "excel"...) i got this error. [B][COLOR="Red"] Error in File C:\WINDOWS\TEMP\temp_d5b87b69-0a62-48a7-bb70-0f98fdbf36f2.rpt: Access to report file denied. … | |
Hi, I hope this is the right place for this question. What program can I use to make nice looking .pdf files from Word documents? Thanks | |
Hi , I want a C++ implementation for a LR parser example from this book: Concepts of Programming Languages, 8/E - Robert W. Sebesta here is the example .pdf: [url]http://www.spelman.edu/~compsci/cis346/lecture3_cis346_Chapter4.pdf[/url] its begin from page 6 .. please help me .. thanks .::. Sultan .. | |
Please help! Avast detected a trojan called "Win32:Crypt-FOU[tri]" in a file called "fuhulila.dll"and I cannot delete or add to virus vault. Hijackthis log below: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:47:43 AM, on 12/1/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16915) Boot mode: … | |
i have to write C code for linux commands wich , apropos ,whereis(for a linux mini shell)..... if someone can tell me how to start...or help me with some links... which - shows the full path of (shell) commands --i need that comand to show me only the path of … | |
Hi All, I have been developing an app that will run on my work intranet. The whole appliation works but part of the app is to open a specific PDF file from a selection. So i pass the file name and path to the System.Diagnostics.Process.Start(FileName) But it keeps erroring telling … | |
Hello daniweb. I am currently involved in a project were we need to be able to generate confirmation mails, our original thought was to code an html mail, but we quickly deserted that idea. Therefor I need a powerful yet simple PDF class for PHP. I have no greater interest … | |
Hi all! You've probably all heard of some rendition of the game of life and now it's my turn to try and code it.:-/ Anyway, everything is fine up until my Life function(this is the function where I put all the "rules" of life). My output is now completely blank. … | |
Keeping the Internet safe for satire, the World Intellectual Property Organization [URL="http://didglennbeckrapeandmurderayounggirlin1990.com/legal.php"]ruled[/URL] that the domain name glennbeckrapedandmurderedayounggirlin1990.com was not a violation of the conservative political commentator's intellectual property. The WIPO [URL="http://reporter.blogs.com/files/decision-d2009-1182.pdf"]ruling[/URL] "dismissed Beck's argument that Internet users could be confused by the domain name and its accompanying Web site," noted … | |
Hi Developers Most of the time I'm free, I off the internet. I would like to learn Ajax and JQuery offline. Can someone point me good offline tutorial/free legal book for download? I have googled a lot and downloaded many PDF which are confusing to the beginner at best, and … | |
These empty IE pages just continue to pop up, have to logoff to stop them. I have McAfee malware protection, I have done malware/spyware scans..showing no threats. Here is my HJT |Log. Can someone Please help!!! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:02:15 PM, on 11/25/2009 Platform: … | |
Hi everyone, i am going to be tackling creating pdf files using php on the fly... php would get information from the database and then create a pdf copy of the relevant info gathered. Now, first things first, i need to check if my php installation can accomplish the task. … | |
I am using Adobe Acrobat Professional 7.0 and its companion Adobe Designer to create a writeable PDF form that will be used as an application form. I have been able to create writable fields BUT the user is not able to save this information in the document. Currently someone has … | |
Hello and bonjour everyone I need a bit of hand-holding (pseudo-code) on how to go about accomplishing this task and will appreciate it if you could find 1 or 2 minutes to guide me through. Basically, i need to extract some information from database (different columns) and display it in … | |
Hello Experts! I think I'm finally going to need to reach out for some urgent help... I've been working on removing this malware/virus for a few days and thought I got it. Now I'm seeing my explorer.exe process crash quite frequently. I'm thinking there are still some lingering problems. Any … | |
Hi, I have been having problems with random shut downs. I was only using IE and it started, so I installed Firefox and it was ok but now it's doing it there also. Sometimes it shuts Firefox down 2-4 times in a row(then I give up) and then will totally … | |
hi every one, i need your help how to upload and download any file type to/from sql DB (sql server 2005) using c# windows form application i need to upload and download image type and doc type or pdf type or any else type . i need these types to … | |
Hi ive been trying to fix my pc for months and i think i have a strange virus that boots off an on my pc consistantly every 10 secs.. ill try to type this short since it might shut off while im writing thisnow .. ive replaced the heat sink … | |
Whenever I load up windows, explorer.exe will not start. I can open up task manager and launch it from there, but it will close within the next ten seconds. I have done a Malware Bytes Anti Malware scan, and it turns out I have a vundo infection. [B] Here is … |
The End.