FDF toolkit and images

Hi, I'm using FDF toolkit to populate text in PDF form successfully. However my client wants to start dynamically including an image. This image (a 2D barcode) is being created via third party software dependent upon the other text fields on the PDF form. The output of this third party software is an image file (tiff, jpg, or bmp.)
The only way I could find to include an image from a file to a PDF Form was to include a button, icon only. I can set the icon image to a bitmap file as default; however, when I try to set it programmatically thru the FDF Toolkit using FDFSetAP, it throws an error.
Can someone show me a way to include an image dynamically thru the FDF Toolkit?
Thanks,
Dale

>I want to produce pdf v1.4 form files and am struggling tofind out how to make Designer save in this format.... should I not be using Designer ?
Absolutely, definitely not.
>I need pdf forms as version 1.4 because the form field reading software we are using won't support anything higher
Your form reading software won't understand the entirely new and
differrent Designer forms format.
You should be using Acrobat Professional to create the forms, and
Advanced > PDF Optimizer to save back to PDF 1.4 format.
Aandi Inston

Similar Messages

  • FDF Toolkit and pdf conversion

    yes, this is a newbie question...sorry if the answer is obvious.
    I am trying to design a form solution for my employer, and through some investigation have been given access to, and downloaded the FDF toolkit for Java from Adobe.
    The good news is the samples in the toolkit all work!
    The bad news is that I can't seem to create any new forms and get them to work. I also can't open, or import the sample form pdfs from the toolkit into Designer 7, save them, and have them work.
    I didn't want to disturb the Java-side components as they are functional. So, using a pdf from the toolkit I created my own form pdf with all the same fields, and the same Names in the Binding sections using Designer 7. I put that form on the server in place of the toolkit version, and tried the demo. My form pdf arrived, but the fields are not filled in. I've traced the network between my client and the server, and the server is giving me the same fdf data.
    Questions:
    1. Is there something I need to do to make the fdf deliverd by the java servlet compatible with the desinger 7 form?
    2. Is there something wrong with my approach?
    3. I'm using the Adobe Designer 7 Tryout, which reports "Version 7,0,041126, 0. Should this work?
    Any help would be appreciated.
    Thanks
    Steve

    >I want to produce pdf v1.4 form files and am struggling tofind out how to make Designer save in this format.... should I not be using Designer ?
    Absolutely, definitely not.
    >I need pdf forms as version 1.4 because the form field reading software we are using won't support anything higher
    Your form reading software won't understand the entirely new and
    differrent Designer forms format.
    You should be using Acrobat Professional to create the forms, and
    Advanced > PDF Optimizer to save back to PDF 1.4 format.
    Aandi Inston

  • How to generate PDF using FDF file and the PDF form template (PHP)

    Hi Folks,
    I'm really sorry that I couldn't follow all the valuable discussions going on here, regularly. I need some immediate help.
    I NEED A PHP SOLUTION. I'm able to generate FDF files using the PDF Form Template in PHP. So, I have a collection of FDF files, which seeks the PDF template, while opened and populates the template with FDF data. Now if I need to save this PDF file, I have to do it manually clicking SAVE option. But, I need to convert FDF to PDF in bulk. So, I need some PHP based solution. The PHP script takes the PDF template and the FDF file and merges them to generate a complete populated PDF file. I know it's possible, but don't know how. I've seen Adobe FDF Toolkit. But by default it doesn't show any guideline for PHP. Please help me to write this code. I'm a professional coder. I can understand your hints and tutorials. PLEASE HELP GOOD PEOPLE.

    The only reason I am responding to this post is because the poster sent me a request through the forum message system asking for my help.
    Although I did populate PDFs with FDF data generated by web forms a year or so ago, I have since abandoned that kind of solution. It was a big headache. I found it far more stable and flexible to use html, php and css to populate forms that are almost as nice looking as PDFs.
    So my advice is, if you can possibly avoid going the FDF/PDF route, you will be better off.

  • Populating a PDF: still use FDF toolkit or is there a better option?

    I have had an Access app with some VBA in it that would generate an FDF and merge it into the PDF.  It runs on Windows machines and is only for 2 users.  There is no other functionality required.  Just populate some fields in a PDF and then load the PDF using Reader for view and print.  My problem is that it is no longer working.  I have a new install of Windows 7 64-bit and I cannot for the life of me get the FDF reference or libraries to register or load.  I've tried every combination of regsvr32 I can think of and I still get the error that the library cannot be found.  It is on a network drive, then I moved it local to Windows\system32, etc... It will not load.  So my code looks like this:
    Dim fdfApp As FDFACXLib.fdfApp, fdfout As FDFACXLib.FdfDoc
        Dim db As DAO.Database, rs As DAO.Recordset, sql As String
        Dim RetVal, outfile As String
            Set fdfApp = CreateObject("FdfApp.FdfApp")
            Set fdfout = fdfApp.FDFCreate
            fdfout.FDFSetValue "Owner Type", "Individual", False
            fdfout.FDFSetValue "Primary owner", Me.LAST_NAME & ", " & Me.FIRST_NAME, False
            fdfout.FDFSetValue "Co-owner name", Me.CO_LAST_NAME & ", " & Me.CO_FIRST_NAME, False
    etc...
    When it gets to CreateObject it fails with "ActiveX Component cannot create object."  This is due to fdfacx.dll not being registered correctly.  When I try to register it I get "The module fdfacx.dll failed to load.. the specified module could not be found."
    So my questions are:
    1-- Should I still be using FDFtoolkit for this?
    2-- Is there a newer version that works with Windows 7?  The one I have is circa 2004 and has two files fdfacx.dll and fdftk.dll.  I have tried to find a newer one without success.
    3--  What am I missing about getting it to register?  I've downloaded a new one and overwritten it just to be sure it isn't corrupted.
    Thanks!

    Hi...  I have a similar situation where we use the FDF toolkit to populate PDF documents programatically.  I am a bit confused as to your mentioning that support for FDF has been dropped.  Please check out the following link which seems to imply that Interapplication Communications using what appears to be an identical interface is supported by Acrobat 9.1.
    Interapplication Communication API Reference for Acrobat 9 
    Is this API now part of the LiveCycle Forms Server product?  Can this API provide me with an upgrade path with minimal software changes?  Is there any documentation available for migrating from FDF to LiveCycle?
    Any advice you can give me will be greatly appreciated.  Thanks...

  • Migration from FDF Toolkit to LiveCycle

    Hello,
    I currently have a client who uses the FDF Toolkit to create FDF files to populate PDF forms from a database.  They are using a very old version of Adobe Acrobat Pro and would like to move forward.  From what I understand, LiveCycle is the recommended solution, however, I have been unable to clearly understand the migration path.  Do I want to go with XFA or XML or ?  Is there an example that I can take a look at?  Are there any specific dll's that I will need?  Any help that can be provided would be greatly appreciated.  Thanks...

    I have a more specific request that I hope someone can help me with.  We currently use the
    FDFACX.dll to communicate with a PDF document.  I believe that this is part of the FDF toolkit.  Has support been dropped for this component?  If so, how can I access a PDF document to programatically read the field names from within the document?  Any help will be greatly appreciated.

  • About ImageProducer and Image

    Hi, I have a question on ImageProducer and Image.
    Can I construct a java.awt.Image using a ImageProducer?
    I'm working on some image processing. I downloaded JIGL v1.6. JIGL has some classes to load image. However, I can't find any method to convert back to java.awt.Image. There is a method getJavaImage(), but the return is ImageProducer.
    Here is the link for reference getJavaImage()
    http://rivit.cs.byu.edu/jigl/v1_5/apiFiles/jigl/image/RealColorImage.html#getJavaImage()

    I did not try this, but I think it should work:Toolkit.getDefaultToolkit().createImage(<myImage>.getJavaImage());where you should replace <myImage> with the RealColorImage instance.

  • I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.

    I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.
    In particular, I am analyzing the example "Even Angle Reference Signal Processing (Digital Tacho, DAQmx).vi", whose documentation I am reproducing in the following:
    <B>DESCRIPTIONS</B>:
    This VI demonstrates how to extract even angle reference signals and remove the slow-roll errors. It uses DAQmx VIs to acquire sound or vibration signals and a digital tachometer signal. This VI includes a two-step process: acquire data at low rotational speed to extract even angle reference; use the even angle reference to remove the errors in the vibration signal acquired at normal operation.
    <B>INSTRUCTIONS</B>:
    1. Run the VI.
    2. On the <B>DAQ Configurations</B> tab, specify the <B>sample rate</B>, <B>samples per channel</B>, device and channel configurations, and tachometer channel information.
    <B>NOTE</B>: You need to use DSA PXI-447x/PXI-446x and PXI TIO device in a PXI chassis to run this example. The DSA device must be in slot 2 of the PXI chassis.
    3. Switch to <B>Extract Even Angle Reference</B> tab. Specify the <B>number of samples to acquire</B> and the <B># of revs in reference</B> which determines the number of samples in even angle reference. Click <B>Start</B> to take a one-shot data acquisition of the vibration and tachometer signals. After the acquisition, you can see the extracted even angle references in <B>Even Angle Reference</B>.
    4. Switch to the <B>Remove Slow-roll Errors</B> tab. Click <B>Start</B> to acquire data continuously and view the compensate results. Click <B>Stop</B> in this tab to stop the acquisition.
    <B>ORDER ANALYSIS VIs USED IN THIS EXAMPLE</B>:
    1. SVL Scale Voltage to EU.vi
    2. OAT Digital Tacho Process.vi
    3. OAT Get Even Angle Reference.vi
    4. OAT Convert to Even Angle Signal.vi
    5. OAT Compensate Even Angle Signal.vi
    My question is: How is the synchronization produced at the time of the compensation ? How is it possible to eliminate the errors in a synchronized fashion with respect to the surface of the shaft bearing in mind that I am acquired data at a low rotation speed in order to get the "even angle reference" and then I use it to remove the errors in the vibration signal acquired at normal operation. In this application both operations are made in different acquisitions, therefore the reference of the correction signal is lost. Is it simply compensated without synchronizing ?
    Our application is based on FPGA and we need to clarity those aspects before implementing the procedure.
    Solved!
    Go to Solution.

    Hi CracKatoA.
    Take a look at the link bellow:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=255126&requireLogin=False
    Regards,
    Filipe Silva

  • [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)

    Dear Experts,
    i am getting the below error when i was giving * (Star) to view all the items in DB
    [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)
    As i was searching individually it is working fine
    can any one help me how to find this..
    Regards,
    Meghanath.S

    Dear Nithi Anandham,
    i am not having any query while finding all the items in item master data i am giving find mode and in item code i was trying to type *(Star) and enter while typing enter the above issue i was facing..
    Regards,
    Meghanath

  • Error in SQL Query The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query

    hi Experts,
    while running SQL Query i am getting an error as
    The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    T2.LineText
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,T2.LineText
    how to resolve the issue

    Dear Meghanath,
    Please use the following query, Hope your purpose will serve.
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    CAST(T2.LineText as nvarchar (MAX))[LineText]
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry --where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,CAST(T2.LineText as nvarchar (MAX))
    Regards,
    Amit

  • Text and images not displaying, but some are

    I've uploaded my site, and images and text are missing. 4 pages are great, but the individual property pages are half empty (missing images, icons and text) Its a school project, so, yikes!    www.icm-mp3.net/group17/
    thank you in advance

    I should clarify, it all worked fine on my own server. Now, on the schools site, its missing photos going across horizontally, the lightbox that goes with, a text box, an image embedded with links. The remaining elements are in their places. Could this be a server issue?
    And, clever me, it is due tomorrow.

  • On YouTube, I can't play playlists there. It says I need to update my Java and it is updated already. When I go to different sites like Yahoo! the links and images are all distorted. This is the second time this has happened to me now

    Hello Firefox,
    I am having problems with my Firefox's image processor I believe. My web browser is fine but then a few minutes later I get some weird look on my page. It then just stays here and I can't fix it. When I go to Yahoo all the links and images do not look normal. I really cannot explain this and wish I could send a picture instead. When I go to the Log in page for Facebook I do not see the image of the small faces networking around the world. It's blank and the links are widely spread apart. With YouTube the page is also distorted. Nothing is arranged properly. I can watch videos. However when I go to someone's profile or a playlist videos cannot play or show up. It says I need to update my Java player and it is already updated. It still happens when I uninstall and re install back. I was only able to fix this problem by uninstalling everything related to Firefox. I do not know how to solve this any other way. I don't like it when all my information is lost such as saved passwords and bookmarks. If there is any way to solve this thanks. I don't want to uninstall this again.

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.<br />
    See [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You can check the Adobe welcome and test page: http://www.adobe.com/software/flash/about/
    You can use this manual download link:
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • REPORT GENERATION TOOLKIT AND EXCEL

    i have a problem with report generation toolkit and excel
    the problem is:
    i must read & write from a excel worksheet when this is open but when i using the report generation the worksheet is open another time
    have some solution for this problem?
    sorry for my english

    You need to close Exel when before your VI is running. Excel can not have two instances running at the same time.
    Joe

  • Conditional Text and Image based on Excel column values

    Hi,
       I have an excel file which contains data that needs to be imported/merged in an InDesign document. I have converted that file into a CSV... I'm unable to figure out how to create document using Data Merge after evaluating some conditions on data ... Example InDesing document layout is like below and will be repeated for say 200 data rows...
    Heading 1
    Text 1, Text 2
    Text 3
    Image
    Heading 1, Text 1 and Text 2 even Image value will be set after checking some condition like below
    if ( column 'A' == ' ' && column 'B' == '1')
      Set 'Heading 1' == column X
    if ( column 'C' == '0' && file.exist(column C & '.jpg'))
       Set 'Image' == column C & '.jpg'
    Can someone please guide me how to create document when CSV and Images are given based on this scenario? and even if Data Merge is the right solution for this.
    -- Thanks.

    Data merge can only reproduce one layout, so you can't merge 200 rows and then change things unless you do it in separate documents and then combine them. Of course anything you can do via scripting or manually on a regular document you can also do to a merged document after the merge is complete.
    It sounds like this is a multiple-records-per-page scenario. TO do that you set up ONE instance only of what you want to merge, in the upper left position on the page. ID then duplicates EVERYTHING that is on the page as many times as will fit using the spacing parameters you provide. This means you need to be careful with frame sizes so they don't extend beyond where they should, but it also means you can add a no-fill, no-stroke frame as a border or bounding box to make it easier to get a precise size to be used by each record. Frames in merged documents are not threaded from record to record (though there are methods for doing that after the merge, if desired), so deleting a record normally leaves a hole in the page.
    If you have master page items, it's probably best to us the "none" master before the merge, then apply the correct master page after.
    Peter

  • Application doesn't work after build (database toolkit and report gen toolkit).

    I wrote an application using database toolkit and report gen toolkit to retrieve some data from a database,  put into a Word doc, save the Word doc and print it.  It works fine when I run the vi, but when I build and run it, it does nothing.   I have tried all of the settings in Projec Manager that I think might help but it still won't work right.  Labview 8.2.1, XP.
    Thanks,
    Charlie
    Solved!
    Go to Solution.

    Thanks for the help.  I finally abondened the Word append table and used the regular report gen append table and got it to work fine.  The error was 214682314.  That led me to the thread about column numbers must vbe between 1 and 63, but like I said, my coulumn number is 7 so don't know what is going on.  Anyway I got the vi to work and do what I want so I guess now the problem is solved (moot).
    Charlie

  • Preview and image capture don't save imported scanned image

    Hi. Both preview and image capture aquire the scanner and displays the image overview. But when proceeding
    to scan, the application simply hangs and no image is saved.
    Maybe some prefs file is corrupted. Tried removing the com.apple.Preview from ~/Library/Containers, but didn't help....
    What to do???

    Not sure if this is relevant:
    1) TWAIN-BRIDGE is installed otherwise mavericks won't talk to the scanner.
    2) recently added an HP printer (no scanner). Shouldn't conflict with the scanner driver, but then again.....

Maybe you are looking for