If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > How to convert xls file to PDF

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-14-07, 20:41
akuccputsedut akuccputsedut is offline
Registered User
 
Join Date: Jun 2007
Posts: 35
How to convert xls file to PDF

hi everybody...i need help..

hi..
i've a problem...i want source code how to convert excel file to acrobat reader mean file PDF... i've a form in excel that using macro now i want make a button that prompt yes no msg box when user click yes all information that they fill in the form convert in pdf file and save in one folder can you help me...???

thank you...
__________________
**akuccputsedut**
Intelligent is Me!!But a little confusing
sometimes needs HELP!!

Last edited by akuccputsedut; 06-14-07 at 21:12.
Reply With Quote
  #2 (permalink)  
Old 06-14-07, 21:38
Grafixx01 Grafixx01 is offline
Registered User
 
Join Date: Aug 2006
Posts: 559
Quote:
Originally Posted by akuccputsedut
hi everybody...i need help..

hi..
i've a problem...i want source code how to convert excel file to acrobat reader mean file PDF... i've a form in excel that using macro now i want make a button that prompt yes no msg box when user click yes all information that they fill in the form convert in pdf file and save in one folder can you help me...???

thank you...

I am first going to have to ask if you have Acrobat Pro because I am sure that the Reader (free version) does not allow you to create a PDF, ONLY read them.

So you'd have to have Adobe Acrobat Pro or another program that'll convert like Word/Excel/PowerPoint to PDF.

Do you have any of these?
Reply With Quote
  #3 (permalink)  
Old 06-14-07, 22:52
akuccputsedut akuccputsedut is offline
Registered User
 
Join Date: Jun 2007
Posts: 35
i know about that..

yes i know i must have acrobat reader pro...but right now i dont have that yet...so, what i must do??can i convert to another such as microsoft word or i must have acrobat reader pro too to convert to word...

If i have acrobat reader pro and convert my form in pdf file i'm thinking if the others that don't have acrobat reader pro in their PC can using my form or not...???

if can convert to microsoft word or word pad can you help me how to convert it...because i must have something to record what user have fill in my form...

thank's
__________________
**akuccputsedut**
Intelligent is Me!!But a little confusing
sometimes needs HELP!!
Reply With Quote
  #4 (permalink)  
Old 06-15-07, 09:50
Grafixx01 Grafixx01 is offline
Registered User
 
Join Date: Aug 2006
Posts: 559
Quote:
Originally Posted by akuccputsedut
yes i know i must have acrobat reader pro...but right now i dont have that yet...so, what i must do??can i convert to another such as microsoft word or i must have acrobat reader pro too to convert to word...

If i have acrobat reader pro and convert my form in pdf file i'm thinking if the others that don't have acrobat reader pro in their PC can using my form or not...???

if can convert to microsoft word or word pad can you help me how to convert it...because i must have something to record what user have fill in my form...

thank's

If you convert the files to Adobe Reader (PDF), the person who you send the files to will not be able to read the contents unless they too had the Adobe Reader program. This program is free and you can download it at www.adobe.com . However, you still need to have Adobe Acrobat Professional to directly make PDF files, or at least a piece of software that will convert other files (MS Word, Excel, PowerPoint) files to Adobe PDF.

I will look for the way to try to use VBE code for the convert but I'm not sure that you can do it through coding. I think the only thing that you can do is buy a conversion software or Adobe Acrobat Professional (approximately like $600.00 US last time I checked).

But you can look into the following software to add to your machine which should do what you want:

Neevia Technology docuPrinter LT http://www.neevia.com/?gclid=CK_-g6uh3owCFQlQWAodSTzD7g

InvestinTech Sonic PDF Creator 2.0 (I have used this) http://www.investintech.com/?gclid=C...FQ-SIwod2QnJyA


**Both of these programs add a virtual printer to your computer so when you print the MS Excel workbook or sheet, you select the 'virtual printer' and then it'll save the document where you want it in a PDF format.

I will try to keep looking though for you to see if you can do it through VBE.
Reply With Quote
  #5 (permalink)  
Old 06-15-07, 19:29
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
Zeon Docucom PDF print driver. You "Print" to a PDF File. $50-100, depending on the version. It comes with a MS Office menu addon that converts the file to pdf without "printing."

