PtData (Point Data Dictionary) how to see elevation values in Adobe Reader\Acrobat?

PtData (Point Data Dictionary), Geospatial Features, Adobe Suppliment to the ISO 32000, extension level 3
In 8.8.1 Geospatial Features chapter, Point Data Dictionary sub-chapter are written:
Any 2D object (image XObject....) that contains a measure dictionary
of subtype GEO can optionally include a PtData entry.
The value of a PtData entry is a point data dictionary or an array
of point data dictionaries of extended data associated with points in the 2D space.
Table 8.111d list the entries of a point data dictionary.
There are three predefined names:
LAT, latitude in degress. The XPTS value is a number type.
LON, longitude in degrees. The XPTS value is a number type.
ALT, altitude in meters. The XPTS value is a number type.
I have already generated a valid measure dictionary of subtype GEO.
In Adobe Reader XI:
Edit -> Analysis -> Geospatial Location tool
it shows latitude\longitude for the selected point of flat PDF map.
I.e. it works fine!
However, I am interesting to show altitude (elevation) for the selected point.
As I understand heights map could be specified by PtData dictionary.
But I do not see any "elevation", or "height", or "altitude" parameter in Geospatial location tool.
What do I wrong?
I tried to find some working example of such 2D geo-registred PDF file in internet
which also contains information about elevation (or altitude) in PtData dictionary,
but unsuccessfully.
I think that it could be very good if some flat PDF map will reports elevation for the specified point.
Any advise is appreciated.

Yes.  As I mentioned, I have tried a few things already.  Is there any way to get specific click by click instructions.  The difficulty is understanding what boxes to click on or off.  I've been in that menu, and tried a number of things but the rights in reader do not allow the user to add and save text.  DO you have a specific set of instructions to help solve this issue?

