4,455 Topics

Member Avatar for
Member Avatar for GrimJack

Hi all, I have AVG installed w/constant updates, I run spybot - S&D on alternate days with ad-aware, I have spywareblaster and spywareguard loaded. AVG now takes over 18 hours to run. Switching from one tsl task to another can take 10 minutes. And there seems to be no let …

Member Avatar for technophant
0
162
Member Avatar for jmcg

Hello Folks, I use CS5 Design Premium, but am a do it yourself hack with just enough sense to get into trouble. I need to design a simple eblast to announce an open house. I've designed a nice 'ad' with ID and of course able to export in a variety …

Member Avatar for macgurl70
0
71
Member Avatar for arunpatyal1987

create table book(bookid int ,title varchar(50),author varchar(50),book longblob); insert into book values(1,'c#','arun','c:/c#.pdf'); BUT this code is not working properly

Member Avatar for sudeepjd
0
101
Member Avatar for Fourside

This has been going on for about a week now with a friend of mine who uses AIM. Since last Thursday, I've been having trouble communicating with her through AIM or any other client I've tried in which I've used AIM to contact her, be it AOL Instant Messenger itself, …

0
147
Member Avatar for Deepika Soman

Hi all.... I'm here to solve a small issue regarding converting a form in VB.net/ asp.net into a pdf flie... such that if i click on a button "Convert to PDF" my PDF file should appear and i should be able to save it... after little search i could find …

0
71
Member Avatar for rakeshbpatel

Hi, How to Open PDF document in asp.net web page without asking save/open/cacel dialogue . I have tried but every time it prompts for saving/opening or cancel action. Thanks in advance. Rakesh

Member Avatar for rajeshprasath
1
1K
Member Avatar for Smudly

My uploader allows the following file formats: jpg pdf gif png I tested that if someone was to name a file configure.php.jpg, my uploader allows it to upload I want to do a check to see if the user has 2 extensions, and if so it will not allow them …

Member Avatar for kekkaishi
0
72
Member Avatar for arunpatyal1987
Member Avatar for Rocky1234

Hey guys! well my pc's having multiple problems... 1.my pc gets restarted on its on once in a while and when its back my antivirus pops up saying something about a minidump problem :( 2. My browser keeps opening a few ad pages on its own. I use google chrome. …

Member Avatar for crunchie
0
572
Member Avatar for Bhargavi V

I am getting the following Errors when I am linking the .pdf document I am using the following piece of code[CODE] String lPathPrefix = "file://muceap10.muc.amadeus.net/User Step Folders/BPS_Files/Outlooksoft CPM/01 - Production Environment/01 - Documentation Library/01 - Documents/Daily_Checks/"; String lPath = (lPathPrefix + doccolvalue).replace(" ", "%20"); URI lURI = new URI(lPath);[/CODE] java.awt.Desktop …

Member Avatar for sandcat
0
1K
Member Avatar for vinayak.v

Good morning everybody... the following code works well in .aspx page that is in web application.. now the same thing i want to do in windows form application.. can anybody help me.. The code is for without saving the pdf file take a print.. it works well in .aspx page …

Member Avatar for kvprajapati
0
181
Member Avatar for Smudly

Hi, I am having some major issues. My site provides sheet music available for downloading for free. When a user clicks on a sheet to download, a new window opens up. This user views our sponsor's website for 30 seconds. Once the time is up, they can download the free …

Member Avatar for Smudly
0
176
Member Avatar for ivayla81

Hi, As I am browsing the internet, multiple IE windows start popping up uncontrolably. The only way to shut them off is through task manager. The same thing happened on a co-worker's computer once, so I am fairly sure it's a virus. Here is the MBAM log Malwarebytes' Anti-Malware 1.46 …

Member Avatar for crunchie
0
311
Member Avatar for jlego

I am going to try to explain this the best I can I didn't develop the original version of this, or the part that rights it to the database. in our company, there is a program that takes PDF files and stores them in our mysql database as blobs. The …

Member Avatar for jlego
0
937
Member Avatar for srdva59

hi, i looking for a design report like crystal report or active reports but for php the objective is creat a report using mysql data and save the template and load that report in a pdf file for print or save any one know something like that? i already use …

Member Avatar for chrishea
0
53
Member Avatar for tgreer

First, sorry for posting this here, but I couldn't find a VBScript forum on Daniweb (which I find surprising). I'm working with binary data in several different projects. Below is an example of code that works to retrieve a static map image (PNG) from Google: [CODE]strFileURL = "http://maps.google.com/maps/api/staticmap?markers=2200+S+Western+Ave+Lisle+IL&zoom=14&size=400x400&sensor=false" Set objXMLHTTP …

Member Avatar for tgreer
0
772
Member Avatar for Roebuc

Can someone tell me how I can accomplish this. I want the results of a form to be placed in a pdf and then added as an attachment. I am not sure if this is possible, but if someone knows how, please let me know. Thanks.

