473,657 Members | 2,690 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

generate PDF files with ASP.

G
Hello,

generate PDF files with ASP. i searched in google i found
http://www.fpdf.org/ this site which is in PHP. but i want the same thing
in ASP.
can anybody help me.

Thanks
Apr 3 '07 #1
3 1910
I'm sure there are plenty of them out there and some may be free, but I
happen to like the ABCPdf COM object by webSupergoo.

http://www.websupergoo.com/abcpdf-1.htm

"G" <su**********@g mail.comwrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
Hello,

generate PDF files with ASP. i searched in google i found
http://www.fpdf.org/ this site which is in PHP. but i want the same thing
in ASP.
can anybody help me.

Thanks


Apr 3 '07 #2
G wrote on Tue, 3 Apr 2007 11:03:59 +0530:
Hello,

generate PDF files with ASP. i searched in google i found http://www.fpdf.org/
this site which is in PHP. but i want the same thing in ASP.
can anybody help me.

Thanks
If you'd searched this group you'd have found a similar request back in
February to which I posted this link in reply: http://www.aspxnet.it/public/default.asp

:)

Dan
Apr 3 '07 #3
On 3 avr, 14:03, "Daniel Crichton" <msn...@worldof spack.comwrote:
G wrote on Tue, 3 Apr 2007 11:03:59 +0530:
Hello,
generate PDF files with ASP. i searched in google i foundhttp://www.fpdf.org/
this site which is in PHP. but i want the same thing in ASP.
can anybody help me.
Thanks

If you'd searched this group you'd have found a similar request back in
February to which I posted this link in reply:http://www.aspxnet.it/public/default.asp

:)

Dan

Do you know this french site?
http://dypso.free.fr/content/tech-en.php
You will find here how to transform HTML to pdf, a SQL SERVER stored
proc to generate a pdf and lot og other stuf.... ;-)
Apr 6 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7619
by: Prakash | last post by:
Hi, I want to generate the JDK API using Javadoc. I have installed java 1.4.2 in WINDOWS. Since i don't have frequent access to the Net, i want to generate the Java API Help using javadoc.But I was unsuccessful in that. Can u give me the exact command for doing so? I had tired:
0
2411
by: Almoni | last post by:
Hi, I have a few .xsd files that include each other in the following way: <!-- lets call the main schema file AA.xsd and it includes BB.xsd inside it --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
2
1933
by: Tools | last post by:
WinTranslator & MacTranslator Demo Editions Generate Design Diagrams from Your Source Code in Minutes Placitas, NM ? April 5, 2004 - Excel Software is pleased to announce the immediate availability of Demo editions of its WinTranslator and MacTranslator reengineering tools. When used in conjunction with the WinA&D or MacA&D modeling tools, software developers can automatically generate live diagrams that represent the design of their...
2
6924
by: PeterW | last post by:
I have an xml file from which I want to generate an xsd schema and at a later stage a cs class. The xml file has a mix of defined namespaces and also an empty namespace. These are defined as follows: <silcn:silcn xmlns:silcn='http://silcn.org/200309' xmlns='http://xmlprobe.com/200312'> it contains an element <report> off the root and also a separate <Silcn:report> again off the root.
4
1980
by: sysxperts | last post by:
Hi, I have a mail server that generates archives in a directory for every message sent or received and each archive has an associated XML file with <sender>, <receiver>, <subject> and other email related tags and all files have same exact format. I would like to generate reports in a web page based upon the content of these XML files but not sure where to start. I know how to make an individual XML file display in browser by linking a...
0
856
by: Jim McGivney | last post by:
I develop a very simple web site in ASP.net 2.0 using Web Developer Express. The page has a button and label, pressing the button changes the text of the label. I can run the website by pressing CTRL-F5. It works fine. I now copy the website to my hosted web (asp.net 2.0) using the menu item Website>>Copy Web Site. I copy the all the files which are aspx, aspx.cs and App_Data files and folders. The page is placed on my host's...
13
2944
by: vm98123 | last post by:
Hi, could someone please give me a clue to this one: I do have an xml-File and an xslt-File so that a browser can display the xml-file. What I am trying to do is convert this to pdf or tiff. I know that with fop you can convert xml + xsl-fo to pdf.
2
8031
by: yanlu06 | last post by:
I tried to use HTML2FPDF to generate dynamic local files and save the generated files on the server. I don't know why it gives me the following error message: " Warning: fopen(gen_pdf/gen_pdf/yan.pdf) : failed to open stream: No such file or directory in /export/home/.../pdfCov/fpdf.php on line 1698 FPDF error: Unable to create output file: gen_pdf/yan.pdf " I cut and paste the following part of the code into a test.php file and
6
4243
by: jpetrang | last post by:
We use VS6.0 to support our automated build environment, and we'd like to move to something that is currently supported. One aspect of VS6.0 is part of the "Generate Makefile" feature, which it seems was removed in VS 2003. Specifically, that feature creates dependency (.dep) files useful for the automated build environment. I saw a post that suggested using cl.exe flags (/showincludes, together with /E or /P) and then write a script to...
23
2393
by: Geoff Cox | last post by:
Hello, Is it possible to use php to generate different menus for users who have access to files in different folders? For example, user Fred might be able to access files in folders A, B and F, whilst use Jane might be able to access files in folders A, D and E. I would want each user to only see text and links relevant to the files in their chosen folders...
0
8306
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8825
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4152
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1955
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.