|
ok
thanks.
if I want to combine (source)2 page into 1 (new)
pdf page and still have all the link and embedded quicktime movie inside,then
how?
That's more complicated. Links are not
page contents and will not scale. You'd have to also scale
them.
you
say pdfwriter can combine 2 page into single page but will lose the link/movie
embbeded while pdfcopy can have all of this back but cannot combine 2 page
into 1 right?
so is that any way to do that?
There's no way to combine two pages and keep the
links.
1
more thing, if my source pdf got embbeded icc profile, when I use pdfwriter
and pdfimportpage to import and place into new pdf, is that the icc profile
also bring into new pdf file?or the icc profile will take out?
The
ICC profile will be there.
"Paulo Soares" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>... PdfWriter
creates new documents, PdfCopy joins already created documents. PdfWriter
can also import pages from external documents. In either case no redution
is ever made but PdfCopy will keep the annotations. If you want to combine
2 pages in a single page you'll have to use PdfWriter.
>
-----Original Message----- > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On >
Behalf Of color_prepress > Sent: Saturday, November 13, 2004 1:22
AM > To: [EMAIL PROTECTED] >
Subject: [iText-questions] what different between >
pdfimportpage,pdfcopy,... > > Is that any different for
that? > I want to get the content from particular pdf, then put it in
> new pdf.(all > content must exactly same as source pdf, no
reduce quality, no > missing/truncate data from source. > So that
my final pdf is same with source, so I need to use > pdfimportpage
or > pdfcopy,...... > example like I want to get 2 A4 size page
and in 1 new A3 size pdf. > so that A3 size will have 2 A4 combine
together into 1page. > I dunno by using pdfcopy,....pdfimportedpage, the
quality of > source to new > pdf will reduce or not. > So
please let me know use what for that. > :) > > >
> > >
------------------------------------------------------- > This SF.Net
email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A
multidimensional database that combines > robust object and relational
technologies, making it a perfect match > for Java, C++,COM, XML, ODBC
and JDBC. www.intersystems.com/match8 >
_______________________________________________ > iText-questions
mailing list > [EMAIL PROTECTED] >
https://lists.sourceforge.net/lists/listinfo/itext-questions >
------------------------------------------------------- This
SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A
multidimensional database that combines robust object and relational
technologies, making it a perfect match for Java, C++,COM, XML, ODBC and
JDBC. www.intersystems.com/match8 ----------
|