[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to setup and config PDFInclude in windows server

Status
Not open for further replies.
V

vinhng

Guest
Hello @Jean-Christophe Cardot. Please ,Could you help me how to use the source code "PDFInclude3.3.3" in with Progress developer studio. I created project in tool Progress Developer Studio but it not work and no error message. My example code: "Hello.p" /*==================================================================*/ { D:\HUUNHAT\Openedge\Develop_studio\pdfinclude\src\samples\support\config.i } { D:\HUUNHAT\Openedge\Develop_studio\pdfinclude\src\pdf_inc.i "THIS-PROCEDURE"} RUN pdf_new ("Spdf",cPdfIncludePath + "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. /*===================================================================*/ This file : "config.i", i using in "Hello.p" /*==================================================================*/ DEFINE VARIABLE cPdfIncludePath AS CHARACTER NO-UNDO. DEFINE VARIABLE cWinDir AS CHARACTER NO-UNDO. ASSIGN cPdfIncludePath = 'C:\Fadiese\temp\pdfinclude\' cWinDir = 'C:\winnt\' . /*==================================================================*/ Regards Vinhng.

Continue reading...
 
Status
Not open for further replies.
Top