Extract image metadata into form fields

hi gurus
i have an image that contains important metadata,
i need this metadata to be used in forms 6i or to be directly inserted into a database table so i can use them in a report.
i dont have any tools other that plsql - forms&reports 6i
please help urgent

If you have some java experience, you can likely use javax.imageio.metadata. To use within Forms simply import your resulting class file using the Forms Java Importer. The only problem I see is that you mentioned the use of the long since desupported Forms 6i, which was based on JDK 1.2/1.3. This means that you would need to compile your java using a 1.3.1 comiler. You may be able to use 1.4, but I doubt it. Also, I don't know if the imageio package was available in 1.3.
Here are some references which may help. Also try Google ;)
http://doc.java.sun.com/DocWeb/api/javax.imageio
http://download.oracle.com/javase/1.5.0/docs/guide/imageio/spec/apps.fm5.html
http://www.google.com/search?q=Java+Imageio+API

Similar Messages

  • Extracting image from retuned form

    Hi have a form which asks the end user to place 3 images into it.
    Is there a way in which i can then download those images from the form at my end?

    Thanks Patrick.
    We are thinking about using a third party native Java library to do this (http://www.qoppa.com/pdffields/jpfindex.html). I was hoping we could use acrobat reader, since everyone has it!
    Here are a few more things.
    1. We are an Software Vendor that sells our solutions - our software solutions need to extract the xml from pdf. We have a java based program that parses this xml and does stuff with it.
    2. Obviously, we would need to be able to redistribute whatever solution we use to extract the xml from pdf.
    3. Can Acrobat Professional batch mode be executed from Java?
    4.. If so, Instead of distributing a full blown Acrobat Professional or requiring customers to buy it,  is there a library that Adobe provides that we could repackage and ewdistribute? If so, can you send me some pointers on where I could find what those libraries would be and how much would they cost for each distribution we do.
    5. If no, are you familiar with qoppa or do you have recommendations on any other third party libary for Java?
    Thanks a bunch!

  • Importing data into form fields

    I own a retail parts store, and one of my suppliers has given me a flyer that has been created with a form so that their customer's (myself included) can manipulate that pricing to our liking.
    My issue is that the flyer was created using American dollars, and I need to convert the entire 24 pages to Canadian dollars....and a newer flyer comes out every two months.
    They do include a pricing file in numerous different formats (which I can easily multiply),  but due to the fact that each price has been entered into a form field in the pdf flyer, I cannot figure out how to export that data, let alone import the new pricing back in.
    Attatched is one page of the flyer if that will help.
    I have been trying to find an answer to this for some time now, if anyone has an idea or can point me in the right direction I would be very greatful.

    Thank you for your reply, and yes, I am able to merge the form's data files into a spreadsheet, through manage form data, but I cannot get that data back into the pdf document once I have changed the info in a spreadsheet.  Using the import option will only allow .fdf  files to be imported, in which I cannot manipulate the data.

  • SYSDATE Into Forms field

    Hello,
    I have what seems to be a simple/rookie question to which I can't find an answer.
    I would like to insert sysdate into a form field. How is it done?
    Bradley

    Sajan,
    Thanks for your help that works great!
    Do you know off hand how display the user as well?
    Thanks again,
    Bradley

  • Adobe Reader 9.4  won't allow saving-copying-printing of data entered into form fields.

    Hello, all.  I own a fully automated Continuing Education website with a national customer base.  The release of Adobe Reader 9.4 has brought a major problem for us which we haven't been able to overcome, and it's a critical issue which will destroy our business if the problem continues. 
    The problem:  Our professionally licensed website users earn online, instantly downloadable Continuing Education certificates in PDF file format, which are auto-generated by our software program when the user has successfully completed a course and its quiz.
    Each certificate is a template created by Adobe Acrobat Pro 6 which contains the boilerplate course goals, credit hours earned for the course, plus all of our educational approval numbers needed to conduct business in each state.  THE PROBLEM HERE is that these generated certificates ALSO have form fields which are auto-completed by our system when the user successfully completes his or her course - i.e., the user's name, his license number, and the date and hour and minute of completion.  Until some of our customers began to use Adobe Reader 9.4 on their PC this past week, the certificate generation process has performed flawlessly - for over 3 years now, for over a thousand customers - the only exception being the  occasional MAC user who needs to download the correct version of Adobe Reader, and to use the correct browser. 
    Beginning last week, site users who have downloaded 9.4 can no longer SAVE their Continuing Education certificates to their computer with their name, license and date and time of completion showing on the certificate.   And they can't even print the certificate correctly - their name, license, and date of completion appear as blank lines.  They can't download or email the certificate with the critical form field data showing on the document. This is a devastating situation for our business and for the users - who certainly won't return, and are demanding refunds. 
    In fact, I (who installed 9.4 last week) discovered that I can't even download and save an intact copy of a customer's certificate from my own website, OR copy and paste information from a client's generated certificate in order to manually create a certificate for him or her.  The on-screen message tells me that I am not allowed to do this with this document .... despite the fact that I was the creator of the document. Needless to say, when I un-installed 9.4, I had none of these problems.
    Customers wouldn't have problems either if they uninstalled 9.4 - but you can't tell customers who call in to complain, to uninstall their Adobe Reader program and find something else.  They also have to use Adobe Reader to view over half of the courses we offer, and they need to be able to work with them effectively with no problems. 
    In the past, because of occasional Adobe Reader problems of a different sort, we could tell customers to use Foxit or Nitro PDF if they had Adobe issues.  But that was back in the day when there was no competition in running an online CE website.  Now there is plenty of competition, and customers will just go elsewhere before they will try to reconfigure their computer just to stay with our site.
    I will bet that hundreds (thousands?) of other online businesses who work with system-generated form fields in PDF documents have been similarly affected.   
    Is there a solution here?  Surely this was an UNINTENDED result of  Adobe's upgrade to 9.4.   Is there something that we can do at our end to eliminate these issues?  There are NO security protections or limitations imposed on these certificate documents.  And we CANNOT eliminate the form fields that are filled internally when the customer passes t the course.  Date and time of completion and all the rest are required by all of the States which license us.  Many thanks!

    That was it!
    Thanks

  • How to Pass XML Data to a PDF Form and Load it into form fields

    I have xml Form data in a string. I would like open a programatically launch a pdf document and pass the xml data as one of the parameters and this xml data needs to load all the form fields.
    Any Idea as to how this can be done?

    I have the same requirement as Daminu, but from the research I have been doing it seems your reply is only partially true. 
    If your PDF is an XFA PDF form, with Reader Extensions enabled, and you want to keep the Reader Extensions functionality for a user to use after your programmatic manipulation, then neither of these tools will work (FDFToolkit or iText).
    Upon the user opening the file once it has been programmatically modified, the user will see the following:
    From what I have read, this requirement can only be fullfilled by use of LiveCycle Reader Extensions Server?  Please confirm?

  • Extracting EXIF data into Comments Fields

    Does anyone know of a script which will extract the Info data (Camera metadata, Settings metadata, Lat/Long etc) into the comments field of iPhoto? I have a database now of about 12,000 images and I would like something to automate this.
    Powermac dual 2.5GHZ   Mac OS X (10.3.6)  

    I don't know of any but you might ask the same question over at the AppleScript forum. More "scripters" bound to be there.

  • Import image metadata into Indesign CS5 automatically

    Hi,
    I've been looking all over for this and I have found various bits and pieces of information, but nothing comprehensive enough for a beginner. Perhaps I am researching it wrong. Could you please point me to a complete and easy to understand source, or give me some tips and details regarding the process?
    I don't know if this makes a difference, but I am trying to export my pictures (there's quite a bit of them, so working in batches is preferable) into a sort of catalogue, and I'd like Indesign to pick up the metadata that was edited in Bridge.
    Thank you in advance.

    Metadata is still pretty arcane.  The form that Adobe uses, XMP, is designed for automated software manipulation, but the software hasn't reached the point-and-shoot stage.
    Now that forum-searching seems to have been fixed, searching for "metadata captions indesign" may turn up useful threads, such as this one for CS4, mentioning a script that can pull metadata from an image for use as a caption in an ID file.
    On a more arcane level, when exporting to PDF InDesign does pick up and pass on "object-level metadata" for continuous-tone images: selecting an object with Acrobat 9 Pro's Touch-up Object and then right-clicking will let you choose Show Metadata for the object: the individualized metadata survives, though seeing it takes some doing.
    Good luck!
    David

  • PHP remember Form-button data to insert into form field

    Hi,
    I am creating a book website where people can reserve books (one at a time).
    Basically what I want to do is have a reserve button under each book which contains hidden values (the title and author of the book) and when they click on the button they will be taken to a 'reserve book' page with a form on it where they will have to fill out their details. However I want the book title and author to automatically be entered into the appropriate fields, so to save the users from having to do it themselves.
    I'm sure this is possible with PHP, but not sure how to go about it in the right way.
    I would appreciate any help with this.
    Thanks

    Thanks for that, however I can't seem to get the first part of the code right. I have the following:
    Reserve book button:
                   <form action="reserve.php" method="post">
                        <input type="hidden" name="bookName" id="bookName" value="Eclipse" />
                        <input type="hidden" name="author" id="author" value="Stephenie Meyer" />
                        <input class="button" type="image" value="send" alt="reserve" src="images/reserve.gif" width="81" height="22"/>
                    </form>
    Reserve book form:
       <form action="process-form.php" method="post">
                  <label for="name">Your Full Name:*</label>
                 <input type="text" name="name" id="name" />
                  <label for="telephone">Tel no:*</label>
                  <input type="text" name="telephone" id="telephone"  />
                  <label for="email">Email:*</label>
                  <input type="text" name="email" id="email"/>
                  <label for="Title">Book Title:*</label>
                  <input type="text" name="book_title" size="25" value="<?php echo $bookName ?>" />
                  <label for="Author">Author:*</label>
                  <input type="text" name="author" size="25" value="<?php echo $author ?>" />
                  <input class="button" type="image" value="send" alt="reserve" src="images/reserve.gif" width="81" height="22"/>         
                </form>

  • How to extract image keywords into a database?

    We want to use Bridge to add keywords to image files, then upload the images (around 3,000 of them) to our website. We then need to extract the keywords (which seems to be the tricky part) into a database but still link them to the images so the images can be searched by keyword. We also need to create three smaller resolution versions of each image, but this seems to be less of a problem than extracting and using the keywords. Does anyone have experience of implementing such functionality or have any suggestions?

    I don't think this is possible (I know it can't be done in Bridge itself) but you might try this question in the dedicated Bridge Scripting forum for a possible solution. I believe extracting keywords in an excel sheet is possible, the other problem might be trickier.
    http://forums.adobe.com/community/bridge/bridge_scripting

  • Adding EXTRA metadata into description field Pshop Bridge

    Hi
    I have got lots of pictures in photoshop which are all captioned neatly.
    However one of the agencies I supply to, requires me to add my credit details into the description field after the description.
    Is there anyway I can do this as a batch.
    Many thanks
    C

    Not as far as I know, you can only select the files with the same description, then point the mouse at the place in the description field to add the details (which off course you can copy paste) but when there are different descriptions choosing the description fields and add the copyright details this will replace the existing info.
    You could try the scripting forum for this:
    http://www.adobeforums.com/cgi-bin/webx?14@@.3bba983b
    and for the future: create a template with al the details (including the copyright info in description field) and use this while importing the files using photodownloader.

  • How to read a pdf image or Extract image from pdf form

    Hi
    I have to read an image from the pdf file. The requirement is to an image in the pdf file having some data i have to extract that data from pdf . Please help if you have some idea how to approach.
    Thanks in Advance

    Hi
    Is there any sample program for using the APIS ?
    ThanksYes, each of the websites for each of the APIs have tutorials and/or example applications.

  • Extracting all form fields from a fillable pdf

    Is there any way of extracting/exporting/copying all form fields from a pdf? Meaning, the wordings from all the fields so I can pass it along to another individual to use for cross referencing, since they are not able to see all the various form fields within the split screen?
    Thanks!!!

    The person that needs this is looking for the entire running list of all the fillable field names within the pdf. Any kind of document that I can deliver them in, I am willing to take suggestions.
    Right now, what I was thinking of doing was having the screen split between the pdf and the listing of field names in the sidebar and taking screen captures as I scroll down the pdf and corresponding field names in the sidebar until I got all pages.
    Is there an email address I could contact you at to discuss offline? I have an example I could send you but don't want posted online.
    Thanks!

  • Extracting HFM Metadata

    Hi
    I am currently researching the possibilities for extracting HFM metadata into a SQL database. I know ODI has a KM to extract the members for the dimensions.
    Could you confirm the format that these members are extracted in?
    Does it extract them in a parent/child format or just a flat list members?
    Thanks
    M

    Hi Paul,.
    I tried the script and it worked well for me, except the state/rrovince was blank.  I think it must be from the category where the city and country wer before that didn't show.
    Previously it was a very convoluted procedure for me to get the info to my Access database.  I would first enter the info in MSWorks database, because of the time saver of the fill-down and fill series that MSAccess doesn't have.  After entering all the info I would save it as a text file and import into Access after assigned the fields, some of which had to be modified slightly as one for example would such as slide # and the other slide_#,  One I couldn't change and if I changed the other in ACCESS then all the queries and reports based on it would have to redone also..  I would get the fields to coincide and then do an append query to add to the main table.
    I had only one location field when I set up the database, and not separate ones as in Bridge, so city, state and country would all be in the same field. I would only add country when it was not US which was seldom.
    In anticipation of the ability to import the different location fields, I added city, state/province and country to the database, and then I spent about 8 hours creating hundreds of update queries, for each state, city and country to have the data of 166,000 records in the respective fields.
    I did a sma run yesterday with a folder that only had a couple dozen images.  I have to reorder the fields somewhat, but this is promising to be a huge time-saver and I look forward to using it when I have some much bigger downloads to convert.
    Thanks very much for all your help with this.

  • How to export image data into XDP

    Hi, All
      I'm working on a healthcare project that needs to export the doctor's signature image into XDP file from the database to fill in the Insurance company claim form. My question is how to export image data into a field node in the XDP file, we know the name of the image field which defined in the PDF form, Is it something like:
      the signature image data ?
    Should the image data in this node be base64 encoded or text encoded or something else?
    Can the image be any kind? e.g. BMP, PNG, JPEG, ..., etc?
    Thanks
    William

    Hi Andre,
    Document will be of ASCII characters right?? but image data will be in binary format. as per database concept it is stored as binary large object. But in datawarehousing the back end is also going to be some database such as Oracle or other DBs.
    which can take blob's. so it would be possible to store the binary data.
    If any one has faced this situation can reply.to this ques.
    can post the step to load image(jpg/bmp or any image format) data in to info cube??
    hi andre if u have done loading image data as you say.pls reply me if you have the steps with you.
    thanks Andre

