Great, thanks to all your tips, the problem is resolved.
But i don't have the dottedLineSeparator class.
Have a nice day
ps: i don't ignore the answers, i apply all advice which were given to me.
--
View this message in context:
http://www.nabble.com/Links-doesn%27t-work-when-concatenating-pd
luffy45 wrote:
> Thanks for those tips but when i create an outline using the copy it doesn't
> appear on the pdf, the code sample is the following:
>
> Document d = new Document(reader.getPageSizeWithRotation(1));
> PdfCopy copy = new PdfCopy(d, new FileOutputStream("C:/rapportcopy_" +
> app.get
Thanks for those tips but when i create an outline using the copy it doesn't
appear on the pdf, the code sample is the following:
Document d = new Document(reader.getPageSizeWithRotation(1));
PdfCopy copy = new PdfCopy(d, new
FileOutputStream("C:/rapportcopy_" +
app.getT
luffy45 wrote:
> Ok i understand, but with PdfCopy can we copy bookmarks because when i
> concatenate the 2 pdf the outline panel doesn't appear and in the report it
> appears.
> So i want to know if it is possible de copy without creating another.
See:
http://1t3xt.com/downloads/source/index.php?
Ok i understand, but with PdfCopy can we copy bookmarks because when i
concatenate the 2 pdf the outline panel doesn't appear and in the report it
appears.
So i want to know if it is possible de copy without creating another.
Thanks
--
View this message in context:
http://www.nabble.com/Links-do
luffy45 wrote:
> I am generating a report and using events, in the same time i generate a TOC
> Like that
> Chapter 1 .p5
> Chapter 2..p8
OK, great. Are you using stuff like in the DottedGlue example:
http://www.1t3xt.info/examples/browse/?page=example&id=35
PROTECTED] On
> Behalf Of luffy45
> Sent: Tuesday, June 03, 2008 8:49 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Links doesn't work when
> concatenating pdfs
>
>
> Hello,
> Forget all i said, i will re-explain my problem.
>
Hello,
Forget all i said, i will re-explain my problem.
I am generating a report and using events, in the same time i generate a TOC
Like that
Chapter 1 .p5
Chapter 2..p8
And i want to have links, so chapter 1 will be linked to Chapter 1 and so is
Chapter 2.
luffy45 wrote:
> So can "remote go to" links be used like "local goto" links?
The above question doesn't make sense.
Although it's MANDATORY on this list to create a small standalone
example that reproduces any problem you have, I did this job in
your place. I made two examples:
http://www.1t3xt.
luffy45 wrote:
> So, my problem is that i generate a report, and in the same a toc which
> later will be added to the report. But in the toc i want to have links
> linked to the report. And when the two files are separated the "remote go
> to" works but when these files are attached, the links have
Sorry, I wanted to say "Thanks".
So, my problem is that i generate a report, and in the same a toc which
later will be added to the report. But in the toc i want to have links
linked to the report. And when the two files are separated the "remote go
to" works but when these files are attached, the
luffy45 wrote:
> Tanks for the answer,
Help! Are you going to invade Belgium with tanks?
> but can we add a "remote go to" in the same file, like
> "local go to".
First you talk about creating a TOC, now you are talking
about link annotations. Your question sounds like you think
you can't mix a
Tanks for the answer, but can we add a "remote go to" in the same file, like
"local go to".
Have a nice day.
--
View this message in context:
http://www.nabble.com/Links-doesn%27t-work-when-concatenating-pdfs-tp17557087p17595947.html
Sent from the iText - General mailing list archive at Nabble.c
luffy45 wrote:
> Hello,
> I am using iText to generate a report, while generating the report i
> generate a toc in a ByteArrayOutPutStream which contains chunks links with a
> remotegoto to the report, with the 2 pdfs separated, links works very well
> but when i concatenate the 2 pdfs, those lin
Hello,
I am using iText to generate a report, while generating the report i
generate a toc in a ByteArrayOutPutStream which contains chunks links with a
remotegoto to the report, with the 2 pdfs separated, links works very well
but when i concatenate the 2 pdfs, those links are clickable but doe
15 matches
Mail list logo