Re: Report -> Snapshot -> PDF -> Attach To PDF



I can't see why you don't simply add the photos as required to your main
report. THen you can print directly to your Fax app.
--

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


<kris.scorup@xxxxxxxxx> wrote in message
news:1182461140.785037.34780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Here is my project:

I have a number of reports that are generated and sent via FAX or
EMAIL (depending on the recipient and their preference) to numerous
companies. Some of the reports need to be accompanied by photos stored
on the hard disk.

E-mail is not a problem, as I can attach several files to a single e-
mail before sending. This entire process is automated via VBA code.

Faxing is the problem, as the FAXCOMEXLib only sends one file at a
time. In the case where no photo is needed, I can skip the conversion
to PDF and fax the .SNP file directly to the company. Our fax printer
converts the multiple page .SNP into a single multi-page TIFF for
faxing. What I am wanting to do is to append the photos (when desired)
to the report at some point prior to faxing.

The code I am using to create PDF files (for e-mail) is from
http://www.lebans.com/reporttopdf.htm. I know that the PDF format
accepts attachments. The library used by Lebans is dynapdf.dll, and
according to DynaPDF's API they have an "AttachFile" function.

Here's the questions: Does anyone know if a fax printer will resolve
attachments in a PDF file as additional pages (If not, then this
approach won't work)? What are some options of attaching images to an
existing PDF file? Can anyone suggest another alternative to faxing
mixed-media to a single source - I realize that I "could" send
multiple faxes to the same company, but dislike the option as the
number of images is arbitrary.

Thank you in advance,

Kris



.



Relevant Pages

  • Re: AddPicture in VBA without explict reference to a file path?
    ... Word 2003 all being contained in the same folder as the report to save fiel ... I was trying to figure out why my linked photos quit working when I copy and ...
    (microsoft.public.word.drawing.graphics)
  • Re: Sending Forms or picture of forms
    ... The only realistic approach to make this work is to actually build a report ... out as the PDF file, and then launcher the e-mail client and attach the pdf. ... 'Dim ol As Outlook.Application ...
    (microsoft.public.access.forms)
  • Re: pdf file per record creation from form
    ... ensure that the report will print to the PDF-writing device ... >a report or form to a separate pdf file, ... >> filename by setting a registry key. ... >> document that is printed to the Adobe PDF printer. ...
    (microsoft.public.access.formscoding)
  • RE: How can I store a PDF file in a SQL database?
    ... You should store the file in a image data type. ... Use a BinaryFormatter ... > flat file The PDF file contains the overview of our weekly invoice ... the overview PDF and my detailed report. ...
    (microsoft.public.dotnet.general)
  • Re: Embedding PDF file in Report
    ... I have an Access2003 report with an embedded PDF file, ... using an acrobat reader, typically adobe acrobat reader. ...
    (microsoft.public.access.reports)

Loading