08-11-2009 04:31 AM
Hello,
How can I convert XML file to PDF file in LabView?
08-11-2009 04:43 AM
Hi Tar81,
how should you PDF look like? Do you want to see the same as in the xml file or is the xml a description of something?
You can use a pdf printer to print you xml file from LabVIEW.
Mike
08-11-2009 04:43 AM
You could Read the XML File, use "Unflatten from XML" to convert it and use the Report Generation TK VIs to print it to a PDF-Printer.
Christian
08-11-2009 06:09 AM
After unflattening your XML to String, you can use the Carya PDF toolkit also.
See this for more details.
08-13-2009 02:33 AM
I need a template of report with formatted view, with headings and tables with fixed fields and changeable fields. I need to fill these changeable fields by
XML file's values. How can I create and format such document which will be easy to convert to PDF and how create a PDF?
08-13-2009 03:28 AM
You can use the Report Generation Tookit to create your report from templates, use the XML VIs to read your XML data into LV and then write it to the report, then you print it via PDF Printer or the way parthabe suggested.
Christian