473,385 Members | 1,384 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

TIF Files From Reports (programmatic?)

I have a very unusual request.

I need to be able to generate reports and save them as TIF
files, with full programmatic control. The application will
provide the filenames. Each page of the report will be saved
as a seperate file. All the user should have to do is press a
button to generate the TIFs, without having to "touch the meat"
of viewing the report, choosing a file path/name, answering
prompts, etc.

The end client (of a client) needs TIFs rather than PDFs. TIFs
use little space, for one. There do exist facilities (such as the
non-programmatic Adobe Acrobat) that save reports as PDF files.
I need TIFs; but if the best that can be done is a programmatic
PDF exporter followed by a PDF to TIF converter; it will have
to do.

- Blaine
(Remove all S and change r's to n's to reply.)
Apr 4 '06 #1
6 4149
hi Blaine,

couldn't you just print to Microsoft Office Document Image Writer,
having set
Properties>Advanced>TIFF ?

-t

Blaine Manyluk ha scritto:
I have a very unusual request.

I need to be able to generate reports and save them as TIF
files, with full programmatic control. The application will
provide the filenames. Each page of the report will be saved
as a seperate file. All the user should have to do is press a
button to generate the TIFs, without having to "touch the meat"
of viewing the report, choosing a file path/name, answering
prompts, etc.

The end client (of a client) needs TIFs rather than PDFs. TIFs
use little space, for one. There do exist facilities (such as the
non-programmatic Adobe Acrobat) that save reports as PDF files.
I need TIFs; but if the best that can be done is a programmatic
PDF exporter followed by a PDF to TIF converter; it will have
to do.

- Blaine
(Remove all S and change r's to n's to reply.)


Apr 4 '06 #2
Access does not have a native capability to save Reports in TIF format. All
the people working on report converters that I have seen have, in fact,
concentrated on PDF. That is, I am sure, because of the widespread
availability of Acrobat readers for free. Perhaps you might search for a PDF
to TIF converter, and cross your fingers for luck.

Larry Linson
Microsoft Access MVP

"Blaine Manyluk" <bs******@correct.ab.ca> wrote in message
news:hHpYf.33506$%H.31283@clgrps13...
I have a very unusual request.

I need to be able to generate reports and save them as TIF
files, with full programmatic control. The application will
provide the filenames. Each page of the report will be saved
as a seperate file. All the user should have to do is press a
button to generate the TIFs, without having to "touch the meat"
of viewing the report, choosing a file path/name, answering
prompts, etc.

The end client (of a client) needs TIFs rather than PDFs. TIFs
use little space, for one. There do exist facilities (such as the
non-programmatic Adobe Acrobat) that save reports as PDF files.
I need TIFs; but if the best that can be done is a programmatic
PDF exporter followed by a PDF to TIF converter; it will have
to do.

- Blaine
(Remove all S and change r's to n's to reply.)

Apr 4 '06 #3
On Tue, 04 Apr 2006 07:59:09 GMT, "Blaine Manyluk" <bs******@correct.ab.ca> wrote:
I have a very unusual request.

I need to be able to generate reports and save them as TIF
files, with full programmatic control. The application will
provide the filenames. Each page of the report will be saved
as a seperate file. All the user should have to do is press a
button to generate the TIFs, without having to "touch the meat"
of viewing the report, choosing a file path/name, answering
prompts, etc.

The end client (of a client) needs TIFs rather than PDFs. TIFs
use little space, for one. There do exist facilities (such as the
non-programmatic Adobe Acrobat) that save reports as PDF files.
I need TIFs; but if the best that can be done is a programmatic
PDF exporter followed by a PDF to TIF converter; it will have
to do.

- Blaine
(Remove all S and change r's to n's to reply.)


You can save to EMF see
http://www.lebans.com/ReportUtilities.htm

EMF could easily be converted to TIF or may be just as good for your purpose.
Apr 4 '06 #4
----- Original Message -----
From: "polite person" <si*****@ease.com>
Newsgroups: comp.databases.ms-access
Sent: Tuesday, April 04, 2006 2:31 PM
Subject: Re: TIF Files From Reports (programmatic?)

You can save to EMF see
http://www.lebans.com/ReportUtilities.htm

EMF could easily be converted to TIF or may be just as good for your
purpose.
Of all the replies, yours has been the most useful.
(But thanks to everyone who replied :) )

I have already made a prototype application from the ReportUtilities code,
which does as I have requested, except that it generates EMFs not TIFs.
This gives me all the programmatic control that I need.

What I need now is a command-line EMF to TIF converter, unless I can
convince my client to use EMFs. Any good (and not too expensive) ideas?
On Tue, 04 Apr 2006 07:59:09 GMT, "Blaine Manyluk"
<bs******@correct.ab.ca> wrote:
I have a very unusual request.

