Question How to setup and config PDFInclude in windows server

vinhng

Member
Hello guys.
I'm newbie,I have a project auto export to PDF when running a Report Framework in QAD software.
I downloaded PDFInclude 3.3.3 tool and I compiled in Character Client (CHUI) with example file code " Hello.p " but it didn't work, not create file PDF and not error message.
+ Please help me to tell the reason.
+ Please tell me, How to setup and config with source code PDFInclude to run in Windows Server 2008 and Linux (step by step).

My example Code : Hello.p
/*====================================*/
{ pdf_inc.i }

RUN pdf_new ("Spdf", "C:\trunk\hello.pdf").
RUN pdf_new_page ("Spdf").
RUN pdf_text ("Spdf", "Hello World!").
RUN pdf_close ("Spdf").
IF RETURN-VALUE > '' THEN
MESSAGE RETURN-VALUE
VIEW-AS ALERT-BOX ERROR BUTTONS OK.

/*===================================*/
Thanks so much.
 
Top