And I suspect by the same person.  The format of that question looks
suspiciously familiar.

Eli, if you need more information, ASK.  Don't just wait for someone to
hand you The Answer on a silver platter.  You'll be waiting for a Long
Time.

--Mark Storer
  Senior Software Engineer
  Cardiff.com
 
import legalese.Disclaimer;
Disclaimer<Cardiff> DisCard = null;
 

> -----Original Message-----
> From: Leonard Rosenthol [mailto:[email protected]]
> Sent: Tuesday, July 13, 2010 1:45 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] Showing Invisible Layrers
> 
> This was just discussed earlier in this list.
> 
> The importer does NOT respect Optional Content Groups (aka "layers").
You
> would need to write a bunch of code inside of iText to deal with them
-
> either bringing them over or stripping them out.
> 
> Leonard
> 
> -----Original Message-----
> From: Segev, Eli [mailto:[email protected]]
> Sent: Tuesday, July 13, 2010 4:38 PM
> To: Post all your questions about iText here
> Subject: [iText-questions] Showing Invisible Layrers
> 
> I use the following code to add PDF images to a PDF page:
> 
> import com.itextpdf.text.*;
> import com.itextpdf.text.pdf.*;
> 
>                 String file = ...
>                   PdfReader reader = new PdfReader(file);
>                 PdfImportedPage page = writer.getImportedPage(reader,
1);
>                 Image img = Image.getInstance(page);
> 
> When I use a particular multi-layer PDF file, the invisible layers
become
> visible in the result image.  Is there any trick to keep the invisible
> layers invisible?
> 
> -------------------
> Eli Segev
> 
>
------------------------------------------------------------------------
--
> ----
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> Buy the iText book: http://www.itextpdf.com/book/
> Check the site with examples before you ask questions:
> http://www.1t3xt.info/examples/
> You can also search the keywords list:
> http://1t3xt.info/tutorials/keywords/
> 
>
------------------------------------------------------------------------
--
> ----
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> Buy the iText book: http://www.itextpdf.com/book/
> Check the site with examples before you ask questions:
> http://www.1t3xt.info/examples/
> You can also search the keywords list:
> http://1t3xt.info/tutorials/keywords/
> 
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.830 / Virus Database: 271.1.1/2968 - Release Date:
07/08/10
> 23:36:00

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to