Re: [iText-questions] midi files into PDF

2007-02-14 Thread Bruno Lowagie
François Sénéquier wrote: > Hi, > > To give more informations about the problem I have is when I go to the part > "file attachments", I have the list of all the files I have imported into the > PDF. Then when I click on one of those midi files I have the error message > "There was a problem rea

Re: [iText-questions] midi files into PDF

2007-02-14 Thread François Sénéquier
Hi, To give more informations about the problem I have is when I go to the part "file attachments", I have the list of all the files I have imported into the PDF. Then when I click on one of those midi files I have the error message "There was a problem reading the document (14)". I am surprise

Re: [iText-questions] midi files into PDF

2007-02-10 Thread François Sénéquier
are correct and are playing well on my OS... So an idea ? Must I give the mime type of the file somewhere ? Thanks Message d'origine >De: "Paulo Soares" <[EMAIL PROTECTED]> >A: "Post all your questions about iText here" > >Date: Sat, 10 Feb 2007 1

Re: [iText-questions] midi files into PDF

2007-02-10 Thread Paulo Soares
Use PdfAnnotation.createFileAttachment(). This is explained in the chapter 15 of the book. Paulo - Original Message - From: "François Sénéquier" <[EMAIL PROTECTED]> To: Sent: Saturday, February 10, 2007 3:19 PM Subject: Re: [iText-questions] midi files into PDF Than

Re: [iText-questions] midi files into PDF

2007-02-10 Thread François Sénéquier
s embedded file by "spec.getReference()" but after ? Thanks again Message d'origine >De: "Paulo Soares" <[EMAIL PROTECTED]> >A: "Post all your questions about iText here" > >Date: Sat, 10 Feb 2007 09:41:09 - >Sujet: Re: [i

[iText-questions] midi files into PDF

2007-02-10 Thread François Sénéquier
Hello, Is it possible to put midi files directly into a PDF generated with iText ? The purpose is to have just one PDF file with a lot of midi files inside and to put links into the PDF to those midi files, then clicking on a link should play the associated midi file... Thanks ---

Re: [iText-questions] midi files into PDF

2007-02-10 Thread Paulo Soares
A file attachment should be enough. Paulo - Original Message - From: "François Sénéquier" <[EMAIL PROTECTED]> To: Sent: Saturday, February 10, 2007 9:18 AM Subject: [iText-questions] midi files into PDF > Hello, > > Is it possible to put midi files directly

[iText-questions] midi files into PDF

2007-02-10 Thread François Sénéquier
Hello, Is it possible to put midi files directly into a PDF generated with iText ? The purpose is to have just one PDF file with midi files inside and to put link into the PDF for each midi file. Then to click on the link should play the associated midi file... Thanks -