Hi,

iText  -> Toolbox -> Member CONCAT

How i set  Default-File ( C:/Destination.pdf ) in Concat.java for "destfile"


    /**
     * Constructs a Concat object.
     */
    public Concat() {
        menuoptions = MENU_EXECUTE | MENU_EXECUTE_SHOW;
arguments.add(new FileArgument(this, "srcfile1", "Der erste PDF-file", false, new PdfFilter())); arguments.add(new FileArgument(this, "srcfile2", "Der zweite PDF-file", false, new PdfFilter())); arguments.add(new FileArgument(this, "destfile", "Dieser File wird erstellt", true, new PdfFilter()));

    }


Thanks

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to