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/