Member Avatar for Nandkishore354
0
1K
Member Avatar for freemanirl

I'm writing this in VB.NET, so I figured I'd post here. So, I'm writing a program to convert some pdfs to jpegs. This is all well and good, and the program seems to work well for the most part. Unfortunately, I've come across a bit of a problem. The pdfs …

0
114
Member Avatar for vinayak.v

hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net-informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions …

0
102
Member Avatar for recyan

Hi, Am a total newbie to programming & trying to learn python thro pdf tutorials. I have this working code which uses four numbers as arguments to calculate the distance between 2 points. Tried to unsuccessfully convert it to use Class. Can some one guide me & can I request …

Member Avatar for recyan
0
2K
Member Avatar for Iggystooge

Hi, I have a hijack situation. When I click on some links, the website is hijacked to another site. I have run AdAware and Malwarebytes but nothing works. Any help is appreciated. Here is my hijack log: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:09:32 PM, on 9/28/2010 …

0
97
Member Avatar for Purandhar

HI I AM USING RICHFACES FOR OUR DEVELOPEMET. WE HAVE A EMBEDDED PDF TO OUR WEB PAGE. NOW THE DROP DOWN MENU ITEMS OR ANY OTHER POPUPS ARE GOING INSIDE THE PDF. I TRIED USING <EMBED> AND IFRAME CAN ANY BODY HELP ME ON THIS? Thanks in advance

Member Avatar for Purandhar
0
76
Member Avatar for spage23

HELP ME! I'm a college student and use my computer ALL of the time. All of a sudden this thing called Relevant Knowledge started popping up on my computer. I wanted to get rid of it, so I stupidly clicked the button that said stop receiving these messages or something …

Member Avatar for confusertech
0
602
Member Avatar for digital11

Hi. I've been having this problem with Firefox & Chrome where searches are taking me to wrong sites. I've done everything as required with Gmer, Malwarebytes etc. Here are the logs:- GMER One log: GMER 1.0.15.15281 - [url]http://www.gmer.net[/url] Rootkit quick scan 2010-09-20 19:25:09 Windows 6.1.7600 Running: 0g2vzqhn.exe; Driver: C:\Users\BOBBYD~1\AppData\Local\Temp\kwkirpoc.sys ---- …

Member Avatar for crunchie
0
366
Member Avatar for CatRambo

[ATTACH=RIGHT]16308[/ATTACH]Coming soon from Samsung: a new tablet computer designed to compete in the iPad market. Running the Android operating system from Google, it will be smaller than the iPad, with a 7-inch screen instead of the iPad's 9.7 inches. The release is currently scheduled for third quarter of this year. …

Member Avatar for meanleekim
0
574
Member Avatar for slfisher

After two years of criticism against the online classified ad site Craigslist because people post ads for prostitution there, the site is now being accused of hosting ads for child prostitution as well. "Last month, two girls trafficked for sex through the website Craigslist wrote an open letter to its …

Member Avatar for iamtoogood
0
448
Member Avatar for ZU05707

Hi, I just begin learn VB .net. I met a problem which axwebbrowser.document can not cast to mshtml.document. My webbrowser is loaded a PDF screen from some web site. My purpose is to get the content from PDF page. Does somebody know to fix this problem? Thanks for help Thomas

Member Avatar for TsadokBlok
0
83
Member Avatar for chintan_shah09

Hi, I have this scenario and I want to accomplish it using Servlet. I need to build an in-memory Dynmic HTML and pass it on as an InputStream to itext API to convert that XHTML to PDF. Data to be inserted in that in-memory HTML tags will come from a …

0
46
Member Avatar for OcarinaSensei

[url]https://www.edline.net/files/_IXADp_/d6877670786901263745a49013852ec4/ProgramAssignment2.pdf[/url] That is my assignment for AP Comp. Sci. Thanks in advance!

Member Avatar for coil
-1
131
Member Avatar for zohebhasan

I want to print Multiple Pages from set of pages depending on user selection. Please suggest and preferably some pdf view should be available for the same.

1
25
Member Avatar for Chofi

I've been having one problem after another since yesterday morning. The problems started with notifications that an application could not be executed, because the file is infected. I ran Malwarebytes Anti-Malware and that seemed to do the trick, at least until this morning, when problems started showing up. In order: …

Member Avatar for cottom
0
362
Member Avatar for dennishall

