use of pdfinclude with predefined templates on Solaris

Project:PDF Include project
Component:Code
Category:support request
Priority:normal
Assigned:jice
Status:active
Description

hi, i just download pdfinclude v3.3.3 because i need to fill a pdf template in 4GL, but the next errors appers when i run a test.

** "/hop01/users/hopahv/BOL1.txt" was not found. (293)
Put/Get functions not allowed on uninitialized memory. (2914)

Could not open Dynamic Library: /usr/lib/libz.so.1 (8013)
DLL Error : ld.so.1: _progres: fatal: /usr/lib/libz.so.1: wrong ELF class:

The programa code:
{pdf_inc.i}
RUN pdf_new ("Spdf","/hop01/users/hopmfg/BOLFill.pdf").
RUN pdf_open_PDF ("Spdf","/hop01/users/hopmfg/POForm6.pdf","BOL").
RUN pdf_new_page ("Spdf").
RUN pdf_use_PDF_page("Spdf","BOL",1).
RUN pdf_close ("Spdf").

Can somebody help me?

Amado Hinojosa


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

Assigned to:Anonymous» jice

Hi Amado
PdfInclude 3.3.3 is very nitpicking about pdf templates. It often complains and cannot open all of them.
If this is possible for you, you may try to create the template using openoffice or libreoffice, with the pdf export functionnality. These pdf are normally recognised.
In order to be able to use any existing pdf template, I have completely rewritten the pdf parser, in a new version of pdfinclude (which will be v4) - along with a lot of enhancements. This version is not public yet, as I'm searching for sponsors. If you prefer this solution, you can contact me privately for support and conditions.
Regards
Jice


#2

Hi Jice,

thanks for your response.

can you send me you personal email to contact you?

we are insterested in make pdfinclude work with openedge 10 in solaris 10 64bits.

regards
Amado HInojosa