Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default CutePDF Writer and excel

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default CutePDF Writer and excel

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default CutePDF Writer and excel

Hi Jim,

Thanks for the quick reply.

I wish i can download that program, but 80% of the people at work use
cutepdf writer. Can't download software to business computers.


Is there anything out that use cutepdf writer?

thanks

"Jim Thomlinson" wrote:

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default CutePDF Writer and excel

To use the PDF writer as you have indicated you need to access it's API
(assuming that CutePDF even has an API that is exposed). Basically you are on
your own here.
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim,

Thanks for the quick reply.

I wish i can download that program, but 80% of the people at work use
cutepdf writer. Can't download software to business computers.


Is there anything out that use cutepdf writer?

thanks

"Jim Thomlinson" wrote:

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default CutePDF Writer and excel

Hi Jim.

thanks for your quick reply!!!!

I didn't want to hear that but thanks. I'll have to look into api for this
program and maybe there is something on their website that will help.

I may have to may a recommendation to the manager to change to a different
program for this project to work.

Thanks again for you help.
Keith

"Jim Thomlinson" wrote:

To use the PDF writer as you have indicated you need to access it's API
(assuming that CutePDF even has an API that is exposed). Basically you are on
your own here.
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim,

Thanks for the quick reply.

I wish i can download that program, but 80% of the people at work use
cutepdf writer. Can't download software to business computers.


Is there anything out that use cutepdf writer?

thanks

"Jim Thomlinson" wrote:

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default CutePDF Writer and excel

Just to promote the fine work that Ken did on that code that I linked you to,
NASA is actually now using that code... So if your boss is wondering how
ledgit that code is...
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim.

thanks for your quick reply!!!!

I didn't want to hear that but thanks. I'll have to look into api for this
program and maybe there is something on their website that will help.

I may have to may a recommendation to the manager to change to a different
program for this project to work.

Thanks again for you help.
Keith

"Jim Thomlinson" wrote:

To use the PDF writer as you have indicated you need to access it's API
(assuming that CutePDF even has an API that is exposed). Basically you are on
your own here.
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim,

Thanks for the quick reply.

I wish i can download that program, but 80% of the people at work use
cutepdf writer. Can't download software to business computers.


Is there anything out that use cutepdf writer?

thanks

"Jim Thomlinson" wrote:

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default CutePDF Writer/adobe and excel

Hi Jim,

My manager has asked me to do some research on adobe. The company has
version 6 and version 8. Could you direct me to a
website or link that might help me with coding(programming) for adobe.

I appreciate all your help.

Thanks Keith

"Jim Thomlinson" wrote:

Just to promote the fine work that Ken did on that code that I linked you to,
NASA is actually now using that code... So if your boss is wondering how
ledgit that code is...
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim.

thanks for your quick reply!!!!

I didn't want to hear that but thanks. I'll have to look into api for this
program and maybe there is something on their website that will help.

I may have to may a recommendation to the manager to change to a different
program for this project to work.

Thanks again for you help.
Keith

"Jim Thomlinson" wrote:

To use the PDF writer as you have indicated you need to access it's API
(assuming that CutePDF even has an API that is exposed). Basically you are on
your own here.
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim,

Thanks for the quick reply.

I wish i can download that program, but 80% of the people at work use
cutepdf writer. Can't download software to business computers.


Is there anything out that use cutepdf writer?

thanks

"Jim Thomlinson" wrote:

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default CutePDF Writer/adobe and excel

Both Adobe and Cute have an exposed API but you only get it with the Pro
version. Right from Ken's web site...

Unlike Adobe Acrobat and CutePDF, which both require pro versions to create
PDF's via code, PDFCreator is completely free!
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim,

My manager has asked me to do some research on adobe. The company has
version 6 and version 8. Could you direct me to a
website or link that might help me with coding(programming) for adobe.

I appreciate all your help.

Thanks Keith

"Jim Thomlinson" wrote:

Just to promote the fine work that Ken did on that code that I linked you to,
NASA is actually now using that code... So if your boss is wondering how
ledgit that code is...
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim.

thanks for your quick reply!!!!

I didn't want to hear that but thanks. I'll have to look into api for this
program and maybe there is something on their website that will help.

I may have to may a recommendation to the manager to change to a different
program for this project to work.

Thanks again for you help.
Keith

"Jim Thomlinson" wrote:

To use the PDF writer as you have indicated you need to access it's API
(assuming that CutePDF even has an API that is exposed). Basically you are on
your own here.
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi Jim,

Thanks for the quick reply.

I wish i can download that program, but 80% of the people at work use
cutepdf writer. Can't download software to business computers.


Is there anything out that use cutepdf writer?

thanks

"Jim Thomlinson" wrote:

This requires a different PDF writer (it's free from SourceForge) but it will
work...

http://www.excelguru.ca/node/21
--
HTH...

Jim Thomlinson


"umpire_43" wrote:

Hi

I hoping someone can help me with this. I didn't see anything that might help.

I'm using CutePDF Writer program

This is what i want to accomplish (hopefully in a Macro):

1) print the report as pdf
2) each report will be saved under directory (Region, Department, Manager
etc.)
3) if the directory isn't available then create it and save the file under
the new directory else find the directory and save under the correct
directory.
4) Print the report on the printer

Hopefully that make sense.

Thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cutepdf Writer and Excel 2003 umpire_43 Excel Discussion (Misc queries) 0 April 17th 08 04:47 PM
Excel print in CutePDF cuts off mario Excel Discussion (Misc queries) 0 August 4th 06 05:35 AM
CutePDF multiple files from Excel asdf Excel Discussion (Misc queries) 0 February 3rd 06 01:01 PM
Printing to PDF format using CutePDF Writer in VBA FastOneBaz[_9_] Excel Programming 0 June 3rd 05 02:36 PM
Cheque Writer in Excel Praveen Excel Programming 1 October 28th 03 03:06 PM


All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"