Search found 175 matches: pdfcreator

Return to advanced search

Ayuda C++

Buena noche.. Uso este código, para convertir archivo texto(esc) en formato grafico (+pdfcreator) , genero un PDF Necesito obtener el archivo grafico resultante, y poder salvarlo... Los métodos de manipulación del archivo de salida están en C++ La function es PSPRINTFILE(...) ...
by russimicro
Thu Apr 11, 2024 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda C++
Replies: 11
Views: 197

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

maybe pdfcreator to work correctly has to set 100% otherwise something going wrong
by MarcoBoschi
Wed Jan 31, 2024 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Do you mean that you get the same problem with PDFCreator.JobQueue?
by Enrico Maria Giordano
Tue Jan 30, 2024 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Please try with PDFCreator.JobQueue instead of PDFCreator.PDFCreatorObj.
by Enrico Maria Giordano
Tue Jan 30, 2024 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Using 5.2.0 I have the sema problem.
probably Pdfcreator needsa 100% scale to worl correctly
anyway thanks for your attention Enrico
8)
by MarcoBoschi
Tue Jan 30, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, I tried your sample and confirm the problem. I have no clue about the cause, though... :-(
by Enrico Maria Giordano
Tue Jan 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Can you tried with the latest version (5.2.0), please? Just to exclude something wrong in the version you are using.
by Enrico Maria Giordano
Tue Jan 30, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, so the problem is only with PDFCreator. Which version of PDFCreator are you using?
by Enrico Maria Giordano
Tue Jan 30, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, now try this and report back:

Code: Select all  Expand view
@ 1 , 1 BUTTON oButton OF oDlg ACTION  ( oExcel := CreateObject( "Excel.Application" ) , MsgInfo( oExcel ) )
by Enrico Maria Giordano
Mon Jan 29, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

... MAIN LOCAL oPdfCreator LOCAL oDlg LOCAL oButton DEFINE DIALOG oDlg // @ 1 , 1 BUTTON oButton OF oDlg ACTION ( oPdfCreator := CreateObject( "PDFCreator.PDFCreatorObj" ) , MsgInfo( oPdfcreator ) ) @ 1 , 1 BUTTON oButton OF oDlg ACTION MsgInfo( "Test" ) ACTIVATE DIALOG oDlg CENTER ...
by MarcoBoschi
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 926
Next

Return to advanced search