Search found 278 matches: converter

Return to advanced search

Re: pdf to jpg

by Charles Fisher
Fri Apr 19, 2024 12:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pdf to jpg
Replies: 7
Views: 558

Re: Pdf a Base64

Mira: use google traductor, pls. http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=27051 https://base64.guru/converter/encode/pdf https://fivewin.com.br/index.php?/topic/27417-gerar-arquivo-em-base64/ https://fivetechsoft.com/forums/viewtopic.php?t=39694 ...
by karinha
Wed Feb 14, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pdf a Base64
Replies: 3
Views: 151

Re: How to convert a Date to an Unix TimeStamp?

... FW_DateToUnix( MyDate ) //168486480000  But in https://www.timestamp-converter.com/ , I'm having a different result(as you can view bellow). Do you know why ? https://i.imgur.com/uvNARPC.jpg
by vilian
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 561

Re: How to convert a Date to an Unix TimeStamp?

Ruth,
I tried it, but didn´t work here. IF you compare the result with that generated from https://www.timestamp-converter.com/, they aren´t the same.
by vilian
Mon Jan 29, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 561

Re: video frame width and height

hi, Ok, i understand ... hm perhaps you can use a "Converter" to get a.) Information about Source Video b.) "upscale" to new TV-Format look at "Handbrake" which use much CPU Power --- when you have so much Video what do ...
by Jimmy
Sat Dec 17, 2022 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: video frame width and height
Replies: 11
Views: 886

Re: Base64 to PDF

... cTxt ) MEMOWRIT( "Test.Pdf", cPdf, .F. ) [/code] I don't get the correct pdf? if the same cTxt I decode in https://base64.guru/converter/decode/pdf I get the correct PDF. Best regards, Miloš look at the first post So I think the problem has nothing to do with the MemoWrit function
by cnavarro
Wed Nov 16, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Base64 to PDF

... I don't get the correct pdf? if the same cTxt I decode in https://base64.guru/converter/decode/pdf I get the correct PDF. Best regards, Miloš
by mtajkov
Tue Nov 15, 2022 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 to PDF
Replies: 14
Views: 1062

Re: Converter para Harbour

estimado no soy experto pero
hDados["XML"] := hb_jsonencode( memoread( '/H:/NFSe/S_NS9_000000003-nfSe.xml' ) )
saludos
Wilson
by wilsongamboa
Fri Dec 03, 2021 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Converter para Harbour
Replies: 2
Views: 520

Re: Converter para Harbour

Já consegui autenticar... Apenas não está anexando/enviando o arquivo XML...    cUrl := "https://treinamento.atende.net/atende.php?pg=rest&service=WNERestServiceNFSe&cidade=migra_pinhais"    cBasic := "MDkyNDczNDMwMDAxMjA6SXBtQDIwMjE="    cFile := "H:\NFSe\S_NS9_0000...
by toya
Fri Dec 03, 2021 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Converter para Harbour
Replies: 2
Views: 520

Converter para Harbour

Alguém poderia me auxiliar converter para Harbour: Este: <?php$curl = curl_init();curl_setopt_array($curl, array(  CURLOPT_URL => 'https://treinamento.atende.net/atende.php?pg=rest&service=WNERestServiceNFSe&cidade=migra_pinhais',  ...
by toya
Fri Dec 03, 2021 11:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Converter para Harbour
Replies: 2
Views: 520

Re: pdf to jpg

Intente converter a FiveWin the Best, porfa. // Samples\HBFIMAGE.PRG/* Copyright 2005 Francesco Saverio Giudice  * FreeImage API test file */#require "hbfimage"#include "fileio.ch"#include "simpleio.ch"#define ...
by karinha
Sat Oct 09, 2021 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pdf to jpg
Replies: 7
Views: 558

GetExcelRange : Enhancement request

... be abla to convert without changing source data. I hope this can be in the TODO list because this is the only strugeling point I now have in my converter program. Thanks... btW. Maybe a better solution is possible
by Marc Venken
Sun Apr 18, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange : Enhancement request
Replies: 2
Views: 382

DBF to SQL

... and I've seen a couple of posts on the forum that show it. However, I have not found a complete sample of using it. Essentially I want to build a converter to take 140 .dbf files and make them into tables in a single SQL database ( MSSQL Express ). If using the function, must the tables exist ...
by TimStone
Wed Apr 14, 2021 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 1622

Open Excel file with TOleAuto() - parameters

... is: :Open (FileName, UpdateLinks, ReadOnly, Format, Password, WriteResPassword, IgnoreReadOnlyRecommended, Origin, Delimiter, Editable, Notify, Converter, AddToMru, Local, CorruptLoad) I need send UpdateLinks with .F. and ReadOnly with .T. Thanks in advance
by hidroxid
Sat Mar 06, 2021 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open Excel file with TOleAuto() - parameters
Replies: 1
Views: 412

Re: Handling images and other files

... We can read from a file or paste from clipboard. You can cross-check the correctness of the results at https://codebeautify.org/base64-to-image-converter I have tested many types of images. At the heart of this program the main conversion function: static function Blob2Image( cText ) local nAt ...
by Otto
Thu Jan 07, 2021 4:17 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1217
Next

Return to advanced search