Well i want to add the "content" of all pages in another PDF inside a
PdfPCell.
That cell is inside a dynamically generated Document with iText.
Would that be possible?
Im still digging through mailing archive without luck.
On 3/2/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote:
Larouche Jean-François wrote:
> But its only working if i close all the PDFs, re-read them, and merge on
> a page basis.
Are you saying you tried using bytes from a document
that wasn't closed? The close method creates the
Cross-Reference table and the trailer of the document.
Those are essential parts in a PDF file.
> The only problem, the user want its content tight and not separated by
> pages.
You want to reflow/repurpose the content of a PDF
file? But PDF is a PDL, it's not a format like
Word/RTF/HTML/... The layout on each page is fixed.
You user wants something that is probably impossible.
> And its not all, the PDF elements generated by PD4ML
What PDF elements are you talking about?
Pages in a PDF? Because there are elements in iText
(paragraphs, phrases, lists,...), but a PDF doesn't
know anything about the structure of its content.
Once you go to PDF, all structure is lost (unless
you're creating Tagged PDF).
br,
Bruno
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/