473,670 Members | 2,615 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PDF995 Scripting - anyone got any experience with this?

Hi:

I have PSD995 installed, and find it a good program. I have been told that using Access
you can set up the PDF file name and location using scripting with this application so
that PDF files can be created automatically. Has anyone done this, and if so what are the
commands that one uses for (a) the Location; (b) the file name, and (c) the triggering of
action.

Help with this would be appreciated either in the form of answers to this question, or
some pointers to locations where the answer might be available..

John Baker
Nov 13 '05 #1
5 2795
Pat
John,
You can control these attributes by writing the the ini file used be PDF995.
PDF995 suggests using it's PDFEdit ware, but it does the same thing. There
is a developer's FAQ that might help some:

http://www.pdf995.com/faq_dev.html

And, in case you don't want to read that, here's a link to a routine that
you can just drop into your app:
You can also control writing to the 995 printer with Albert Kallal's easy
printer utility:

http://www.attcanada.net/~kallal.msn.../msaccess.html


"John Baker" <Ba******@Veriz on.net> wrote in message
news:5e******** *************** *********@4ax.c om...
Hi:

I have PSD995 installed, and find it a good program. I have been told that using Access you can set up the PDF file name and location using scripting with this application so that PDF files can be created automatically. Has anyone done this, and if so what are the commands that one uses for (a) the Location; (b) the file name, and (c) the triggering of action.

Help with this would be appreciated either in the form of answers to this question, or some pointers to locations where the answer might be available..

John Baker

Nov 13 '05 #2
Pat
The link for the routine is:
http://www.freeware995.com/misc/vbacode.txt

Why MS gave OE the shortcut ctrl-enter to send a message I'll never
know.....
I can't tell you the number of times I've sent an email when I was just
trying to paste!

HTH,
Pat
"Pat" <no*****@ihates pam.bum> wrote in message
news:L4******** *********@fe2.t exas.rr.com...
John,
You can control these attributes by writing the the ini file used be PDF995. PDF995 suggests using it's PDFEdit ware, but it does the same thing. There is a developer's FAQ that might help some:

http://www.pdf995.com/faq_dev.html

And, in case you don't want to read that, here's a link to a routine that
you can just drop into your app:
You can also control writing to the 995 printer with Albert Kallal's easy
printer utility:

http://www.attcanada.net/~kallal.msn.../msaccess.html


"John Baker" <Ba******@Veriz on.net> wrote in message
news:5e******** *************** *********@4ax.c om...
Hi:

I have PSD995 installed, and find it a good program. I have been told
that using Access
you can set up the PDF file name and location using scripting with this application so
that PDF files can be created automatically. Has anyone done this, and

if so what are the
commands that one uses for (a) the Location; (b) the file name, and (c) the triggering of
action.

Help with this would be appreciated either in the form of answers to

this question, or
some pointers to locations where the answer might be available..

John Baker


Nov 13 '05 #3
Pat:

Thanks for the reference, however the routine has some sort of problem on my system
(Access 2000, w98).

The line:
Dim iniFileName As String, tmpPrinter As Printer

comes back with an error (highlighting the tmpPrinter term) "User defined type not
defined". I am not certain what the implication of this is, or how to solve it. Do I need
some other capabilities or something they have not included?

Suggestions?

John

"Pat" <no*****@ihates pam.bum> wrote:
The link for the routine is:
http://www.freeware995.com/misc/vbacode.txt

Why MS gave OE the shortcut ctrl-enter to send a message I'll never
know.....
I can't tell you the number of times I've sent an email when I was just
trying to paste!

HTH,
Pat
"Pat" <no*****@ihates pam.bum> wrote in message
news:L4******* **********@fe2. texas.rr.com...
John,
You can control these attributes by writing the the ini file used be

PDF995.
PDF995 suggests using it's PDFEdit ware, but it does the same thing.

There
is a developer's FAQ that might help some:

http://www.pdf995.com/faq_dev.html

And, in case you don't want to read that, here's a link to a routine that
you can just drop into your app:
You can also control writing to the 995 printer with Albert Kallal's easy
printer utility:

http://www.attcanada.net/~kallal.msn.../msaccess.html


"John Baker" <Ba******@Veriz on.net> wrote in message
news:5e******** *************** *********@4ax.c om...
> Hi:
>
> I have PSD995 installed, and find it a good program. I have been told

that
using Access
> you can set up the PDF file name and location using scripting with this

application so
> that PDF files can be created automatically. Has anyone done this, and

if
so what are the
> commands that one uses for (a) the Location; (b) the file name, and (c)

the triggering of
> action.
>
> Help with this would be appreciated either in the form of answers to

this
question, or
> some pointers to locations where the answer might be available..
>
> John Baker



Nov 13 '05 #4
Pat: Thanks for all the pointers.

I am now working with both the routines you referred me to, but have one probloem.

The PDF995 routine has parameters:

WritePrivatePro fileString («lpApplication Name», «lpKeyName», «lpString», «lpFileName»)

For the life of me I can not find exactly what the nature of the values that they are
calling for are.

I have tried the logical things and ended up with:

WritePrivatePro fileString ("PayHistory"," ","C:/dump","testpdf" )

