df to dbf

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

df to dbf

Post by danielmaximiliano »

hola a todos :
posiblemente tenga que hacer una aplicacion de manejo de varios proveedores de repuestos de motocicletas, la cual la lista de precios vengan en formato pdf y tengas que pasarlo de dbf para poder unificar estos articulos.
de esta forma unificar cada articulo y sacar los precios de cada uno de ellos y compararlos por precio. para elllo necesito convertir este pdf a formato dbf.
¿ hay alguna rutina para covertir un pdf a dbf o txt ? gracias

Hello everyone :
You may have to make a handling application from several motorcycle parts suppliers, which the price list comes in pdf format and you have to pass it from dbf to be able to unify these articles.
in this way, unify each item and get the prices of each one of them and compare them by price. for that I need to convert this pdf to dbf format.
Is there any routine to convert a pdf to dbf or txt? thanks
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: df to dbf

Post by luisvasquezcl »

Hola Daniel. Creo que lo mejor es pedirles a tus clientes que te entreguen las listas en otro formato.
Salu2
franco
Posts: 818
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: df to dbf

Post by franco »

I agree with luis,
I deal with motor cycle and snowmobile company`s. They are able to deliver in txt or csv. Then very easy to use.
All The Best,
Franco
Canada
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: df to dbf

Post by danielmaximiliano »

encontre el GitHub algo que se puede utilizar.. igual cualquier ayuda es bienvenida

I found the GitHub something that can be used .. still any help is welcome

https://github.com/measuresforjustice/textricator
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
AUGE_OHR
Posts: 2061
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: df to dbf

Post by AUGE_OHR »

hi,

can you "mark" in PDF and "copy" it to Clipboard :?:

i use SumatraPDF to "mark" hole PDF and "copy" it to Clipboard from App.
than open Clipboard and "read" like CSV into Variable
using MLCOUNT() / MEMOLINE() to extract each line and remove "unwanted" sign
have fun
Jimmy
Tiger
Posts: 70
Joined: Mon Aug 31, 2015 11:28 am
Location: Taipei

Re: df to dbf

Post by Tiger »

I am using attached tool to extract the pdf files to "txt" files ….

1st. I put all the pdf files to c:\prg\PDF_IN and create a pdf_2_txt.bat file

c:\prg\pdftext\textextract c:\prg\PDF_IN /To c:\prg\TMP ==> pdf_2_txt.bat

2nd. on HMG ==> ! pdf_2_txt.BAT // run the batch file to output txt files

then read those txt files one by one to get what you want ...
Attachments
pdftext.rar
(1.28 MiB) Downloaded 77 times
Post Reply