229 questions
2
votes
1
answer
123
views
Converting PDF to TIFF for Faxing
I'm currently struggling to convert a PDF to a TIFF file that I can then fax via Asterisk.
It seems that the PDF tools library has this functionality, but it's not free. However, the documentation ...
0
votes
1
answer
212
views
How to view "Fax Activity Log" on HP Color LaserJet Pro MFP 4301
The printer's embedded web server only has "print" option for "Fax Activity Log" as shown below. How do I view "Fax Activity Log" online and print it to a PDF? I do not ...
0
votes
1
answer
173
views
SOAP API - "SOAP/Client.php"
I would like to send a fax using the API from simple-fax.de. The API documentation seems relatively simple. However, I am now encountering a problem. The example code states that the directory SOAP/...
0
votes
1
answer
105
views
C: TIFFWriteEncodedStrip vs Java:?
In Java, how could the same byte array be written to a tiff file using TIFFImageWriter, after creating an associated TIFFDirectory configured with TIFFFields
Haven't seen any Java parallels yet.
More ...
1
vote
2
answers
988
views
PowerShell script only running in PowerShell ISE on Windows 11
I have a PowerShell script to send a notification to an user when a new fax is added to a folder. Here's the script:
$searchPath = "\\server_name\Public\folder_x\folder_y\FAX"
$watcher = ...
0
votes
0
answers
61
views
SNMPGET works from program but not from CLI
I am working on an fax grabber, for a fax in our building only Samsung provides the software "Samsung Easy Printer Manager" the program sends an SNMPGET to the Printer as I saw in Wireshark
...
0
votes
1
answer
330
views
Azure Blob Trigger Function and System.Threading.Sleep
we are using Interfax as our fax provider.
We have an Azure Blob storage account, and a function triggered by new uploads.
When we upload the blob the function is invoked, and this part works ...
1
vote
0
answers
44
views
Could not access the fax log from C#. File is being used by some other program error is coming
I am trying to access the IncomingLog of fax from c#. Since the windows fax and scan application is active I am not able to access the log. It throws the error it is being used by some other program.
...
0
votes
0
answers
47
views
Remove Fax information from the authorize.net merchant email receipt
I'm using nsoftware and authorize.net as a gateway to handle payment in my web application. It is working fine. But, The users are getting a "merchant email receipt" with a "Fax:" ...
2
votes
1
answer
789
views
How can i send fax using python when i have my own fax machine?
i have been trying to make a fax list and send them rapidly by python .
all packages like phaxio , interfax,.. are sending fax through their own server but i have Panasonic fax and want to send fax by ...
1
vote
1
answer
164
views
google apps script to gotoconnect / jive virtual fax - not finding attachment from email
I am attempting to send an email to a virtual fax number from GAS MailApp. The email sends with the attachment and everything looks perfect, but for some reason it doesn't see the attachment. I also ...
0
votes
1
answer
49
views
Can I test a Twilio Fax listening page without sending a fax
Is there a way to test my Twilio fax listening page without sending a fax? I want to see what data would come in to the listening page.
Thanks,
Jay
-1
votes
1
answer
183
views
How can i know what documents have been rejected in Kofax Quality control screen?
I have a Kofax batch with multiple documents. The process I want to built is as follows.
Check for quality of faxed documents in Kofax QC screen.
Reject documents which are not clear, skewed etc..
...
0
votes
1
answer
66
views
Twilio Fax 'confirmation page' - how to make it legally binding
Faxes are considered more legal then email using the confirmation page spit out by the fax machine.
I don't know why that sheet of paper can be trusted by a court as it can be produced by any semi ...
1
vote
1
answer
187
views
How to send Fax attaching PDF in RingCentral in Java
We were exploring RingCentral fax for sending fax. We wanted to attach pdf docs and send it with Java code. But with RingCentral SDK I just wanted to know how do set the MIME type or content type in ...