User Profile

Collapse

Profile Sidebar

Collapse
LavanyaM
LavanyaM
Last Activity: Mar 13 '08, 01:57 PM
Joined: May 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LavanyaM
    started a topic PDF Generation
    in Java

    PDF Generation

    Hi all,

    I want to generate a large pdf file above 20 MB.

    I have options like jasper, javascript and itext.

    Please help me to choose best one to generate PDF.

    Its Urgent.

    Thanks in Advance...

    Regards,
    M.Lavanya
    See more | Go to post

  • LavanyaM
    started a topic Radio button in jsp
    in Java

    Radio button in jsp

    Hi,

    In our app we have three radio buttons for each row.but no of rows depending upon the data in the db. i want to group the button on the basis of row.
    See more | Go to post

  • LavanyaM
    started a topic Dynamic Radio buttons
    in Java

    Dynamic Radio buttons

    Hi,

    In our app we need to create dynamic radio buttons.
    There should be three radio buttons and this set is dynamic accroding to the data
    this is my code:

    <th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="confirm" ></</html:radio></th>
    <th width="5%" class="twolbcol ors"><html:radi o
    ...
    See more | Go to post

  • LavanyaM
    replied to PDF Generator
    in Java
    "i dont want to save the file while generating itself" ---
    try {
    PdfWriter.getIn stance(document ,new FileOutputStrea m("C:\\Document s and Settings\\U1540 4\\Desktop\\GLF iles.pdf"));
    } catch (FileNotFoundEx ception e) {
    e.printStackTra ce();
    } catch (DocumentExcept ion e) {
    e.printStackTra ce();
    }
    document.open() ;

    PdfPTable table=new PdfPTable(7);...
    See more | Go to post

    Leave a comment:


  • LavanyaM
    started a topic PDF Generator
    in Java

    PDF Generator

    Hi,

    I want to display my content in pdf format. i dont want to save the file while generating itself. if the user want to save from the viewer he/she can save the file or can take the print out.

    I searched many sites but i dint get the correct thing which i need.

    Help me in this.
    See more | Go to post

  • LavanyaM
    started a topic PDF Generator
    in Java

    PDF Generator

    Hi,

    I want to display my content in pdf format. i dont want to save the file while generating itself. if the user want to save from the viewer he/she can save the file or can take the print out.

    I searched many sites but i dint get the correct thing which i need.

    Help me in this.
    See more | Go to post

  • LavanyaM
    started a topic XML mapper tool
    in XML

    XML mapper tool

    hi all,
    could you give me some open source standard tool for xml to xml mapper?

    Regards,
    Lavanya.M
    See more | Go to post

  • LavanyaM
    replied to create a new xml using xslt
    in XML
    Hi all,
    i have developed a sample application.
    XML:
    <?xml version="1.0" ?>
    <?xml-stylesheet type="text/xsl" href="xslt1.xsl "?>
    <persons>
    <person username="JS1">
    <name>John</name>
    <family_name>Sm ith</family_name>
    </person>
    <person username="ND1">
    ...
    See more | Go to post

    Leave a comment:


  • LavanyaM
    started a topic XML tranformation using xslt
    in XML

    XML tranformation using xslt

    hi all,
    i am not getting xml declaration in the browser while using xslt
    Need : filter some data in the xml using xslt


    regards,
    Lavanya.M
    See more | Go to post

  • LavanyaM
    replied to create a new xml using xslt
    in XML
    hi,
    can you give me a sample xml to xml transformtion using xslt?
    See more | Go to post

    Leave a comment:


  • LavanyaM
    replied to create a new xml using xslt
    in XML
    thank you .
    i have one more doubt, that is while displaying the filtered xml through browser i dint get the xml declaration part.
    <xsl:output method="xml" version="1.0" encoding="iso-8859-1" omit-xml- declaration="no " indent="yes" />
    inthat omit-xml-declaration ="no" indicating we need xml declaration, evan though i dint get that.could you please...
    See more | Go to post

    Leave a comment:


  • LavanyaM
    started a topic create a new xml using xslt
    in XML

    create a new xml using xslt

    hi all,
    I createed one xslt from that we can able to see new xml in web browser.but my doubt is, can we able to create a new xml using xslt?


    regards,
    M.Lavanya
    See more | Go to post
No activity results to display
Show More
Working...