Similar Messages

  • Data dictionary doesn't have a value for key 'WMD_AGENT_VERSION'

    i get this msg for my s4
    data dictionary doesn't have a value for key 'WMD_AGENT_VERSION'

    Kies is generally awful on the Mac. Have you got the latest installed?
    Also see
    https://discussions.apple.com/thread/5516972?start=15&tstart=0

  • Quick Tip: How to save form data in Adobe Reader | Acrobat X Tips & Tricks | Adobe TV

    A quick tip that explains how to go about saving data that you enter into your form in Adobe Reader X.
    http://adobe.ly/yddZN8

    I am trying to download an application from a website using Adobe Reader X and the Adobe Reader 9.5, but I cannot save the information.  I am suppose to send it in PDF format, but when I do, there is nothing in the fields.  I do not want to spend over $20 for a program.  Thank you!  GOD bless

  • How to create custom dictionaries in Adobe Reader

    I am trying to create a custom dictionary and use it in Adobe Reader.
    I found some information in a blog about the custom dictionary that is created and stored in the following location "C:\Users\PIN\AppData\Roaming\Adobe\Linguistics\Dictionaries\Adobe Custom Dictionary\all\added.clam" and called added.clam.
    I am not sure if there is a way to edit the CLAM file or create a new one from scratch.
    When downloading the dictionary pack for multiple languages, is it one file or can one take one of them and modify it with a set of one’s own word and in-house acronyms so that it can be distributed to our in-house users.

    Thanks Pat.
    I want to create a custom dictionary that will support all our users when they access the “forms document” through Adobe Reader/Acrobat.
    The issues I am having is file names and location of the files.
    The default dictionary name under Custom Dictionaries has a .clam extension.
    Is there a way to edit this"?"
    Does it contain the index settings for all the other added.txt and excluded.txt dictionary files"?"
    The default location is under a user’s C:\Users\PIN\ AppData\LocalLow\Adobe\Linguistics\Dictionaries\Adobe Custom Dictionary.
    This is buried under the users profile and we need to be able to update these files on all the users workstations prior to log on.
    This could be done by redirection of the new custom dictionary. What is the location of that setting in the registry"?"
    Is there is a way to append to the dictionary file so I do not come along an replace any setting that a user may have made to the dictionary"?"
    This would be done to the .clam or .txt file outside of the Adobe Reader application.
    What is the “All” setting in the dictionary"?"
    Does that imply the program will look through all the dictionaries.
    I am not finding a way to create a new dictionary name that would appear under the preferences\spelling\dictionaries list. Is there an Index file that would point to a newly created Dictionary folder"?"
    Being able to create a new entry and have it checked, and then directed to a new location, would allow the original dictionaries to work as is and also connect to this newly created and selected dictionary.
    This would alleviate some of the challenges mentioned above.
    Is there a way to configure this with the Adobe Customization wizard"?" 
    I do not see the feature.

  • My pdf files open in media player how do I default it to adobe reader

    My pdf files open in media player how do I default it to adobe reader.   I have win 7 enterprise servic pack 1

    You'll have to change the file association of PDF files back to Adobe Reader; see http://windows.microsoft.com/en-in/windows-vista/change-which-programs-windows-uses-by-def ault

  • How to enable commenting tools in Adobe Reader in a C# application

    When Iam using Adobe Reader, Iam not able to get the JSObject to set Collab.showAnnotToolsWhenNoCollab = true. Please let me know how to proceed enabling comminting tools for Adobe Reader
    Please do let me know if you require any other details
    Thanks,
    Vidhya

    What do you mean you are "using Adobe Reader'?   Inside of a browser?  Inside of your application?  Stand-alone?
    What version of Reader?
    Is the PDF Reader-Enabled??
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 31 Jan 2012 04:51:19 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: How to enable commenting tools in Adobe Reader in a C# application
    How to enable commenting tools in Adobe Reader in a C# application
    created by VKP1<http://forums.adobe.com/people/VKP1> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4175785#4175785

  • JS: How to close Adobe reader/Acrobat?

    How to close a PDF file in Adobe reader/Acrobat using JS in Design?
    Thanks in advance.

    Here is an example:
    #target indesign
    var acroScript = 'var d = app.activeDocs;\r';
    acroScript += 'for ( var i in d ) d[i].closeDoc( true );';
    var bt = new BridgeTalk;
    bt.target = "acrobat";
    bt.body = acroScript;
    bt.send();
    It closes all open documents in Acrobat without saving. However it  works only on PC and only in certain versions of InDesign and Acrobat. (I tested it at work, in InDesign CS3 and Acrobat 8 Pro, on Windows XP)
    But at home computer I have Acrobat X version 10.1.1 and bridgetalk doesn't "see" it.
    Note that closeDoc method has an optional parameter -- bNoSave -- whether to close the document without saving. If false (the default), the user is prompted to save the document if it has been modified. If true, the document is closed without prompting the user and without saving, even if the document has been modified.
    Hope this helps.
    Kasyan

  • How do I delete documents from Adobe Reader?

    I frequently edit bulletins and such for church, that I then no longer need to have taking up space on my computer.  How do I delete them from Adobe Reader?

    Reader does not contain files, it only opens them. You need to find where the files are located on your computer, browse to that folder (via My Computer), select them and press Delete, just like with any other file-type.

  • How can i open file from adobe reader..i already have adobe read

    how can i open file from adobe reader..i already have adobe reader installed and cannot open a
    file and i cannot convert my file into pdf..

    Is the file really a PDF? Where is it? Have you tried opening it from within Reader?

  • How can i transfer files from adobe reader to my kobo e-book

    how can i transfer files from adobe reader to my kobo e-book??

    I think you should ask in the Digital Editions forum,
    http://forums.adobe.com/community/adobe_digital_editions
    This is the Reader one.

  • How to test a plug_in without Adobe Reader Integration Key?

    I havge a project to create a plug_in for acrobat reader with Adobe Acrobat 8.1 SDK. I also apply for the Adobe Reader Integration Key, but I have not it by now. But deadline of the project is coming, is there any one who can tell me how to test the plug_in without Adobe Reader Integration Key?
    I also have another question, does the plug_in I make with Adobe Acrobat 8.1 SDK can be compatible for all the version of Acrobat reader, such as 7.0, 8.0 and so on? Thank you.

    You test the plug-in, as well you can, using Acrobat. You also build
    it using the preprocessor options to build a Reader plug-in, so you
    don't accidentally use an API not in Reader.
    If you are saying, is there w way around the Integration key for
    testing in Reader, the answer is no.
    Different Reader keys and tools are needed for each version of Reader.
    You will probably not get a key for an old version of Reader.
    Aandi Inston

  • How to save filled PDF in adobe reader 9.0

    Can you please tell me how to save filled PDF in adobe reader 9.0 with all the filled details

    You cannot buy 8 or 9.
    In X (10 - which you can't buy either), you can do File > Save as > Reader Extended PDF > Enable additional features.
    Important notes:
    1. KEEP THE ORIGINAL. Once rights are added many kinds of editing are permanently locked out.
    2. THERE ARE STRICT LIMITS on the number of people who can save a form. Details in the EULA: check it carefully (or have a lawyer check it).
    Also note that Reader XI can save forms with no special preparation.

  • How do I re-install my Adobe products, Acrobat 9 Pro and Photoshop elements 8 on my new PC?

    How do I re-install my Adobe products, Acrobat 9 Pro and Photoshop elements 8 on my new PC?

    Use below link to download the products
    Download Acrobat products | 9, 8
    Download Photoshop Elements products | 9, 8, 7

  • New document alert: How to get PDF documents into Adobe Reader for iOS

    Opening PDF Files in Reader for iOS (iPhone and iPad) has been very helpful to many users of Adobe Reader for iOS.  However, Apple has drastically changed the user interface in iOS 7, which made the original document obsolete. 
    According to Apple Developer Support's App Store Distribution page, 89% of devices connected to the App Store are using iOS 7 during a 7‑day period ending June 29, 2014.
    Because of the exceptionally high iOS 7 adoption rate, Adobe Reader for iOS version 11.3 now supports iOS 7 only.
    Here are the new How-To documents for iOS 7.
    How to get PDF documents into Adobe Reader for iOS (iPad on iOS 7 version)
    How to get PDF documents into Adobe Reader for iOS (iPhone on iOS 7 version)
    (It had to be split into two separate documents because each contains way too many screenshots.)
    Hope these documents are as helpful as the original one.
    Please let us know if you have any feedback or suggestions on the topics for other help documents/tutorials.

    Dennis (or any Adobe rep),
    Any updates to the OP's question? I'm with a large government agency, and we're moving away from GoodReader for reasons I can't go into here, and the ability to add user-defined bookmarks within the app is a mandatory feature for the document reader we select. I have the latest version of Adobe Reader (11.6.1) installed on my government iPad, and the ability to add user-defined bookmarks still seems to be missing. Does Adobe have any plans to add this feature, or is it already present and I'm simply overlooking it?
    Thanks,
    Cam

  • How to determine the version of Adobe Reader X I have

    How to determine the version of Adobe Reader X, I have

    I am in the software, where can I find it?
    On Tue, Jan 27, 2015 at 9:59 AM, Sara.Forsberg <[email protected]>

Maybe you are looking for

  • Error when creating a new ABAP project

    Hello ADT Gurus, I'm trying to start using Eclipse for ABAP development. However after successful installation of ADT into Eclipse I'm still not able to create an ABAP project. When I want to create ABAP project I always receive following error messa

  • How to change the $ sign in a class name?

    How to change the $ sign in a class name? After compilation I get classes with names like abc.class, abc$1.clsss abc$2.class etc.. How do I get different names (without the $ sign) that will be accepted by my web host.

  • Publising front panels of not visible subvis on the web

    High my main program has tab object with 10 pages. Within the main program there are several subvis whose front panels i want to publish on the web. The front panels of these subvis are not visible in the main program.  Front panels of some subvis ar

  • Outlook ost can't be opened

    ost size near 20GB. repair and delete ost can't fixed the problem. Is it normal? or outlook connector have problem. THanks. john

  • My bb9810 is not detecting any wifi :( help me

    Blavk