CutePDF is another PDF print driver. It has a free version, or you can pay for a version with more features. If you don't need to programatically control the file name, it will work for you.

You can also install a postscript print driver, print to a postscript file, then use the ps2pdf converter from ghostscript to convert the postscript file to a pdf file. (This is what CutePDF automates.) This approach allows you to have more control than you can get with cutePDF (but for $0, as opposed to the Zeon product)
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert


Last edited by loquin; 06-15-07 at 19:33.
Reply With Quote
  #6 (permalink)  
Old 06-15-07, 21:00
Grafixx01 Grafixx01 is offline
Registered User
 
Join Date: Aug 2006
Posts: 559
Quote:
Originally Posted by akuccputsedut
yes i know i must have acrobat reader pro...but right now i dont have that yet...so, what i must do??can i convert to another such as microsoft word or i must have acrobat reader pro too to convert to word...

If i have acrobat reader pro and convert my form in pdf file i'm thinking if the others that don't have acrobat reader pro in their PC can using my form or not...???

if can convert to microsoft word or word pad can you help me how to convert it...because i must have something to record what user have fill in my form...

thank's

After doing a fair amount of research to try to figure out a solution to your problem, to use VBE, to get to print Excel into PDF, the programs that myself and Loquin are the only ways. You cannot use VBE to make Excel go to PDF.
Reply With Quote
  #7 (permalink)  
Old 06-16-07, 14:27
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
I think Grafixx01 means "VBA" not "VBE".
VBA stands for: Visual Basic for Applications
__________________
George
Twitter | Blog
Reply With Quote
  #8 (permalink)  
Old 06-18-07, 10:40
Grafixx01 Grafixx01 is offline
Registered User
 
Join Date: Aug 2006
Posts: 559
Quote:
Originally Posted by georgev
I think Grafixx01 means "VBA" not "VBE".
VBA stands for: Visual Basic for Applications
Yeah, I know this. I meant VBE though only cause I know some people just simply refer to VBA as "Visual Basic for Access" and then others will be like "VBE" for "Visual Basic for Excel"...

THOUGH I know they are the same and it's Visual Basic for Applications. Don't ask, I've fought with people saying its VBA (Applications) and they insist its "Access".
Reply With Quote
  #9 (permalink)  
Old 06-18-07, 15:04
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
No need to fight. Just point them to the source - MSDN/Microsoft

http://msdn2.microsoft.com/en-us/isv/bb190540.aspx

is one of about a bazillion MS links that state that the "A" stands for "Applications"
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
  #10 (permalink)  
Old 06-19-07, 03:59
akuccputsedut akuccputsedut is offline
Registered User
 
Join Date: Jun 2007
Posts: 35
yeah..a bundle of thank's for all of you...i'll already download the acrobat pro and it's so easier to convert my form to pdf...thank's ya...!!!
__________________
**akuccputsedut**
Intelligent is Me!!But a little confusing
sometimes needs HELP!!
Reply With Quote
  #11 (permalink)  
Old 06-26-09, 02:30
dwightgenius dwightgenius is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
I find a good tool online:Moyea PPT to PDF Converter ---- PDF creator
It can convert Word,Excel and PowerPoint to PDF formats,really a powerful and strong software.Hopefully you like it.
Reply With Quote
  #12 (permalink)  
Old 07-01-09, 13:20
Luis Santos Luis Santos is offline
Registered User
 
Join Date: Jun 2009
Location: Lisboa, Portugal
Posts: 51
If you are using office version 2007 you can go to

Download details: 2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS

and install it and then you can save any office document in a PDF or XPS file by saving file as.
Reply With Quote
  #13 (permalink)  
Old 07-26-11, 18:05
JosephBecket JosephBecket is offline
Registered User
 
Join Date: Jul 2011
Posts: 3
Re: Excel to PDF

This post was very helpful, but I found a program to be quite useful, especially in business. At my work we use this program that quickly and painlessly converts my excel documents into pdf, taking away agonizing hours of manually entering all the information (such as statistics, invoices, etc.). It provides my business a simple way to make individualized statements for our business associates. Check it out here: Excel to PDF
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On