Is this an actual GeoPDF, as specified by TerraGo OR is this a PDF with GIS information as standardized in ISO 32000-2?
In the latter, there is no GIS information associated with layers/OCGs. I can't speak for the former. -----Original Message----- From: zxgfox110 [mailto:[email protected]] Sent: Monday, September 20, 2010 7:16 AM To: [email protected] Subject: [iText-questions] How can get the spatial extent of PdfLayer by iText Hi All, I have a work to read the geopdf,and the following is my code(C#): PdfReader pdfReader = new PdfReader(strFileName); PdfStamper pdfstamper = new PdfStamper(pdfReader, fsIn); Dictionary<string, PdfLayer> dicPdfLyrs=pdfstamper.GetPdfLayers(); foreach (KeyValuePair<string, PdfLayer> pdfLyrKeyValue in dicPdfLyrs) { PdfLayer pdfLyr = pdfLyrKeyValue.Value; } the question is only what can i do the next can I get the spatial extent of the pdflayer ? Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-can-get-the-spatial-extent-of-PdfLayer-by-iText-tp2546805p2546805.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ 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/ ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ 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/