Maybe you are looking for

  • 64-bit vs 32-bit Oracle on Win2003

    Background: I’ve been tasked to come up with the appropriate hardware/software solution for my company, an MMOLG (Massively Multiple On-Line Gaming) enterprise as it gets ramped up for two huge game releases. We use My SQL (4.x) for managing the Web

  • Issue with processing time of JDBC receiver adapter

    Hi all, We are using PI 7.1 EHP1. We have an issue with JDBC receiver adapter taking too much time to process messages. We are using XML SQL format message protocol with INSERT_UPDATE as the document format. Each message can contain multiple records,

  • Communicate between SAP & mainframe

    Hi, Could someone please help... i need to pass data back & forth between SAP & mainframe.  what do i need to have?  we will be on ERP 2004.  your help is greatly appreciated.  thanks.

  • Eval() problem in actionscript 3.0

    Hey, im re coding my old web site from AS2 to AS3 but im strugeling with the eval() function. The eval() converts my string to a object witch is passed to my function, but now AS3 doesnt support the eval() function any more. Kan anyone help me. . . v

  • VWLC and Apple TV

    Hello, I'm using a Cisco Virtual Wireless Controller in version 7.4.110.0 with 2602 access points in FlexConnect mode. I'm using only one WLAN with 802.1x authtication and dynamic VLAN assignation. I have 13 wired Apple TV (v3).  In controller config