----- Original Message ----- 
From: "Shahzad Latif" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 23:03
Subject: [iText-questions] some what if's


> Hi:
> 
> Just created a decent PDF and everyone is happy. Got some what if's:
> 
> 1) In one of the tutorial chapters, I have found:
> PdfContentByte cb = writer.getDirectContent();
> cb.setRGBColorFill(255, 0, 0);
> 
> Question: Would it be possible to use CMYK format instead of RGB. 
> Apparently, rip process of production does not recognize RGB format 
> completely. According to prod folks, all colors have to be in CMYK
> format. 
> Pardon my ignorance if any.
> 

You can use CMYK.

> 2) Is it possible to merge two PDF documents created seperately?
>

Not really merge. You can create a third one that has the content of both.
 
> 3) Is it possible to create a PDF template with some variable sections
> using 
> some software and then later at real-time open the PDF and fill in the 
> variable blocks?
>

That's a variation of 2).
 
> 4) Extension to 3 above: is it possible to put a seperate PDF in one of
> the 
> blocks created in the PDF template?

Yes.

Best Regards,
Paulo Soares

> 
> Thanks in advance.
> 
> Shahzad Latif
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to