Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Larry Reeder
tions@lists.sourceforge.net > Subject: Re: [iText-questions] how to construct a geospatial measure > dictionary? > > > Thanks for reply. Please tell me what is the meaning of internals of the > output PDF and tell me please how to it. > > Leonard Rosenthol-3 wrote: >

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Leonard Rosenthol
Sinha [mailto:amit.si...@dataworld.co.in] Sent: Thursday, September 17, 2009 7:55 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] how to construct a geospatial measure dictionary? Thanks for reply. Please tell me what is the meaning of internals of the output PDF and te

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Amit Sinha
riginal Message- > From: Amit Sinha [mailto:amit.si...@dataworld.co.in] > Sent: Thursday, September 17, 2009 3:04 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] how to construct a geospatial measure > dictionary? > > > Hello, >

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Leonard Rosenthol
: [iText-questions] how to construct a geospatial measure dictionary? Hello, Please help me. It's urgent for me. please give me some support to create a geospatial PDF. I am using this code which is given below. But Longitude and Lattitude is not coming. I think i m doing some silly mi

[iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Amit Sinha
Hello, Please help me. It's urgent for me. please give me some support to create a geospatial PDF. I am using this code which is given below. But Longitude and Lattitude is not coming. I think i m doing some silly mistake like setting of Viewport. Please Help me. PdfWriter writer = PdfWr

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-01-23 Thread sam krasnik
Matthias Uhler wrote: > > > sam krasnik wrote: >> >> >> I did the same thing (I created a sub-interface of PdfPageEvent to have >> an onAddPage method, which passes my a PdfPage which I can add stuff to), >> and came up with the attached pdf. Unfortunately, after looking at it for >> a while,

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-01-23 Thread Matthias Uhler
sam krasnik wrote: > > > I did the same thing (I created a sub-interface of PdfPageEvent to have an > onAddPage method, which passes my a PdfPage which I can add stuff to), and > came up with the attached pdf. Unfortunately, after looking at it for a > while, I can't see the difference between

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-01-22 Thread sam krasnik
sam krasnik wrote: > > > Matthias Uhler wrote: >> >> >> sam krasnik wrote: >>> >>> I tried doing the same thing, but I couldn't figure out a way to create >>> the VP dictionary on the page, because I don't know how to get a direct >>> PdfPage object whose dictionary I can modify. I can get a

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-01-22 Thread sam krasnik
Matthias Uhler wrote: > > > sam krasnik wrote: >> >> I tried doing the same thing, but I couldn't figure out a way to create >> the VP dictionary on the page, because I don't know how to get a direct >> PdfPage object whose dictionary I can modify. I can get an indirect >> reference through th

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-01-19 Thread Matthias Uhler
sam krasnik wrote: > > I tried doing the same thing, but I couldn't figure out a way to create > the VP dictionary on the page, because I don't know how to get a direct > PdfPage object whose dictionary I can modify. I can get an indirect > reference through the writer via getPageReference, but

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-01-17 Thread sam krasnik
Matthias Uhler wrote: > > > Mark Storer-3 wrote: >> >>>Reading the ISO supplement, it looks like the measure dictionary has to be >>>attached to a particular XObject (form or image) to do any good. Adding it to >>>the document without being referenced elsewhere isn't going to help mu

Re: [iText-questions] how to construct a geospatial measure dictionary?

2008-11-27 Thread Matthias Uhler
Matthias Uhler wrote: > > Hello, > > could you please give me some support to create a working geospatial > measure > dictionary as it is described in the ISO 32000 Supplement... > I solved my problem with a WKT String... here is the sourcecode and my sample file: http://www.nabble.com/fil

Re: [iText-questions] how to construct a geospatial measure dictionary?

2008-11-27 Thread Matthias Uhler
Leonard Rosenthol wrote: > > You obviously need to know what the actual GIS coordinates are for the > area that you are marking off - so you need to refer to it using > either EPSG terminology or using a WKT string. > > Leonard > Hi Leonard, thanks for your reply! By georeferncing an are

Re: [iText-questions] how to construct a geospatial measure dictionary?

2008-11-27 Thread Matthias Uhler
Mark Storer-3wrote: > >>Reading the ISO supplement, it looks like the measure dictionary has to be >>attached to a particular XObject (form or image) to do any good. Adding it to >>the document without being referenced elsewhere isn't going to help much. > Yes, that's why I construct a vi

Re: [iText-questions] how to construct a geospatial measure dictionary?

2008-11-26 Thread Leonard Rosenthol
You obviously need to know what the actual GIS coordinates are for the area that you are marking off - so you need to refer to it using either EPSG terminology or using a WKT string. Leonard On Nov 26, 2008, at 10:59 AM, Matthias Uhler wrote: > > Hello, > > could you please give me some supp

Re: [iText-questions] how to construct a geospatial measure dictionary?

2008-11-26 Thread Mark Storer
Matthias Uhler gmx.net> writes: > > > Hello, > > could you please give me some support to create a working geospatial measure > dictionary as it is described in the ISO 32000 Supplement on page 50? > > I start with my dictonary... > PdfDictionary dicMeasure = new PdfDictionary(new PdfName("Me

[iText-questions] how to construct a geospatial measure dictionary?

2008-11-26 Thread Matthias Uhler
Hello, could you please give me some support to create a working geospatial measure dictionary as it is described in the ISO 32000 Supplement on page 50? I start with my dictonary... PdfDictionary dicMeasure = new PdfDictionary(new PdfName("Measure")); dicMeasure.put(PdfName.SUBTYPE,new PdfName(