PayHistory is the report
C:/dump is the directory I want the PDF to go to
testpdf is the output name I am looking for.

This does not work!! Do you have any interpretation of all this?

Thnks again

John

"Pat" <no*****@ihates pam.bum> wrote:
The link for the routine is:
http://www.freeware995.com/misc/vbacode.txt

Why MS gave OE the shortcut ctrl-enter to send a message I'll never
know.....
I can't tell you the number of times I've sent an email when I was just
trying to paste!

HTH,
Pat
"Pat" <no*****@ihates pam.bum> wrote in message
news:L4******* **********@fe2. texas.rr.com...
John,
You can control these attributes by writing the the ini file used be

PDF995.
PDF995 suggests using it's PDFEdit ware, but it does the same thing.

There
is a developer's FAQ that might help some:

http://www.pdf995.com/faq_dev.html

And, in case you don't want to read that, here's a link to a routine that
you can just drop into your app:
You can also control writing to the 995 printer with Albert Kallal's easy
printer utility:

http://www.attcanada.net/~kallal.msn.../msaccess.html


"John Baker" <Ba******@Veriz on.net> wrote in message
news:5e******** *************** *********@4ax.c om...
> Hi:
>
> I have PSD995 installed, and find it a good program. I have been told

that
using Access
> you can set up the PDF file name and location using scripting with this

application so
> that PDF files can be created automatically. Has anyone done this, and

if
so what are the
> commands that one uses for (a) the Location; (b) the file name, and (c)

the triggering of
> action.
>
> Help with this would be appreciated either in the form of answers to

this
question, or
> some pointers to locations where the answer might be available..
>
> John Baker



Nov 13 '05 #5
I am sorry for the multiple messages. I have had trouble with my internet connection and
wasn't clear which messages actually went out!
Nov 13 '05 #6

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

Similar topics

0
1571
by: fiona | last post by:
Catalyst Releases Scripting Editions of SocketTools Client and server-side development for Active Server Pages and PHP. Yucca Valley, CA, May 25, 2005 - Catalyst Development Corp (www.catalyst.com) - with over 10 years experience developing Internet components announced that Scripting and Secure Scripting Editions have been added to the SocketTools family of products. The Scripting Editions were designed specifically for client and...
3
10435
by: gudia | last post by:
I want to Programatically generate Access reports in the pdf format using some tool and then email them to people in the same code. Right now I am trying to do this with pdf995 using VBA (emailing is a separate issue, which pdf995 does not addresses). I downloaded pdf995. It controls printing via pdf995.ini file. In the VBA code, I have DoCmd.OpenReport "Report2", acViewNormal. I am having the following problems right now. (a) I do...
2
4332
by: John Baker | last post by:
Hi: I have PDF995 installed (and registered) and contacted the PDF995 tech support for help in setting up to automatically print Access reports using PDF 995. As a result I received the following materials. I have asked them how I should set this up (being a neophyte or worse with VBasic) and have not received any advice I can use. Right now even if I set it up as an operation explicit, I get an error on the { characters. Can someone...
16
48868
by: cyranoVR | last post by:
This is the approach I used to automate printing of Microsoft Access reports to PDF format i.e. unattended and without annoying "Save As..." dialogs, and - more importantly - without having to use a commercial program such as Adobe Acrobat and its associated API. The technique uses Ghostscript and Redirection Port Monitor - two free programs for creating PDF documents provided free by Russell Lang. The actual automation requires VBA...
1
3173
by: Adnan | last post by:
Hi, I am porting an existing ASP applcation to ASP.NET which heavily depends on Mainpulation through Scripting.Dictionary. Can anyone help me out with an alternative to use of Scripting.Dictionary. Secondly, most of the migration done through VS.NET wizard has placed the existing ASP code in <Script> tags in an aspx place. Does the runtime take <script language="VB" runat="Server"> tag as a .NET code and compile it or leaves it for...
1
1703
by: Luis Moura | last post by:
Hi I'm devloping an application that creates a file PDF through the software PDF995 (virtual printer). I need that the program creates the name of the file automatically and that don't appear the box of "Save As" to the user. I would like if somone give an example how to do it. Thanks
17
2078
by: freemann | last post by:
Can anyone provide example code showing how to send form results to a results page, email and a comma delimited file? Notice that I need it going to all three locations. Details: I have forms created and working. The first form the user fills out and submits. The form properties are set to Send to other: "Custom ISAPI, NSAPI, CGI, OR ASP SCRIPTING. The method is "POST" and the action is "secondpage.asp". I had to go this route because...
1
2367
by: Gilberto | last post by:
pks00 Expert 280 Posts April 16th, 2007 01:08 PM Re: How to print MS Access 2000 report to PDF995 printer by VBA Code Sweet, your using pdf995, makes answering this question that much easier :)
4
2234
by: Chizl | last post by:
I'm developing a C# web server and I want to implement some kind of server side scripting. I thought about writing my own, but that will take some time.. I'm not sure if there is a way to impliment something someone already has. Anyone have any experience with any of this and willing to provide me a starting point?
0
8471
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8815
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8592
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8661
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7421
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5686
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4213
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2044
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1795
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.