A Microsoft Office (Excel, Word) forum. OfficeFrustration

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   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Report to PDF without PDF or EPS Printer



 
 
Thread Tools Display Modes
  #11  
Old June 30th, 2005, 08:32 AM
Dieter Liessmann
external usenet poster
 
Posts: n/a
Default

Hi Rick,

Rick Brandt wrote:
Dieter Liessmann wrote:
Rick Brandt wrote:
Stephen Lebans has a utility that embeds the output of Snapshot
Format inside an RTF file so that it can be viewed with any Word
processor that handles RTF files.

Thats right, but the RTF format has some limitations so you can't get
exactly the Report, unless you are using the special Wort-RTF-Format
and then the user needs word.


I am not familiar with these limitations you are talking about.
Exporting directly to RTF has SEVERE limitations, but I have not
heard of anything that limits what you get using Stephen's utility.


See Stephens post and my answer.

Needing Word is a problem? So you have a target audience that wont
have Word, can't or won't intall the Snapshot Viewer, but they will
always have a PDF viewer? Are they using Macs or Linux?


My customer in this special case is a big organization with many different
locations. They have strong restrictions to the system environment (IMO that
is the only right way to administrate big organizations).
So there is no way for me to install a new software on all machines, but the
PDF viewer is present an all machines.
On all machines Word is installed, but they want to use the exported reports
to send information's by mail to their employees at home. So they can't
suppose that every employee has word.

--
So long Dieter

  #12  
Old June 30th, 2005, 08:42 AM
Dieter Liessmann
external usenet poster
 
Posts: n/a
Default

Hi Mark,

Mark Andrews wrote:
There are third party tools to create pdf files. However you need to
basically code how the output appears in the pdf. Access reports are
usually printed to pdf.

Best bet is to deal with the distribution of your application so it
also installs the pdf printer driver and at runtime changes to the
pdf driver and changes back to whatever printer was choosen.

You can buy our code if need to plug into your MDB to create pdfs,
but it just works with a few of the pdf drivers.


Many of my customers using Metframes. On a Metaframe it is very tricky to
install a printer and get it work in the right way. So this is unfortunately
no solution for me.

--
So long Dieter

  #13  
Old June 30th, 2005, 12:47 PM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default

Dieter I agree with you completely. PDF is the only way to go. I
produced the ReportUtilities several years ago before PDF was so
completely entrenched on the majority of Windows based computer systems.

Adobe and the other PDF companies do sell a series of developer DLL's
that allow for the creation of PDF's without having a PDF Printer Driver
installed. If I remember correctly, it wasn't the cost of these DLL's
that stopped me, it was the fact that the license prohibited me from
giving away for free any software solutions that used these PDF DLLs.

If the next version of Access or Windows does not not include native PDF
support then I will revisit this issue as perhaps licensing arrangements
may have changed over the last few years.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


"Dieter Liessmann" wrote in message
...
Hi Rick,

Rick Brandt wrote:
Dieter Liessmann wrote:
Rick Brandt wrote:
Stephen Lebans has a utility that embeds the output of Snapshot
Format inside an RTF file so that it can be viewed with any Word
processor that handles RTF files.
Thats right, but the RTF format has some limitations so you can't

get
exactly the Report, unless you are using the special

Wort-RTF-Format
and then the user needs word.


I am not familiar with these limitations you are talking about.
Exporting directly to RTF has SEVERE limitations, but I have not
heard of anything that limits what you get using Stephen's utility.


See Stephens post and my answer.

Needing Word is a problem? So you have a target audience that wont
have Word, can't or won't intall the Snapshot Viewer, but they will
always have a PDF viewer? Are they using Macs or Linux?


My customer in this special case is a big organization with many

different
locations. They have strong restrictions to the system environment

(IMO that
is the only right way to administrate big organizations).
So there is no way for me to install a new software on all machines,

but the
PDF viewer is present an all machines.
On all machines Word is installed, but they want to use the exported

reports
to send information's by mail to their employees at home. So they

can't
suppose that every employee has word.

--
So long Dieter


  #14  
Old June 30th, 2005, 02:22 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default

Dieter Liessmann wrote:
Hi Mark,

Mark Andrews wrote:
There are third party tools to create pdf files. However you need to
basically code how the output appears in the pdf. Access reports are
usually printed to pdf.

