Thanks Bruno. Finally I solved it using a jFileChooser and letting the user
to choose where to create the pdf file.
Best regards and thank you for your help,
iago
Bruno Lowagie (iText) wrote:
>
> muleiro wrote:
>> Yes, that's true, but i think that changing the JVM wor
leOutputStream (needed by iText to write the pdf) from
this FileObject.
Thank you for your help,
muleiro
Bruno Lowagie (iText) wrote:
>
> muleiro wrote:
>> Hii think i'm fighting against a quite simple problem but i'm afraid
>> i
>> can
Hii think i'm fighting against a quite simple problem but i'm afraid i
can't resolve it.
I create my pdf file using a FileOutputStream like this:
FileOutputStream fos = new FileOutputStream("OUT.pdf");
PdfCopy copy = new PdfCopy(document, fos);
(...)
And iText creates the OUT.pdf as i want
Thank you very much, your help has been very very useful to me.
Regards,
Iago Muleiro
Bruno Lowagie (iText) wrote:
>
> muleiro wrote:
>> Ok, thank u very much.
>>
>> "although what you're doing is exactly
>> the same."
>>
>> I'
Ok, thank u very much.
"although what you're doing is exactly
the same."
I'd say "what i wanted to do" because i haven't find the way to do it yet.
Thank you anyway.
Regards,
Iago Muleiro
Paulo Soares wrote:
>
> There's no support for page tem
different data), the 2 next pages of B are
like the fourth page of A, etc.
Is there any way to call the Page Templates of A to fill the fields on that
page?
Bruno Lowagie (iText) wrote:
>
> muleiro wrote:
>> Hi, i'm quite new on iText so please be patient with me.
>> I
.
Could this be done with iText library? How?
Thank you very much,
Iago Muleiro
--
View this message in context:
http://www.nabble.com/Creates-an-FDF-and-merges-it-with-a-PDF-several-times-tf2506271.html#a6988043
Sent from the iText - General mailing l
Can i create .rtf report files from Java code using jrxml report templates
created with iReport? Does anybody know how XmlToRtf class works?
Any suggestion would be appreciated.
Thank you,
Iago Muleiro
--
View this message in context:
http://www.nabble.com/rtf-reports-tf2493221.html#a6950822
I'm getting no error message and no exceptions. Just the file myNewReport.rtf
empty...and i don't know why
Thanks,
Iago Muleiro
Mark Hall-6 wrote:
>
>
> On 20.10.2006, at 12:00, Iago wrote:
>
>> Hi,
>> I'm new on iText capabilities and i'm a bi