Search found 26 matches: img2pdf

Return to advanced search

Re: No puedo enviar correos

Hola Karinha:

He adaptado el PREVIEW.PRG a mis necesidades, desde el preview hago el PDF
con img2pdf y lo adjunto al correo, para enviarlo utilizo Mailbee aplicación de paga.

SAludos
by Armando
Mon Apr 20, 2020 12:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo enviar correos
Replies: 2
Views: 453

Re: New FTDN June/Junio 2019 (FWH 19.06)

... tu licencia Si no se añade la licencia, el pdf generado tendrá una marca de agua diciendo que es una copia de evaluación. Ejemplo: \fwh\samples\img2pdf.prg - Printer.prg: La creación de PDF de forma silenciosa en versiones anteriores se lograba utilizando la función FWPreviewToPDF(), que creaba ...
by Antonio Linares
Tue Jul 16, 2019 11:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 3879

New FTDN June/Junio 2019 (FWH 19.06)

... nil // assign your licence If licence is not entered, the pdf generated will have a watermark that it is an Evaluation copy. Sample: \fwh\samples\img2pdf.prg - Printer.prg: Creation of PDF silently was earlier using function FWPreviewToPDF(), which was creating large PDFs. Now if MSWord is installed, ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 3879

Re: Rpreview issues - PDF

... awhile ( traveling ) but saw the recent update to comments. As the originator of the thread I wanted to share my ultimate resolution. I have used Img2Pdf for many years and it has been very good. However, I was not using color in any of my printouts. They are all directly coded with the tPrinter ...
by TimStone
Wed May 08, 2019 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: AYUDA CON DLL IMG2PDF

Hola, Hace varios años utilice Image2PDF.DLL, estos son los wrappers que implementé por si te sirven de ayuda: DLL32 Function I2PDF_AddImage(image as LPSTR);AS LONG PASCAL FROM "I2PDF_AddImage" LIB "IMAGE2PDF.DLL"// Public Shared Function I2PDF_AddImage(ByVal image As Str...
by George
Tue Apr 30, 2019 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON DLL IMG2PDF
Replies: 5
Views: 1291

Re: AYUDA CON DLL IMG2PDF

Holá, esta DLL nos és free?

Saludos.
by karinha
Tue Apr 30, 2019 7:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON DLL IMG2PDF
Replies: 5
Views: 1291

Re: Rpreview issues - PDF CONCLUSIONS

My original goal was to use Img2PDF ( .dll ) which makes efficient, and quick, PDF's. It turned out I was using an older version, so I downloaded the update. Although I was able to get it working, there were issues still between that library ...
by TimStone
Tue Apr 30, 2019 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: Rpreview issues - PDF

Mr Rao, I am using loadlib32() just like you originally suggested. The reason I was having problems is that I was using an older version of the Img2Pdf.dll. After Vilian provided the link, and I downloaded the newer version, all of the problems went away. In addition, my license works with the ...
by TimStone
Wed Apr 24, 2019 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: Rpreview issues - PDF

Some time ago, Adrian Nelson offered to us the source of img2pdf for only $199,00. Here is what he originally wrote in that email: As you may have seen from the Utility Warrior web site earlier this year (which is no longer available) I made the decision ...
by vilian
Tue Apr 23, 2019 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: Rpreview issues - PDF

Hi Guys, I also use img2pdf and have tried with :Say() AND :SayText() using colors different of CLR_BLACK and the pdf was generated right. I use this function to generate the pdf: FUNCTION BuildPDF( aFiles,pdfFilename )LOCAL ...
by vilian
Mon Apr 22, 2019 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: Rpreview issues - PDF

The incompatibility issue with img2pdf is observed only in one module a) which uses SayText() and b) uses color. We need to find out if this compatibility problem is because of usage or color or usage of the method SayText(). We are unable ...
by nageswaragunupudi
Mon Apr 22, 2019 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: Rpreview issues - PDF

Antonio,

The error occurs when the Img2PDF .dll function IPMakePDF( ) is called. It happens every time. Please see my modified statement of the problem above.

Tim
by TimStone
Mon Apr 22, 2019 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Rpreview issues - PDF

Normally, I have been using IMG2PDF(.dll) from rPreview and it works well. I only have this issue with one type of report = the Invoices where I added color. To make them work properly, I use the SayText( ) command rather than the Say( ...
by TimStone
Fri Apr 19, 2019 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10175

Re: Felices reyes!

Un camino un poco parecido seguí yo. Contacté con el creador de img2pdf.dll, y cuando me dijo, o eso entendí yo del inglés, que para los pdfs. había que tener algunas fuentes instaladas y que podrían no mostrarse bien o distintas, ya no seguí con la herramienta. ...
by Carlos Mora
Sat Jan 14, 2017 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 22247

Re: Felices reyes!

... complejo, y te vas a ahorrar muy poco y vas a perder en optimización. Un camino un poco parecido seguí yo. Contacté con el creador de img2pdf.dll, y cuando me dijo, o eso entendí yo del inglés, que para los pdfs. había que tener algunas fuentes instaladas y que podrían no mostrarse ...
by hmpaquito
Fri Jan 13, 2017 8:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 22247
Next

Return to advanced search

cron