Best bet is to deal with the distribution of your application so it
also installs the pdf printer driver and at runtime changes to the
pdf driver and changes back to whatever printer was choosen.

You can buy our code if need to plug into your MDB to create pdfs,
but it just works with a few of the pdf drivers.


Many of my customers using Metframes. On a Metaframe it is very
tricky to install a printer and get it work in the right way. So this
is unfortunately no solution for me.


As Stephen stated, there are already tools you can buy that will allow you
to create and attach as an Email a PDF file all from VBA code. The problem
is that the software has to be installed (and paid for) on every user's PC
that needs this capability. For me that has always been a deal killer.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #15  
Old June 30th, 2005, 03:02 PM
Dieter Liessmann
external usenet poster
 
Posts: n/a
Default

Hi Stephen,

Stephen Lebans wrote:
Dieter I agree with you completely. PDF is the only way to go. I
produced the ReportUtilities several years ago before PDF was so
completely entrenched on the majority of Windows based computer
systems.
Adobe and the other PDF companies do sell a series of developer DLL's
that allow for the creation of PDF's without having a PDF Printer
Driver installed. If I remember correctly, it wasn't the cost of
these DLL's that stopped me, it was the fact that the license
prohibited me from giving away for free any software solutions that
used these PDF DLLs.
If the next version of Access or Windows does not not include native
PDF support then I will revisit this issue as perhaps licensing
arrangements may have changed over the last few years.


what can I do to persuade you ;-) ?
As far as i know (don't ask me wherefrom ;-)) the next version of Access
will have no include native PDF support.
I must create a solution until October.

I think today you can get a DLL for PDF creation with a normal
developer-license. Normal developer-license means one license for each
developer. IMO that's the only fair license model. Our developer tool
(www.toptapi.com) has the same license.
But even with such a DLL there is no way for me because you need a very deep
knowledge of graphic file formats to create such a solution.

So let me make a official request.
Would you like to create such a solution (of course for cash)?

When you would like to make me an offer send it to
DLiessmann(at)topsolutions(dot)de

--
So long Dieter

  #16  
Old June 30th, 2005, 03:39 PM
Dieter Liessmann
external usenet poster
 
Posts: n/a
Default

Hi Rick,

Rick Brandt wrote:

As Stephen stated, there are already tools you can buy that will
allow you to create and attach as an Email a PDF file all from VBA
code.


Sorry, but that is wrong! All of these tools install a printer driver or
need a special installed printer driver.

The problem is that the software has to be installed (and paid
for) on every user's PC that needs this capability. For me that has
always been a deal killer.


I agree with you completely. This is absolute unfair.
But I think (hope) you can get what you need in a normal license model. (see
my last answer (begging ;-)) to Stephen.

--
So long Dieter

  #17  
Old July 1st, 2005, 01:06 AM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default

Dieter as I said, the issue is not purchasing a developer's license, the
issue is that I could not freely give away any software solutions I
develop with that license. If you want to do the legwork and see what
options are available for licensing I would agree to have a look at this
project for free. No promises and no, I do not work as a consultant for
a fee. In fact, if you could find a viable license that would allow me
to relase a public domain Access specific solution for free, I would be
willing to pay the cost for the license which generally runs into
several thousand dollars.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


"Dieter Liessmann" wrote in message
...
Hi Stephen,

Stephen Lebans wrote:
Dieter I agree with you completely. PDF is the only way to go. I
produced the ReportUtilities several years ago before PDF was so
completely entrenched on the majority of Windows based computer
systems.
Adobe and the other PDF companies do sell a series of developer

DLL's
that allow for the creation of PDF's without having a PDF Printer
Driver installed. If I remember correctly, it wasn't the cost of
these DLL's that stopped me, it was the fact that the license
prohibited me from giving away for free any software solutions that
used these PDF DLLs.
If the next version of Access or Windows does not not include native
PDF support then I will revisit this issue as perhaps licensing
arrangements may have changed over the last few years.


what can I do to persuade you ;-) ?
As far as i know (don't ask me wherefrom ;-)) the next version of

Access
will have no include native PDF support.
I must create a solution until October.

I think today you can get a DLL for PDF creation with a normal
developer-license. Normal developer-license means one license for each
developer. IMO that's the only fair license model. Our developer tool
(www.toptapi.com) has the same license.
But even with such a DLL there is no way for me because you need a

very deep
knowledge of graphic file formats to create such a solution.

So let me make a official request.
Would you like to create such a solution (of course for cash)?

When you would like to make me an offer send it to
DLiessmann(at)topsolutions(dot)de

--
So long Dieter


  #18  
Old July 1st, 2005, 09:10 AM
Dieter Liessmann
external usenet poster
 
Posts: n/a
Default

Hi Stephen,

Stephen Lebans schrieb:
Dieter as I said, the issue is not purchasing a developer's license,
the issue is that I could not freely give away any software solutions
I develop with that license.


Ups. Sorry for the misunderstanding. But i never thought that this is a
problem?!
I thought when you can buy a developer license you can do with it what ever
you want?

If you want to do the legwork and see
what options are available for licensing I would agree to have a look
at this project for free.


OK. I will take a look at licensing from some products an post the result
here.

No promises and no, I do not work as a
consultant for a fee.


Ups again. Sorry for the stupid question, but why not?
I thougt this is the way you are earning your money!?

In fact, if you could find a viable license
that would allow me to relase a public domain Access specific
solution for free, I would be willing to pay the cost for the license
which generally runs into several thousand dollars.


OK!
That is much more i ever expected.

--
So long Dieter

  #19  
Old July 1st, 2005, 12:20 PM
Dieter Liessmann
external usenet poster
 
Posts: n/a
Default

Hi Stephen,

I have spent some hours in research. Here are my results:

My first thought: Damn, Stephen had to be right. ;-)
No professional DLL with a roality-free runtime.
I have found some Products with a roality-free runtime but only for
end-user-applications. You are not allowed to build developer-tools with
this controls. I am giving up hope....

