PC Review


Reply
Thread Tools Rate Thread

create PDF delay

 
 
=?Utf-8?B?Si4gRnJlZWQ=?=
Guest
Posts: n/a
 
      27th Jul 2007
I'm creating PDF's to be faxed, but the PDF needs time to create before it
can be faxed. How do I put a delay into the system to have it wait until the
PDF has been created? I know I can put a specific time to wait into the
system, but I'd rather only have it wait as long as necessary. TIA.....
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      27th Jul 2007
How are you creating the PDF files? Are you shelling to some other
application? If so, check http://www.mvps.org/access/api/api0004.htm at "The
Access Web"

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"J. Freed" <(E-Mail Removed)> wrote in message
news:10D6D88C-FFDB-457C-9473-(E-Mail Removed)...
> I'm creating PDF's to be faxed, but the PDF needs time to create before it
> can be faxed. How do I put a delay into the system to have it wait until
> the
> PDF has been created? I know I can put a specific time to wait into the
> system, but I'd rather only have it wait as long as necessary. TIA.....



 
Reply With Quote
 
=?Utf-8?B?Si4gRnJlZWQ=?=
Guest
Posts: n/a
 
      27th Jul 2007
Sorry, forgot to mention... I'm using Adobe Acrobat and "printing" the PDF.

"Douglas J. Steele" wrote:

> How are you creating the PDF files? Are you shelling to some other
> application? If so, check http://www.mvps.org/access/api/api0004.htm at "The
> Access Web"
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "J. Freed" <(E-Mail Removed)> wrote in message
> news:10D6D88C-FFDB-457C-9473-(E-Mail Removed)...
> > I'm creating PDF's to be faxed, but the PDF needs time to create before it
> > can be faxed. How do I put a delay into the system to have it wait until
> > the
> > PDF has been created? I know I can put a specific time to wait into the
> > system, but I'd rather only have it wait as long as necessary. TIA.....

>
>
>

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      28th Jul 2007
I would have expected that control wouldn't return to the program until the
Print was completed. Is there perhaps an option in Adobe that needs to be
tweaked?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"J. Freed" <(E-Mail Removed)> wrote in message
news:F28AA001-35BE-4D44-B40B-(E-Mail Removed)...
> Sorry, forgot to mention... I'm using Adobe Acrobat and "printing" the
> PDF.
>
> "Douglas J. Steele" wrote:
>
>> How are you creating the PDF files? Are you shelling to some other
>> application? If so, check http://www.mvps.org/access/api/api0004.htm at
>> "The
>> Access Web"
>>
>> --
>> Doug Steele, Microsoft Access MVP
>> http://I.Am/DougSteele
>> (no private e-mails, please)
>>
>>
>> "J. Freed" <(E-Mail Removed)> wrote in message
>> news:10D6D88C-FFDB-457C-9473-(E-Mail Removed)...
>> > I'm creating PDF's to be faxed, but the PDF needs time to create before
>> > it
>> > can be faxed. How do I put a delay into the system to have it wait
>> > until
>> > the
>> > PDF has been created? I know I can put a specific time to wait into the
>> > system, but I'd rather only have it wait as long as necessary. TIA.....

>>
>>
>>



 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      29th Jul 2007
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote:

>I would have expected that control wouldn't return to the program until the
>Print was completed. Is there perhaps an option in Adobe that needs to be
>tweaked?


I'm going to disagree. I use the free open source PDF creator. I've
noticed that I can print something to it from within Access, then
close the report preview and work away for two or three seconds before
PDF Creator pops up.

Both products are working via the OS print sub system and not directly
from within Access.

Thus I'd suggest Lebans method. Which I suspect is more robust,
faster and definitely cheaper. Free, of course.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      29th Jul 2007
J. Freed <(E-Mail Removed)> wrote:

>I'm creating PDF's to be faxed, but the PDF needs time to create before it
>can be faxed.


Use Lebans free solution as Access will wait until it is completed
before doing anything else.

A2000ReportToPDF is an Access 2000 database containing a function to
convert Reports and Snapshot files to PDF documents. No PDF Printer
driver is required.
http://www.lebans.com/reporttopdf.htm

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
=?Utf-8?B?Si4gRnJlZWQ=?=
Guest
Posts: n/a
 
      31st Jul 2007
Thanks, but we're obligated to use Adobe. Any other ideas on how to put in a
delay?

"Tony Toews [MVP]" wrote:

> J. Freed <(E-Mail Removed)> wrote:
>
> >I'm creating PDF's to be faxed, but the PDF needs time to create before it
> >can be faxed.

>
> Use Lebans free solution as Access will wait until it is completed
> before doing anything else.
>
> A2000ReportToPDF is an Access 2000 database containing a function to
> convert Reports and Snapshot files to PDF documents. No PDF Printer
> driver is required.
> http://www.lebans.com/reporttopdf.htm
>
> Tony
>
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      31st Jul 2007
A low-tech approach would be to put in a message box, telling the user to
click on Ok when the document's been printed.

If you have an idea of the maximum length for which you need to delay, take
a look at http://www.mvps.org/access/api/api0021.htm at "The Access Web".

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"J. Freed" <(E-Mail Removed)> wrote in message
news:98F9095C-AB6C-497A-BF40-(E-Mail Removed)...
> Thanks, but we're obligated to use Adobe. Any other ideas on how to put in
> a
> delay?
>
> "Tony Toews [MVP]" wrote:
>
>> J. Freed <(E-Mail Removed)> wrote:
>>
>> >I'm creating PDF's to be faxed, but the PDF needs time to create before
>> >it
>> >can be faxed.

>>
>> Use Lebans free solution as Access will wait until it is completed
>> before doing anything else.
>>
>> A2000ReportToPDF is an Access 2000 database containing a function to
>> convert Reports and Snapshot files to PDF documents. No PDF Printer
>> driver is required.
>> http://www.lebans.com/reporttopdf.htm
>>
>> Tony
>>
>> --
>> Tony Toews, Microsoft Access MVP
>> Please respond only in the newsgroups so that others can
>> read the entire thread of messages.
>> Microsoft Access Links, Hints, Tips & Accounting Systems at
>> http://www.granite.ab.ca/accsmstr.htm
>> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>>



 
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
is a loop the best way to create a delay Paul Microsoft Access Forms 7 31st May 2009 04:30 AM
is a loop the best way to create a delay Paul Microsoft Access Form Coding 7 31st May 2009 04:30 AM
Create a Delay before login. =?Utf-8?B?U3RldmVuIERhdmlzb24=?= Windows XP General 1 9th Mar 2005 11:35 AM
Create Folder Menu Delay In Windows Explorer John Jordan Windows XP General 0 4th Oct 2004 03:54 PM
Trying to create a Delay function =?Utf-8?B?QnJhZGlrdXM=?= Microsoft Excel Worksheet Functions 0 30th Mar 2004 12:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:16 AM.