The Pdf document already exists. If a open it with PdfReady I can not 
insert anything. If I open it with PdfWriter its contents is deleted.

I need to open a pdf file to ready and write fucntion. How Can I do this?

            *****************************************************
            *         Federal University of Minas Gerais        *
            *          Department of Computer Science           *
            *         Master Degree in Computer Science         *
            *                                                   *
            *            Fundação Getulio Vargas                *    
            *            MBA in Project Management              *
            *                                                   *
            *                 Aloizio Silva                     *
            *         http://www.dcc.ufmg.br/~aloizio           *
            *                                                   *
            *      Mobile Computer and Network Optimization     *
            *****************************************************

On Mon, 19 Jun 2006, Palmi H Lord wrote:

> 
> Try this for the Paragraph
> 
> p1 = new Paragraph(new Chunk(" ", FontFactory.getFont
> FontFactory.HELVETICA, 10)));
> pdfDoc.add(p1);
> 
> Palmi
> 
> 
> > Hi everybody,
> >
> > I have a PDF document and  I should include on it one paragraph.
> > This paragraph contains  three lines where the first is on bold, the
> > second on Italic and the last underline.
> >
> > How I can do this using iText?
> >
> >             *****************************************************
> >             *         Federal University of Minas Gerais        *
> >             *          Department of Computer Science           *
> >             *         Master Degree in Computer Science         *
> >             *                                                   *
> >             *            Fundação Getulio Vargas                *
> >             *            MBA in Project Management              *
> >             *                                                   *
> >             *                 Aloizio Silva                     *
> >             *         http://www.dcc.ufmg.br/~aloizio           *
> >             *                                                   *
> >             *      Mobile Computer and Network Optimization     *
> >             *****************************************************
> >
> > _______________________________________________
> > iText-questions mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/itext-questions
> >
> 
> 
> Palmi H Lord
> [EMAIL PROTECTED]
> 8225420
> 
> 
> 
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to