Search found 11 matches: bins

Searched query: bins

by Antonio Linares
Wed Feb 28, 2024 6:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 1053

Re: Connecting to a BLE device

Dear Jeff,

Wishing you are feeling better now.

This version properly builds using updated xHarbour bins and BCC 7.70 (you need an updated FWH version):
┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for xHarbour 23.10 - Oct. 2023 Harbour development power ...
by frose
Mon Mar 06, 2017 8:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 5087

Re: OCR for scanned documents

... pdf - not only hOCR -, possible with version 3.03 and higher
- I want to run tesseract on windows engines, so I was looking after windows bins version 3.03 or higher
- Found them here https://github.com/UB-Mannheim/tesseract/wiki
- My first and last experience with tiff was this ...
by frose
Fri Mar 03, 2017 8:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 5087

Re: OCR for scanned documents

... higher, tesseract can produce searchable pdf from images!
On this site https://github.com/UB-Mannheim/tesseract/wiki you'll find Windows bins for version 3.05 and 4.00.
With pdfImages (part of xpdfbin) and/or ImageMagick and pdftk you can realise all necessary jobs before and after the OCR ...
by karinha
Wed Jun 11, 2008 1:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
Replies: 2
Views: 2416

Dúda: És posible esto en FIVEWIN ahora ó en el futuro??

... STD_GERMAN 40 && German Std Fanfold 8 1/2 x 12 in
#define PRTPAPER_FANFOLD_LGL_GERMAN 41 && German Legal Fanfold 8 1/2 x 13 in

*-- Paper bins
#define PRTBIN_UPPER 1
#define PRTBIN_ONLYONE 1
#define PRTBIN_LOWER 2
#define PRTBIN_MIDDLE 3
#define PRTBIN_MANUAL 4
#define PRTBIN_ENVELOPE ...
by Badara Thiam
Tue Nov 21, 2006 5:50 pm
Forum: FiveWin for CA-Clipper
Topic: Message to Badara
Replies: 10
Views: 5068

... that under XP it is possible to retreive printers capabilities directly from the registers.

These capabilities are:

printBinNames Array of paper bins
printCollate Binary of collate type
printDuplexSupport Binary of type of duplex
printMaxResolutionSupported Binary of maximum resolution ...
by Gilbert
Mon Nov 20, 2006 5:32 am
Forum: FiveWin for CA-Clipper
Topic: Message to Badara
Replies: 10
Views: 5068

... that under XP it is possible to retreive printers capabilities directly from the registers.

These capabilities are:

printBinNames Array of paper bins
printCollate Binary of collate type
printDuplexSupport Binary of type of duplex
printMaxResolutionSupported Binary of maximum resolution ...
by AlexSchaft
Tue Oct 10, 2006 1:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieve printer capabilites
Replies: 1
Views: 601

Retrieve printer capabilites

Hi,

How would I go about finding out if a printer has multiple bins/duplex capabilities, etc.?

Alex
by Marco Turco
Wed Apr 05, 2006 5:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bin problems with the FWH27 printer class
Replies: 12
Views: 5203

Antonio,
I never set the bin from my app.

I try to explain me better:
imagine that the printer has two bins: the bin1 and the bin2,
the customer set as default bin the bin2 (he make this setting into the Printer control panel calling Start/Printers and fax).

After, the customer execute my app, and ...
by Badara Thiam
Thu Mar 16, 2006 11:06 am
Forum: FiveWin for CA-Clipper
Topic: DevMode() failure in FW 2.5
Replies: 3
Views: 1438

Re: DevMode() failure in FW 2.5

... function of Fivewin

#define DC_FIELDS 1
#define DC_PAPERS 2
#define DC_PAPERSIZE 3
#define DC_MINEXTENT 4
#define DC_MAXEXTENT 5
#define DC_BINS 6
#define DC_DUPLEX 7
#define DC_SIZE 8
#define DC_EXTRA 9
#define DC_VERSION 10
#define DC_DRIVER 11
#define DC_BINNAMES 12
#define DC ...
by R.F.
Tue Jan 31, 2006 5:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error (6) deleting enhanced metefile
Replies: 4
Views: 2225

... from another printer if you choosed FROM USER or directly used the TO "printer name" statements.

All these data (resolution, paper size, number of bins, etc) is now stored in the printer object.

When you performe a "PAGE" command, you are allocating a space IN MEMORY where you will be able of ...
by Gilbert Vaillancourt
Sun Oct 09, 2005 7:05 pm
Forum: FiveWin for CA-Clipper
Topic: DeviceCapabilities()
Replies: 1
Views: 1349

DeviceCapabilities()

... type and source bin list,
but I only get weird results.

According to documentation I should be getting an array containing the names of the paper bins available for the tested printer.
(HP LaserJet 2100)

Here is a piece of code I'm using for testing with the results I get:



nValue ...