Hi!
I wrote you some days ago (I'm sorry for my bad english in advance :p). I've
been working with your api so much since and I've (I hope) the last combo of
3 questions about your system. I'm sure you could help me :S

I've been reading about PDF resolutions. I read in the FAQ that images never
loose their size. So, resolutions depend of the scale property. But, where
can I decide the resolution of the pdf? I want to print it to 180dpi but I
can't because I don't know how to configure it in the document.

Second big problem :S If I write a pdf with many pages (about 120) with many
images (4 per page) it can weigh more than 500MB!! The same work with
acrobat or quark weigh less than 60MB . How can I compress the document? The
command setFullCompression() doesn't have effect >_< (also I supose I'll
need to scale images.Not as I read in the FAQ. Do I need to do that manually
with java.awt?)

And the last question of the combo, I need to print it in a CMYK
superprinter, can I configure the pdf to convert the information in the
moment of the printjob (how?), or I need to transform all my images to CMYK
on the fly with a buffered image? And finnally, how can I say to the
document, you will be print in CMYK (maybe it has no sense, but I'm a bit
conffuse now)


Thanks in advance


On 9/5/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote:
>
> Idees Absurdes wrote:
> > hi all!
> >
> > As the subject says, Is there anyway to copy the info from a PDFTemplate
> > to a BufferedImage?
> >
> > We're writing/rotating a rich text using a pdftemplate, and now we need
> > it in a BufferedImage 'cause we want to put that BufferedImage into
> > another BufferedImage to save disk space (we're kinda generating a
> > "texture" of the whole scene).
>
> I'm not sure if I understand why you want to render the PDF
> to an Image. Do you need to reuse the PdfTemplate outside the
> context of a PDF file? Otherwise there's no reason for you to
> create a BufferedImage, you can easily reuse a PdfTemplate in
> another PdfTemplate to reduce the file size of the PDF.
>
> If you really need the PdfTemplate to be rendered to an image
> (rasterized), you'll need another library.
> br,
> Bruno
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> 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/
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/

Reply via email to