Search found 30 matches: convertion

Return to advanced search

Handling images and other files

... step is OK, I'm getting the right content from my database which, in this case, is a string with the BLOB content. Now, the problem is that the convertion to a JPG file is not working. That's what I'm trying to do: memowrit("C:\test\teste.jpg",cImage) *cImage is the BLOB content ...
by ricbarraes
Thu Jan 07, 2021 1:44 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1217

Re: How to Convert RTF to PDF

... your code suggestions and it now I'm able to preview it. Everything works, except that I got some tables in the RTF File, and I don't know why the convertion to PDF is affecting the columns alignment. Does anybody know what's happening? RtfToPdf(cNovo)FUNCTION RtfToPdf( cRTF, cPDF, ...
by ricbarraes
Wed Mar 11, 2020 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Convert RTF to PDF
Replies: 11
Views: 1819

Re: FwSavePreviewToPdf

... FW's TPrinter methods into LibHaru calls. As I mention in my previous message, I tried to help Image2Pdf's author to help with that kind of convertion, I wasn't able to find a straight way to translate font names from a language into another, it was a very tricky matter. One of the most ...
by Carlos Mora
Sat May 12, 2018 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5415

Re: OT: Docx to PDF Converter

Hi Jeff,

When you convert a docx to pdf... Can you select (mark, copy) text from the pdf file? Is it a text to text object convertion or is it a renderized image from the original document?

Regards
by Carlos Mora
Tue Jul 04, 2017 11:57 am
 
Forum: Utilities / Utilidades
Topic: OT: Docx to PDF Converter
Replies: 5
Views: 1240

Re: Create a safe link for download

... to store passwords. Given an Invoice number, you can compute the MD5 to use as name, using HB_MD5 function. To make it safer, you can 'salt' the convertion, using another aditional data to add to the original name, be it static or dinamic. eg. cInvoiceNo:= '58144' cSalt:= 'Maveco.be' // this ...
by Carlos Mora
Mon Apr 03, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a safe link for download
Replies: 3
Views: 1289

Re: resedit command

... format. Input and output files can be resource scripts (*.rc), compiled resource scripts (*.res) and Win32 PE files (*.exe, *.dll). The file convertion works just like if you open a file and save it in the new format. The usage of ResEdit in command-line mode is the following : ResEdit.exe ...
by Rick Lipkin
Mon Jun 13, 2016 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resedit command
Replies: 11
Views: 2032

Re: pdf file size too big & preview

... in case of Pdf Printers, printing device commands are translated to pdf commands, giving such compact result. FW pdf generation is based on the convertion of the generated EMF page image into a format like JPEG, and then the pdf's pages are made up using that image. You can verify this trying ...
by Carlos Mora
Wed Feb 17, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pdf file size too big & preview
Replies: 5
Views: 1027

Re: aSort on two fields

Carlos Mora wrote:To avoid dealing with type, a 'type agnostic' comparision function can be used, like
Code: Select all  Expand view

{|x,y| if( x[3] == y[3], x[1] < y[1], x[3] < y[3] ) }
 

no type convertion nor concatenation required.


I too use this logic.
by nageswaragunupudi
Fri Aug 21, 2015 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: aSort on two fields
Replies: 7
Views: 2502

Re: aSort on two fields

To avoid dealing with type, a 'type agnostic' comparision function can be used, like
Code: Select all  Expand view

{|x,y| if( x[3] == y[3], x[1] < y[1], x[3] < y[3] ) }
 

no type convertion nor concatenation required.
by Carlos Mora
Tue Aug 18, 2015 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: aSort on two fields
Replies: 7
Views: 2502

Re: Migrating to Harbour

Antonio,

Antonio Linares wrote:I meant what do you see in Excel. What is shown is Excel ?

Not the value that you get from Harbour.


Sorry. I see an empty cell. So we only need an automatic convertion from CTOD( "" ) to NIL.

EMG
by Enrico Maria Giordano
Wed Dec 24, 2014 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44770

Re: From treeview Goran to fwh treeview

I need to Know the convertion of these lines

oTree:GetLinkAt( oTree:GetCursel() )
by Silvio.Falconi
Mon Sep 09, 2013 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: Get table stucture of MySQL and ADO

Hi, I'm converting my program from tMySQL to ADO and have still some convertion-problems. I tMySQL I had oQry:fieldname() , oQry:fieldtype() , oQry:fieldlen() and oQry:fielddec() to get the structure of the table. I found that I can use oRs:fields(1):name ...
by Enrico Maria Giordano
Sun Oct 07, 2012 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get table stucture of MySQL and ADO
Replies: 16
Views: 2942

Get table stucture of MySQL and ADO

Hi, I'm converting my program from tMySQL to ADO and have still some convertion-problems. I tMySQL I had oQry:fieldname() , oQry:fieldtype() , oQry:fieldlen() and oQry:fielddec() to get the structure of the table. I found that I can use oRs:fields(1):name ...
by Marc Vanzegbroeck
Sun Oct 07, 2012 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get table stucture of MySQL and ADO
Replies: 16
Views: 2942

Re: From PDF to OCR

... on his computer. When he clicks "Import data from..." MyApp populates database with two steps: - execution of pdfocr for pdf to txt: convertion - reading and population od my database many thanks
by MarcoBoschi
Sun May 06, 2012 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: From PDF to OCR
Replies: 6
Views: 2169

The born and died Fw Projects

Please complete this List if u want.

Rene Pilon Reportengine GX Report

Fivedb Convertion

Dr Huggle Conversion

Via Coral and the freeware Lib from Via coral for Fivewin

Canal 5

Manuel Mercado Visual Fivewin
by Uwe.Diemer
Mon Oct 25, 2010 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The born and died Fw Projects
Replies: 5
Views: 1622
Next

Return to advanced search

cron