rightfax

RIghtFax Esoteric error message in .NET 1.1

I have a problem with rightfax component Interop.RFCOMAPILib.dll version 1.0.0.0 , using VB .NET 1.1. It works in severals enviroments , but it doesn´t in Production. It returns this message in the exception - "?" - . How i solve it? i couldn´t find any solution in manuals or internet . Thanks! ...

How to generate a fax and send it in code.

I have a business requirement to generate a fax and send it to the recipient. I know the recipients name and fax number and there is a PDF that will be attached. This process will run daily and consist of 100 records to process each time. I was under the impression that this could be done by sending an email to the fax machine and a q...

Send fax (with Right Fax COM API rfcomapi.dll) from SSIS

We are trying to have faxes automatically be sent from within an SSIS package. We have figured out how to send faxes utilizing the Right Fax COM API (rfcomapi.dll) But our issue is that in order to reference any external assembly within SSIS, that assembly must be in the GAC because SSIS utilizes VSA and not the full-blown dev environm...

SSIS with COM Interop fails when run as a scheduled job

I have an SSIS Package that utilizes a COM Interop (Interop.RFCOMAPILib.dll) around RightFax's COM API (rfcomapi.dll). The Interop assembly has been GAC'd so that we can use it within the SSIS package The package runs just fine on my local machine. But it also works just fine on the server if it is manually started (meaning all of the ...

PDF to PCL conversion

In my Java application, I have PDF files that I eventually need to convert to PCL and send to a RightFax server. I'll also need to embed codes in the PCL files that RightFax will read to know where to send the fax. What's the best approach towards doing this? Searching online, it seems like I could use Java's StreamPrintService to pr...

RightFax embedded codes: Fax number seen as invalid.

Here is in essence what my PCL file looks like with embedded codes. The fax codes are embedded where they are because that's the only location where RightFax even recognizes that they exist. ^[%-12345X@PJL ... @PJL ENTER LANGUAGE=PCL ... ^[*p6x3XHello world^[(s3T<TOFAXNUM:814-555-6789><COVER><FROMNAME:Shashank>^L...%1245X I use t...

Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server) is not working

We are using Visual Studio 2005 and 2008, sending a Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server). Visual Studio 2003 works; this process stopped working (the embedded codes aren't recognized) when we upgraded to Visual Studio 2005, and then 2008. With Visual Studio 2003, we use ...

RightFax and .NET?

How easy is it to integrate RightFax with .NET/C#? We are considering FaxMan, Windows Fax Server also, but we came across RightFax. We basically need to be able to send faxes through a .NET App, monitor status etc. ...

Retrieve an image of the fax sent using RFCOMAPILib (RIGHTFAX)

Can anyone tell me if there is a way to retrieve a copy of the fax that was sent using the RFCOMAPILib? I am able to send faxes easily, but a new requirement has come up that the fax that was sent be viewable to the users. Currently I log the handle of the fax object and use that to retrieve status updates. Thanks ...

How to send a fax using RightFax rfcomapi.dll via a command

I am new here and I am not a programmer! I am looking to accomplish the following any help will be greatly appreciated. I get files/reports generated every morning which I then need to fax to clients, I am hoping I can set something up where I can utilize our RightFax server to fax out these reports out on a daily basis. I tried usin...