Hi: I have a process allowing the admin to view users information and download files that the user uploaded to MySQL. When the admin clicks on the file link in the admin page, I expect the file will display using the default program (i.e. pdf or txt), or download (i.e. …

Member Avatar for dennishall
0
151
Member Avatar for elavip

Hi, please help me get rid of this nuisance. It opens sometimes in the background, or with an ad or annoying sounds. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:57:18 AM, on 22/09/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running …

Member Avatar for anhbloginc
0
266
Member Avatar for vinayak.v

hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button. please …

Member Avatar for vinayak.v
0
135
Member Avatar for new SE

Hi all, now i'm working to convert html to pdf in asp.net.. i don't have any idea to make it.. now i have this code to convert it but have a problem.. anybody please help me see thid code or send me link as a guide.. i'm using iTextSharp to …

0
75
Member Avatar for jmainzer

i have done hijack this and the report follows Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 22:00:40, on 18/09/2010 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) 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:\Program Files\Common Files\iS3\Anti-Spyware\SZServer.exe C:\Program Files\Trusteer\Rapport\bin\RapportMgmtService.exe C:\WINDOWS\System32\svchost.exe …

Member Avatar for crunchie
0
280
Member Avatar for michael123

I have a file server in the network, I try to search for the file contents based on search keywords (this is not only search for file name), need to search files like ".doc", ".pdf", ".html", is there an easy way to do that? for example I need to list …

Member Avatar for rhandore
0
48
Member Avatar for ishanjain

I created a project with some bmp images and logos in it thru MS power point 2010. I did all the image adjustments and resizing within the power point and put some word art also. The images were in blocks. Now when i have converted it into pdf(thru a great …

0
108
Member Avatar for jj.amonit

Using the above technologies, I want to create a PDF, store it in my db, and email it. All with the click of one button. I also want to call it up and have it be able to display with a hyperlink. I am very new to FPDF. Therefore, I …

Member Avatar for red_ruewei
0
1K
Member Avatar for leopardsag

I want to create pdf from sql result and then also mail it or save it. Kindly advise. I want any link to working example and code or simple code. Thanks. :)

Member Avatar for red_ruewei
0
157
Member Avatar for bhagawatshinde

Hi, I am new in vb.net 2008. I am developing windows application in that i am generating PDF report using iTextsharp. Problem is that how to display rtf data in pdf.

Member Avatar for Oxiegen
0
126
Member Avatar for Renu Deshpande

Hi all, Can anybody help me in resolving this issue. The details are mentioned below. I am generating PDF using <cfdocument> tag of Cold Fusion. I have a header and footer to be displayed on each page. I am rendering data in a table. If rows in the table exceed …

Member Avatar for AVM
0
496
Member Avatar for Ubique

Hello fellas, I have a slight problem. I have created an application where I am using linklabels to refer to a website, this works with no problem at all, however the problem that I do have is I cant work out the command to refer to a file or document. …

Member Avatar for Ubique
0
167
Member Avatar for charvie

Hi, i have this HTML page that contains an image, some text, and a save button. Now what I want is, when i click on the save button, the image on my site, and all the text will be saved as a PDF file. is that possible using PHP?

Member Avatar for chrishea
0
103
Member Avatar for pwb72

Hello. I'm running Norton Internet Security 2009 on WinXp with SP3. Two days ago, I checked my Intrusion Prevention log on Norton and found the following enrty: An intrusion attempt by PAULSHP was blocked. Application path \DEVICE\HARDDISKVOLUME2\PROGRAM FILES\MOZILLA FIREFOX\FIREFOX.EXE Risk Name: HTTP Misleading Application Download Request Attacking Computer: PAULSHP (192.168.1.2,1219) …

Member Avatar for crunchie
0
652
Member Avatar for Qazinix

I'm writing a program to keep record of my e-books and to open them. I have a record declared in Delphi 7 like this. [CODE]BookLibrary = record AuthorName: String[20]; BookName: String[20]; PDFLink: String[200]; end; [/CODE] Now my question, is it possible to edit a record later on so that one …

Member Avatar for Wolfgan
0
334
Member Avatar for bloodlust25

good day everyone! im a 19 year old noobie and i really need your help right here... im not sure if im in the right category but im hoping someone could help me here... when i log in to my account in normal mode, everything is [B]black[/B] (no wallpaper, not …

Member Avatar for benmar
0
922
Member Avatar for BrentA

Hi, Helping a friend with their computer. They're currently having a problem accessing internet. In Internet Explorer they get message "Internet Explorer cannot display the webpage". Can only use Windows Messenger on internet. A couple days ago started getting all kinds of porn pop-ups. * Ran Windows Malicious Software Removal …

Member Avatar for crunchie
0
343
Member Avatar for vinayak.v

emp database(connection string vsspl-005\sqlexpress)employee database(connection string vsspl-002\sqlexpress) runtime employee database when i give print button emp database the above 4 fig display the problem.. please help me.. since i'm trying from last 4 days i've one crystal report which is connected to the database using database expert and connection string …

0
96
Member Avatar for josiefrut

Hi guys! I need to have a PDF viewer that wont allow users to save, copy, print, email& share online.. plainly just for viewing. any suggestion is appreciated. Thanks.

0
78

The End.