I need to be able to generate reports and save them as TIF
files, with full programmatic control. The application will
provide the filenames. Each page of the report will be saved
as a seperate file. All the user should have to do is press a
button to generate the TIFs, without having to "touch the meat"
of viewing the report, choosing a file path/name, answering
prompts, etc.

The end client (of a client) needs TIFs rather than PDFs. TIFs
use little space, for one. There do exist facilities (such as the
non-programmatic Adobe Acrobat) that save reports as PDF files.
I need TIFs; but if the best that can be done is a programmatic
PDF exporter followed by a PDF to TIF converter; it will have
to do.

================================================== ====================
[To reply, remove the S's from my address, and change the R's to N's.]
Apr 6 '06 #5
On Thu, 06 Apr 2006 05:00:06 GMT, "Blaine Manyluk" <bs******@correct.ab.ca> wrote:

What I need now is a command-line EMF to TIF converter, unless I can
convince my client to use EMFs. Any good (and not too expensive) ideas?


I use IrfanView which is free at least for personal use, and I see it has both batch and command
line options and can do most formats including EMF and TIF.
Google "convert emp tif" will find others.

Apr 6 '06 #6
You really should change over to PDF files. There is a free Report to PDF
converter on my site.

As for converting EMF's or Snapshot to TIF files there is a German Developer
who created such functionality. I'm not sure if he ever released it though.
Check the NG's via GoolgeGroups and focus on the German Access related NG's.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Blaine Manyluk" <bs******@correct.ab.ca> wrote in message
news:qf1Zf.28136$Ph4.21968@edtnps90...
----- Original Message -----
From: "polite person" <si*****@ease.com>
Newsgroups: comp.databases.ms-access
Sent: Tuesday, April 04, 2006 2:31 PM
Subject: Re: TIF Files From Reports (programmatic?)

You can save to EMF see
http://www.lebans.com/ReportUtilities.htm

EMF could easily be converted to TIF or may be just as good for your
purpose.


Of all the replies, yours has been the most useful.
(But thanks to everyone who replied :) )

I have already made a prototype application from the ReportUtilities code,
which does as I have requested, except that it generates EMFs not TIFs.
This gives me all the programmatic control that I need.

What I need now is a command-line EMF to TIF converter, unless I can
convince my client to use EMFs. Any good (and not too expensive) ideas?
On Tue, 04 Apr 2006 07:59:09 GMT, "Blaine Manyluk"
<bs******@correct.ab.ca> wrote:
I have a very unusual request.

I need to be able to generate reports and save them as TIF
files, with full programmatic control. The application will
provide the filenames. Each page of the report will be saved
as a seperate file. All the user should have to do is press a
button to generate the TIFs, without having to "touch the meat"
of viewing the report, choosing a file path/name, answering
prompts, etc.

The end client (of a client) needs TIFs rather than PDFs. TIFs
use little space, for one. There do exist facilities (such as the
non-programmatic Adobe Acrobat) that save reports as PDF files.
I need TIFs; but if the best that can be done is a programmatic
PDF exporter followed by a PDF to TIF converter; it will have
to do.

================================================== ====================
[To reply, remove the S's from my address, and change the R's to N's.]

Apr 6 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Danny J. Lesandrini | last post by:
First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got all the merge modules added to the project and it's working fine. The question is about...
1
by: Hank Reed | last post by:
For about a year I have been printing pdf files from Access 2000 using the ShellExecute Me.hWnd, "print", FileName, "", 0, SW_SHOWNORMAL We normally print, from 1 to 100 engineering documents in...
3
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
4
by: ZRexRider | last post by:
Hi, I have an MS-Access 2000 application that is connected to a MS-SQL Server 2000 backend by linking tables through a DSN-Less connection. No problems at all with that part. This application...
0
by: Danny J. Lesandrini | last post by:
Didn't get any takers on this post this morning at dotnet.General, so I'm reposting here. First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got...
0
by: richardkreidl | last post by:
I have the following hash script that I use to compare two text files. 'Class Public Class FileComparison Public Class FileComparisonException Public Enum ExceptionType U 'Unknown A 'Add...
1
by: badwal | last post by:
One of the requirements of our ASP.NET 2.0 web application (developed with visual studio 2005) is to create reports in form of excel spreadsheets with data coming from Sql Server 2005 database. ...
0
by: Shat T. Cat | last post by:
Hello, I have a program that I originally wrote in VB6 that breaks down plain-text Profit & Loss reports from my organization's Accounting system into separate files for each Cost Center (office...
4
by: Miro | last post by:
<i have also added this reply to the other newsgroup - now that I have realizd ( and assuming ) it is not a localized error directly to vb.> I have found this link on the website:...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.