We have a process that takes XML files and split them into pdf's. These
files then based upon a field in a table need to be faxed. The fax info is
stored in a SQL table. The process needs to insert into the pdf control
characters for faxing. Then this newly created file needs to be picked up by
RightFax to be sent out.
Any suggestions on how this can be done.That process is implement within SQL Server?
Do you need to implement faxing inside SQL as well?
I would suggest writing a custom application outside sql in C# , VB.NET, C++
or whatever language.
Is rightFax a COM based product? If it is you could use sp_OACreate to
create OLE object and pass in pdf file path. But that would be asking for
trouble, like I said you're better off with your own solution.
"Hoosbruin" <Hoosbruin@.Kconline.com> wrote in message
news:X5OdnTd-zqDx2KLfRVn-ug@.kconline.com...
> We have a process that takes XML files and split them into pdf's. These
> files then based upon a field in a table need to be faxed. The fax info is
> stored in a SQL table. The process needs to insert into the pdf control
> characters for faxing. Then this newly created file needs to be picked up
by
> RightFax to be sent out.
>
> Any suggestions on how this can be done.
>sql
Showing posts with label fax. Show all posts
Showing posts with label fax. Show all posts
Wednesday, March 21, 2012
Fax Delivery Extension
Are there any Fax Delivery Extensions out there?
If not does anyone have any pointers on writing one? I am taking a look a
the sample delivery extension that ships with RS for starters but wouldn't
mind some pointers from anyone who was already gone down this road.
Thanks,
NickHello Nick,
I am planning to write fax delivery extension and saw your post on this
topic. If you have found out ay solution then can you send me sample code.
Your help will be of great help.
Thanks in advance
Rohit
"Nick P @. INDATA" wrote:
> Are there any Fax Delivery Extensions out there?
> If not does anyone have any pointers on writing one? I am taking a look a
> the sample delivery extension that ships with RS for starters but wouldn't
> mind some pointers from anyone who was already gone down this road.
> Thanks,
> Nick
If not does anyone have any pointers on writing one? I am taking a look a
the sample delivery extension that ships with RS for starters but wouldn't
mind some pointers from anyone who was already gone down this road.
Thanks,
NickHello Nick,
I am planning to write fax delivery extension and saw your post on this
topic. If you have found out ay solution then can you send me sample code.
Your help will be of great help.
Thanks in advance
Rohit
"Nick P @. INDATA" wrote:
> Are there any Fax Delivery Extensions out there?
> If not does anyone have any pointers on writing one? I am taking a look a
> the sample delivery extension that ships with RS for starters but wouldn't
> mind some pointers from anyone who was already gone down this road.
> Thanks,
> Nick
Subscribe to:
Posts (Atom)