You are here

constant SERVLET_URL in FillPDF 5

@file Allows mappings of PDFs to site content

2 uses of SERVLET_URL
fillpdf_generate_fields_from_pdf in ./fillpdf.module
This function generates the form fields from the specified PDF. It (1) sends a request to the iText servlet to parse the specified PDF, (2) iText returns an XML response with fields-mappings, this module parses the XML response & contsructs the…
fillpdf_generate_pdf in ./fillpdf.module
Generates the PDF ouput based on field values It (1) constructs the XFDF from the form's fields, (2) saves the XFDF to /files/xfdf/x.xfdf, (3) redirects to the servlet at SERVLET_URL which downloads this XFDF, merges it with the user-specified…

File

./fillpdf.module, line 8
Allows mappings of PDFs to site content

Code

define("SERVLET_URL", "http://elc.ocdevel.com:8080/fillpdf_itext/fillpdf_itext");