BUT now I think i have found the right tools!

1.
http://www.isedquickpdf.com
roality-free runtime without limitations, livelong updates, if you want you
can buy the source-code (Delphi), 95 US$ (500 with source-code)
A Delphi-based tool from South-Africa. I took a short look in the manual and
i think this is the right stuff!

2.
http://www.synactis.com/products/pdf_in-the-box.htm
roality-free runtime without limitations, 49 Euro
Possibly an alternative to isedquickpdf from France? It looks good.

3.
http://www.alientools.com/ PDF Generator ActiveX Control
roality-free runtime without limitations, 98 US$
I think this tool is not useable because it has not the comlete
command-set?!

--
So long Dieter

  #20  
Old July 6th, 2005, 12:19 AM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default

Dieter have you contacted these companies to ascertain if you could
truly produce and redistribute a Public Domain Freeware solution with
their libraries? That's what I meant by legwork.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


"Dieter Liessmann" wrote in message
...
Hi Stephen,

I have spent some hours in research. Here are my results:

My first thought: Damn, Stephen had to be right. ;-)
No professional DLL with a roality-free runtime.
I have found some Products with a roality-free runtime but only for
end-user-applications. You are not allowed to build developer-tools

with
this controls. I am giving up hope....

BUT now I think i have found the right tools!

1.
http://www.isedquickpdf.com
roality-free runtime without limitations, livelong updates, if you

want you
can buy the source-code (Delphi), 95 US$ (500 with source-code)
A Delphi-based tool from South-Africa. I took a short look in the

manual and
i think this is the right stuff!

2.
http://www.synactis.com/products/pdf_in-the-box.htm
roality-free runtime without limitations, 49 Euro
Possibly an alternative to isedquickpdf from France? It looks good.

3.
http://www.alientools.com/ PDF Generator ActiveX Control
roality-free runtime without limitations, 98 US$
I think this tool is not useable because it has not the comlete
command-set?!

--
So long Dieter


 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change printer paper bin before printing report SFAxess Setting Up & Running Reports 0 June 10th, 2005 12:36 AM
can I create report without having a printer I.V. Setting Up & Running Reports 5 April 1st, 2005 03:44 PM
Still Hoping for help with a Query problem Don Sealer Using Forms 15 November 13th, 2004 06:24 AM
Print a report to a non-default printer Chris Setting Up & Running Reports 2 July 12th, 2004 08:41 PM
Viewing Report set for an off-line network printer Michael J. Strickland Setting Up & Running Reports 4 June 8th, 2004 08:12 PM


All times are GMT +1. The time now is 07:12 PM.


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