We want to generate PDF files containing placeholder images for ads. The ads
will be delivered as PDF and should be stamped into the generated primary
PDF file. Since we can not include the PDF ads directly from our conversion
pipeline we need to stamp them. The placeholder images have the same size as
the ad PDFs to be stamped. 

Blueprint in meta code

pdf = <open PDF file>
for page in pdf.getPages()
     for image in page.getImages():
         image_data = <introspect image metadata >
         if image_data matches next PDF ad metadata then
             replace_current_image_with_ad_PDF_through_stamping()

Is this doable?

Andreas

--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/PDF-introspection-and-iteration-over-images-as-placeholders-for-PDFs-to-be-stamped-in-tp4122000p4122000.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to