On 11/30/2011 12:22 AM, Hari Priya Senthil Kumaran wrote: > > I have studied the tool little and went through the help document. > > Without using the user interface, I would like to send commands to the > Java exe and do the following through just code.
If you have a .NET code base, then you cannot use Java. > > 1)Hold the field and form information in a xml / text file. > > 2)Import xml /text into an existing project. > > 3)Save created pdf to a location. You mean RTF, WordML, .docx or .odt. Our product, XMLmind XSL-FO Converter, *cannot* generate PDF. Some of our tools indeed generate PDF but we use the services of Apache FOP (free; open source; Java only, not .NET) for that. See http://xmlgraphics.apache.org/fop/ > > All through command line or code.. > > We use .net code base > All this is documented here: XMLmind XSL-FO Converter - User's Guide http://www.xmlmind.com/foconverter/_distrib/doc/dotnet/user/index.html More precisely: Chapter 3. Command-line executables http://www.xmlmind.com/foconverter/_distrib/doc/dotnet/user/command_line_dotnet.html Chapter 4. Integrating XMLmind XSL-FO Converter in your application http://www.xmlmind.com/foconverter/_distrib/doc/dotnet/user/programming_dotnet.html -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

