Skip to content

Commit f13e319

Browse files
authored
Añadimos escaneo multipágina
1 parent c58c268 commit f13e319

18 files changed

+48
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# pbScanner
2+
PowerBuilder Scanner (C# WIA)
3+
4+
Ejemplo para usar el Scanner en PowerBuilder inspirado en el artículo:
5+
6+
https://ourcodeworld.com/articles/read/382/creating-a-scanning-application-in-winforms-with-csharp
7+
8+
Y en el repositorio:
9+
10+
https://github.com/ourcodeworld/csharp-scanner-wia
11+
12+
Adapatado para funcionar en PowerBuilder.
13+
14+
Como el repositorio original es una aplicación de Windows Forms, he recreado su interfaz en PowerBuilder.
15+
16+
Para estar al tanto de lo que publico puedes seguir mi blog:
17+
18+
https://rsrsystem.blogspot.com/
19+
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright 2023 Ramón San Félix Ramón rsrsystem.soft@gmail.com
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
4+
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
5+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
10+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
11+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20.9 KB
Loading
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Save Format v3.0(19990112)
2+
appname "pbscanner";
3+
applib "pbscanner.pbl";
4+
liblist "pbscanner.pbl";
5+
type "pb";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Save Format v3.0(19990112)
2+
@begin Unchecked
3+
@end;
4+
@begin Targets
5+
0 "pbscanner.pbt";
6+
@end;
7+
DefaultTarget "pbscanner.pbt";
8+
DefaultRemoteTarget "pbscanner.pbt";
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<Application>
3+
<RuntimePath>C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2779</RuntimePath>
4+
</Application>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)