PC Review


Reply
Thread Tools Rate Thread

CutePDF Writer and excel

 
 
umpire_43
Guest
Posts: n/a
 
      19th Mar 2008
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 With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      19th Mar 2008
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 With Quote
 
umpire_43
Guest
Posts: n/a
 
      19th Mar 2008
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 With Quote
 
Jim Thomlinson
Guest
Posts: n/a
 
      19th Mar 2008
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 With Quote
 
umpire_43
Guest
Posts: n/a
 
      19th Mar 2008
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 With Quote
 
Jim Thomlinson
Guest
Posts: n/a
 
      19th Mar 2008
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 With Quote
 
umpire_43
Guest
Posts: n/a
 
      20th Mar 2008
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 With Quote
 
Jim Thomlinson
Guest
Posts: n/a
 
      20th Mar 2008
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cutepdf Writer and Excel 2003 umpire_43 Microsoft Excel Misc 0 17th Apr 2008 04:47 PM
CutePDF Writer Scooter Freeware 3 1st May 2006 01:51 AM
CutePDF Writer Skippy Freeware 0 30th Apr 2006 10:18 PM
[Update] CutePDF Writer v2.5 ArjanDotOrg Freeware 0 15th Nov 2005 10:37 AM
[Update] CutePDF Writer v2.4 ArjanDotOrg Freeware 0 30th Sep 2005 09:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:13 AM.