Search found 227 matches: pdfs

Return to advanced search

Re: Digital signing a document

Dear Michel,

Then I guess your PDFs are encrypted

Could you please email me one of them ? thanks
by Antonio Linares
Mon Apr 15, 2024 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 356

Re: Centrar texto VERTICALMENTE

Using PRINT oPrn FILE <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 443

Re: Centrar texto VERTICALMENTE

Please try these samples in the samples folder:
print01.prg
print02.prg
pdfharu1.prg
pdfharu2.prg

You can see how to generate pdfs using Word, FWH own pdf, HaruPDF, Image2pdf
Please see how simplest and one line code to print complex outputs.

And advise us what more you want us to provide
by nageswaragunupudi
Tue Apr 09, 2024 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 443

Re: Problem with FiveWin and PDF995 on Windows 11.

It is not only easier but also desirable to depend on FWH for generation of PDFs Very easy: If you are using TPRINTER PRINT oPrn FILE "test.pdf" This will create "test.pdf" instead of showing preview or print to printer. PRINT oPrn PREVIEW ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1197

Re: Switching my setup program to webview2

You get the same using copilot from Bing, using GPT-4 and free: https://copilot.microsoft.com/ It sumarizes videos, PDFs, creates images, etc. It is difficult (or not) to understand why Microsoft compites with chatgpt, if they are their main supporters. Probably supporting ...
by Antonio Linares
Sat Feb 10, 2024 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 404

Re: Lectura del TEXTO desde archivo PDF

This may not work with complex pdfs but works with simple pdfs No harm trying function pdf2txt( cPdf, cTxt )   local oWord := WinWordObj()   local oDoc   cPdf  := cFileSetExt( cPdf, ...
by nageswaragunupudi
Tue Dec 19, 2023 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura del TEXTO desde archivo PDF
Replies: 3
Views: 404

Subuir un fichero a un servidor

... que estoy buscando en el foro como se hace pero no encuentro nada. Este es el codigo que utilizo: ... cUrl := "url..." cFile := "X:\PDFS\FICHERO.PDF" xDoc := CreateObject( "MSXML2.DOMDocument" ) ohttp := CreateObject( "MSXML2.XMLHTTP" ) ohttp:Open( "POST" ...
by miarcod
Sun Nov 26, 2023 11:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subuir un fichero a un servidor
Replies: 18
Views: 2275

Re: PDF en aplicacion con RICHEDIT

Desconocía que abriese PDFs directamente

RichEdit5 es parte de FWH, necesitas actualizar
by Antonio Linares
Fri Oct 20, 2023 11:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en aplicacion con RICHEDIT
Replies: 13
Views: 516

Re: IMPRESION ARCHIVOS PDF

... #inclucde "fivewin.ch"REQUEST FWHARU  // add this herefunction Main()   TPrinter():lUseHaruPDF := .t. All PDFs will now be created using HaruPDF. Do not make any other changes or add any new code in your software. Keep your present function: *-------------------FUNCTION ...
by acuellar
Tue Oct 10, 2023 1:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1589

Re: PDF en Tabla Mysql

José y amigos: Mi experiencia es muy similar a la de Leandro, en principio guardaba yo los PDFs y ZIPs en un campo de su correspondiente tabla para cuando fuera necesario mostrar el PDF o ZIP. El problema era la lentitud al abrir la tabla directamente proporcional a ...
by JoseAlvarez
Mon Oct 09, 2023 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Tabla Mysql
Replies: 19
Views: 802

Re: PDF en Tabla Mysql

José y amigos: Mi experiencia es muy similar a la de Leandro, en principio guardaba yo los PDFs y ZIPs en un campo de su correspondiente tabla para cuando fuera necesario mostrar el PDF o ZIP. El problema era la lentitud al abrir la tabla directamente proporcional a ...
by Armando
Mon Oct 09, 2023 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Tabla Mysql
Replies: 19
Views: 802

Re: IMPRESION ARCHIVOS PDF

... #inclucde "fivewin.ch"REQUEST FWHARU  // add this herefunction Main()   TPrinter():lUseHaruPDF := .t. All PDFs will now be created using HaruPDF. Do not make any other changes or add any new code in your software. Keep your present function: *-------------------FUNCTION ...
by nageswaragunupudi
Mon Oct 09, 2023 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1589

Re: IMPRESION ARCHIVOS PDF

... impriendo de a rangos. De esa manera pude generarlos todos. Gracias ! Pero me queda la otra pregunta: Como reducir el tamaño (MBites) de los pdfs generados. Por ejemplo: probé hacer lo mismo con el fwh2212 y con el fwh1709, con las 2 versiones funciona, pero los pdfs que genera cada versión ...
by pedroluis
Tue Oct 03, 2023 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1589

Re: IMPRESION ARCHIVOS PDF

... tal limitar la generación por intervalos? 001 a 500 y de 501 a 1000 y de 1001 a 1500? crear un diálogo donde el usuario informa la cantidad de PDFS a generar. Y internamente si excede la cantidad permitida, lo avisas y lo bloqueas. Solo una ideia. Regards, saludos.
by karinha
Mon Oct 02, 2023 6:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1589
Next

Return to advanced search