It's ot4xb library, you can find it on https://www.dll-files.com/ot4xb.dll.html..
this is working 100%, we send thousands of PDF files thisway.
br
Search found 45 matches
- Tue Apr 20, 2021 4:12 am
- Forum: Xbase++ 2.0
- Topic: Convert PDF to Base64
- Replies: 17
- Views: 22552
- Tue Apr 20, 2021 3:09 am
- Forum: Xbase++ 2.0
- Topic: Convert PDF to Base64
- Replies: 17
- Views: 22552
Re: Convert PDF to Base64
Hi!
I do it thisway:
cFile = PDF file...
Base64Coded:=ToBase64(MEMOREAD(cFile))
then you can use this "Base64Coded" how you want (in XML, SOAP, etc...)
Goran
I do it thisway:
cFile = PDF file...
Base64Coded:=ToBase64(MEMOREAD(cFile))
then you can use this "Base64Coded" how you want (in XML, SOAP, etc...)
Goran
- Fri Oct 09, 2020 5:04 am
- Forum: eXpress++ Support
- Topic: Continuous Print with DCPRINT
- Replies: 5
- Views: 10342
Re: Continuous Print with DCPRINT
Hi,
I need graphich print becaouse I need to print pictures and different size fonts.
I need graphich print becaouse I need to print pictures and different size fonts.
- Fri Oct 09, 2020 1:16 am
- Forum: eXpress++ Support
- Topic: Continuous Print with DCPRINT
- Replies: 5
- Views: 10342
Re: Continuous Print with DCPRINT
Hi Bob! Thanks’ for reply, but this doesn’t work because I have hundreds of users and each of them have different printer, so it’s impossible to install anything on user computers. That’s usually some 80mm wide termo printer, and till now everything was OK because we printed as RAW formatted (line b...
- Wed Oct 07, 2020 6:31 am
- Forum: eXpress++ Support
- Topic: Continuous Print with DCPRINT
- Replies: 5
- Views: 10342
Continuous Print with DCPRINT
Hi folks! I have problem with printing to printers that have "Continuous" paper, no standard A4 or other format. Those printers have Thermal paper on roll and length of page can be 2cm or 20 met. When I print with DCPRINT on beginning I need to set page width and height (for grid), but when I print ...
- Fri Aug 12, 2016 8:26 am
- Forum: eXpress++ Support
- Topic: XBPPUSHBUTTON error after DCPRINT OFF
- Replies: 2
- Views: 7261
Re: XBPPUSHBUTTON error after DCPRINT OFF
Hi Roger,
OK, i will remove cancel option and try. Anyway no one use that.
Br,
Goran
OK, i will remove cancel option and try. Anyway no one use that.
Br,
Goran
- Fri Aug 12, 2016 7:25 am
- Forum: eXpress++ Support
- Topic: XBPPUSHBUTTON error after DCPRINT OFF
- Replies: 2
- Views: 7261
XBPPUSHBUTTON error after DCPRINT OFF
Hi guys, did anyone had problem with runtime error after print called "XBP-object has wrong state for access"... I have form with browse and button for printing invoices, and sometimes (without any pattern) after printig is complete i receive this error. I print without preview, only printer select ...
- Wed Jul 08, 2015 1:07 am
- Forum: eXpress++ Support
- Topic: Stack in linker
- Replies: 6
- Views: 11578
Re: Stack in linker
HI Roger, I't the same even I mooved those 2 commands. FATAL ERROR LOG Stack Overflow SYS Thread-ID: 688 Module: EH Error Codes: EH: 12 Sub: 0(0) OS: 0 XPP: 16 Call Stack of Thread 1 (688): PREGLED_PRIMKE(5564) (B)PRIMKE(85) ŽDC_XBPPUSHBUTTONŽIŽACTION(2482) (B)ŽDC_XBPPUSHBUTTONŽIŽINIT(2018) ŽXBPPUSH...
- Mon Jul 06, 2015 8:56 am
- Forum: eXpress++ Support
- Topic: Stack in linker
- Replies: 6
- Views: 11578
Re: Stack in linker
Hi Roger, Till now there was no problem with alaska 1.9, but after we change to 2.0 we expereiencing big, big problems with stack overflow and shutting down program WITHOUT ANY ERROR !!! for example, DC print; ------------------------------------------------ Export_File='C:\TEMP\Prijemni list-kalkul...
- Mon Jun 15, 2015 12:37 am
- Forum: eXpress++ Support
- Topic: Stack in linker
- Replies: 6
- Views: 11578
Stack in linker
Hi Folks! I recently had some problems with “stack overflow” in my programs so I decide to enlarge /STACK in linker to 10MB ( /STACK: 10485760, 10485)… Now I’m experiencing new problems that my app runs out of memory so new problem for me. Does anyone use this STACK feature in linker and how to meas...