Re: [cfaussie] Web to PDF

2011-02-02 Thread Vendigo Design
Hi Mark, Not sure if this is what you're after but if the PDF you want as the end result has a fixed layout, then you could use a PDF Form. You can setup your PDF file (as CMYK and 300dpi) then save as a PDF Form with editable fields, then have ColdFusion populate the editable fields with

[cfaussie] Re: XML Validation

2009-08-20 Thread Vendigo Design
Hi Hitesh, To get you started... To Validate the XML document that it is NOT malformed. - Use IsXML() To Check ALL required XML nodes/elements/attributes exits and Check data are properly formatted in XML document - Use XMLValidate() This works with DTD or XSD 1) XML validation should be