Place a picture in a PDF using FDF file

Hallo, I made a form which is connectet trough a FDF to our ERP. In the ERP the picure is linked, the size is 25mm x 28 mm x 150dpi.
My problem is that only the link as string is transferd to the PDF.
You know how I can "render" this link to a rasterimage ?
At the moment I open the Link in ERP, copy the picture in the memory and aferwords I place a watermark in place. This shold be automated ...
The TopLeft angle of the picture is 213mm x 162mm considering the Top Left angle of the printed A4 sheet 0 mm x 0mm.
It would be great.
N.B.: I worked on Acrobat professional X because so I can create the FDF files, in the LifeCycle environment isn't possible.
Thank you to everybody how know's a solution. I guess that a JavaScript could be a solution ...

Hallo, thank you for your replay ! The process is the following:
InDesign
Stamp PDF
Overlay spaces with formfields
directelly in ACROBAT PROFESSIONAL X
Export formfields
directelly in ACROBAT PROFESSIONAL X

Similar Messages

  • 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.

  • How to open pdf or fdf file through firefox 3.0.5?

    Hi all,
         I am trying to open a fdf file through firefox in linux machine by clicking the link on that it wants to open a fdf file from remote location. When I am trying to open then it will show an error message in error console like:
    Security Error: Content at http://172.16.3.116:8080/ManuscriptScreening/source/journal/ProductionEntry.jsp may not load or link to smb://editor:edit*[email protected]/Copyediting/ELS/Manuscript_Screening/MS/RDTEST/02-Process/RDTEST-D-08-10245.fdf
    Can any body give me a solution for this problem? I am using smb to fetch files from server. In my linux machine we are using Adobe Acrobat 5.0 professional version and also Adobe Reader 8. The link is available in jsp page.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Problem in opening pdf  or fdf  File in JSP page through firefox in Linux

    Hi,
    In my Webapplication , i have given link to FDF document available in server in a JSP page on click of which the corresponding FDF document should open in a new browser.
    Consider the location of FDF file in my server is
    ServerIP/MS/RDTEST/RDTEST-D-08-10245.fdf
    In my JSP link to FDF file is provided as follows.
    newpath="smb://"+username+":"+password+"@"+serverip+"/MS/RDTEST/RDTEST-D-08-10245.fdf" ;
    <a class ="one1" href="<%=newpath%>" target="dynamic" > RDTEST-D-08-10245 </a>My Requirement is When i click on the link it should open the corresponding fdf file in the browser by following the link provided.
    But it is not working if i try in this way.
    Can anybody suggest how to proceed with this issue.
    Any other ways are there to open fdf file exisitng in server in Firefox in A Linux machine.
    What settings to be made in firefox to support FDF or PDF features.
    What prerequisites needed in Linux to enable FDF or PDF features.
    I have Adobe Acrobat professional 5.0 installed in my Linux machine.
    Thanks in advance.

    Is your problem
    -. That a new browser window doesn't open?
    Solution: [Lookup the 'target' attribute|http://www.w3schools.com/HTML/html_links.asp]
    - That your file content isn't streaming to the browser?
    Solution: Your code assumes the browser understands and supports samba. This isn't always the case (IE for example). And you're providing a direct link to your file with the username and password - security concerns as well as possible portability issues. You'd be better off writing a [file servlet to download your files|http://www.google.com/search?q=file+download+servlet]

  • Can you change X Pro default settings to save all PDFs using "smallest file size" job option?

    Is there a way to change Acrobat X Pro's default PDF Save settings to use the settings in Distiller's "smallest file size" job options, or adjust Acrobat's default save settings to a close match?

    In Windows you select the printer in the Start>Printers menu and right click to get the properites. You can then go to the settings tab and select the smallest file size job options. When you do it in the printer settings, you have set the default. Be very careful with this choice. It typically reduces the image resolution and embeds no fonts. If you are not distributing the file, then probably not an issue. However, with distribution you risk many folks not being able to read the PDF because of strange characters and low-res image.

  • Problem in opening PDF or FDF in Firefox?

    Hi all,
         I am using tomcat 5.5. In one of jsp code, I have used a hyperlink to open a PDF or FDF file placed in server .My requirement is while clicking the hyperlink the PDF or FDF file should be opened in browser window itself. The file is located in remote server connected through LAN.
    For eg :
    <html>
    <body>
    <%
    String test= "//123.45.6.78/XXXX/YYYY/RD/RDTEST-D-08-01178.fdf";
    %>
    <a  href="<%=test%>" target="dynamic" >test.pdf</a>
    </body>
    </html>When this jsp page is opened in IE and if I click on the link, PDF or FDF files is getting opened well in browser.
    While clicking the link in Firefox browser, the path set in anchor tag is changed to
    http://localhost:8080/ManuscriptCheck/\\123.45.6.78\XXXX/YYYY/RD\RDTEST-D-08-01178.fdf
    Where http://localhost:8080/ManuscriptCheck/ is my Web application URL.
    How to overcome this issue to have the file url as such without web application url appending before it?
    Can Any body guide me. Thanks in advance.

    The right way for doing this is Create a Servlet that will read the pdf files from the remote server and stream the file contents through the HttpServletResponse. You can find an example here.
    [http://balusc.blogspot.com/2007/07/fileservlet.html|http://balusc.blogspot.com/2007/07/fileservlet.html]
    The client browser will no longer be in need to have access to a given remote server.

  • Create pdf using a .xdp file and iText

    Hello experts,
    my question is regarding the generation of a pdf file using a .xdp file and the iText API. I have an .xdp file of a designed form and I would like to generate a pdf using this file, the iText API and the context.
    Is it possible? are there any tutorials or examples? any help is welcome!
    Thanks in advance.
    Alperen

    Hi,
    Please check the following links:
    How to import an xdp-File to Web Dynpro Interactive Forms
    https://wiki.sdn.sap.com/wiki/display/XI/CODE-CreateaPDFFileviatheiText+Library
    Sample project how to use Itext (pdf) in webdynpro
    Itext PDF Creation
    Regards.
    Rajat

  • Hyperlink in pdf created with File/Print command

    I have a document with hyperlinks and convert them to pdf using the File/Print command
    The hyperlinks become inactive in the pdf file
    Does anybody know how to keep the hyperlinks in the pdf?

    Try a different printer driver to see if this has anythign to do with the .ppd used by epson 2200, try even adoeb pdf.
    Reset your preferences.
    Cmd-Opt-Ctrl-Shift when restarting AI on a Mac  to reset to the defaults.

  • 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...

  • How can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    how can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    let's say a registration form, there is only 1 full address provided in my registration pdf, but applicant could have more than 1 address, so i have to make it more flexible to extend the address page no matter how many addresses that applicant provided, i have use adobe acrobat pro to edit the form properties. but dont know how to extend/duplicate a page in felxible times.
    Please advise~ tks so much!!! George

  • How create pdf using HTML+PHP+FDF

    Hi! Some time ago I wanted to prevent my pdf file of distribution (copy) to other computers. It turned out that this is impossible (without DRM). Thus I came up with the idea - to generate pdf using HTML+PHP+FDF. I created a PDF template using Acrobat Pro. Access to the site with a generator forms will be payable.
    I want to do this:
    1. the customer fills out a form on the page
    2. Customer clicks the "Generate" and then opens a pdf file in the browser ready for printing
    3. Can I in this situation protect the file that a client could not change the form data?
    If the file after generating the client will be able to download the file to your hard disk and write data to a form - this is no security. Is it possible (after generating) automatically protect a file against modification?
    Sincerely
    Matthew from Poland
    PS. I'm sorry for my english:)

    If the file after generating the client will be able to download the file to your hard disk and write data to a form - this is no security. Is it possible (after generating) automatically protect a file against modification?
    This is not possible with FDF and PDF template.

  • How do I: put multiple PDF pictures into one PDF page?

    I have just installed Adobe Acrobat Pro Ver 9 - so this apllication and its associated SDK are the only applications available to me for use.
    Adobe Acrobat was chosen because of its AutoCAD capabilities (when AutoCAD is not present). i.e.  Using Acrobat & AutoCAD's plot configuration files & Pen / colour selection table ensures the output has correct line thicknesses (sometimes colours in CAD are used to represent a line's thickness) - this is preserved when using Acrobat.
    The generated output is fantastic. However, when I try to print the output via Excel / Word (used for layout) - my perfect output is reduced to imperfect results.
    So: is it possible to layout multiple PDF pictures inside one PDF entity for printing purposes such that the original output is not distorted?
    I have in the past put pages in front or behind other pages but cannot find any references or code that works with Pro 9 nor indeed the manual way to insert PDF pages at any location on a single PDF Page?
    I'll try and explain.  My template coud consist of 6 boxes on a single A4 page thus:
    My base PDF Page (can be thought of as a template - ideally it wont be printed - but even if it is - it wont be printed on any media material) has 6 areas (any number of areas up to 100) on it.  In each area, there is a box.  It is within these boxes that I wish to place a PDF Picture.  Not all pictures will be the same.  How can I do that?  Ideally I'd like some example C# code - though doing it as a user will suffice, for now.
    Is there a way of programmatically selecting each of the above boxes on the base PDF Document?
    I do know of one manual method (though it seems long winded) and it is not accurate enough in that (even though the layers are deselected) - the hidden layers are subsequently outputed too - not good!
    Uses a button icon over each box.
    All the current Adobe help for the SDK refers to Pro 8 and previously - which all seems to have now been replaced in Pro 9
    This question will be placed in the Developer & User Forums - as it pertains to both.
    Thankyou in advance for anyone that either knows any workarounds or any ways to affect a solution. 

    Picture of what I want to see:
    What I get, and don't want to see is:
    The PDF was generated using Adobe Acrobat Pro 9 from an AutoCAD LT (DWG) file without AutoCAD being present but making use of a plot configuration (PC3) file & pen table (CTB) file.  The resultant file [WhatIWantToSee.pdf] is perfect - all the lines are the right thickness & colour and are perfect vectors (with no construction / proofing layers visible).  When you view that file in Acrobat and show the "Layers" property box, you see that the correct number of layers whilst are still present are indeed turned off.
    However, when I add a forms-button to one of the rectangles (please refer to initial post - where there are 6 rectangles), and display same file as icon display.  The resultant view is the one shown above named [ What I get and don't want to see].  It seems the saved layer settings are all ignored?
    I generated the PDF file through Adobe Acrobat Pro 9  Menu | File | Create PDF | From File (Files of type Autodesk) | Options | Selected Layers | Layout | Last Active Layout.
    Rectangles are regular content elements - not fields (in the general meaning of form-fields).

  • Unable to view FDF files in IE (using Reader 9 or X)

    I’ve been doing the below method for years,  to merge FDF data into a PDF template, however, my code no longer works.
    It can create the FDF file without issue, but it will not display the document anymore from within the browser.
    If I take the data from the FDF file, and place it into a txt file, and save as an FDF, and then open from my desktop, it works fine.
    I’m using contenttype to set the page to FDF, as below.
    The TemplatePath is valid, and contains the proper form fields, and works fine when called from the desktop.
    This effects all users on the network.
    <%  response.contenttype="application/vnd.fdf" %>
    %FDF-1.2
    1 0 obj
    <<
      /FDF
      <<
        /F(<%=TemplatePath%>)
        /Fields
          << /T(CustomerName) /V(<%=CustomerName%>) >>
          << /T(CardNumber) /V(<%=CardNumber%>) >>
          << /T(CaseNumber) /V(<%=CaseNumber%>) >>
          << /T(CheckingAccountNumber) /V(<%=CheckingAccountNumber%>) >>
      >>
    >>
    endobj
    trailer
    <</Root 1 0 R>>
    %%EOF

    i forgot to mention, though it may be obvious, that the code is Classic ASP, and is a web based front end.

  • Putting lots of different pictures into different pdf-files together

    hi there,
    my boss gave me a tricky task and I dont know how to solve the problem without some help. It's about putting lots of different pictures into different pdf-files together. May be you have some ideas how to succeed. Please excuse my german-laced english.
    My task is to merge (or put together) about 4-5 pictures into one pdf. the problem: i have 4.000 pictures. the advantage: the pictures that i have to merge are named pretty similar, it looks like:
    ab_pictures 1
    ab_pictures 2
    ab_pictures 3
    ab_pictures 4
    ab_pictures 5
    cd_pictures 1
    cd_pictures 2
    cd_pictures 3
    cd_pictures 4
    ef_pictu...etc.
    i have to merge ab-picuteres 1-5 to one pdf called "ab_pictures 1", cd_pictures to one pdf called "cd_pictures 1"...
    because there are so many picture-groups that i have to merge i was wondering if there is a possibility to automate this task by just telling the programm once what it has to, so it can do it without me sitting next to it, telling it each time what it should do next.
    this would safe me a lot (!) of time. Here at my working place there is adobe acrobat reader 9 running, there is also distiller available (I dont know what this appclication is used for).
    my question: is it possible to "programm" acrobat that i could do such a task automatically? Or do I have to buy other programms (may be a database-programm or something like that) to be able to it?
    thank you very much in advance for your expertise and please excuse my german-laced english.
    regards,
    scoutee1

    Two locations, for Acrobat Scripting, that may be helpful.
    #1. Acrobat Scripting here in the Adobe Forums.
    http://forums.adobe.com/community/acrobat/acrobat_scripting
    #2. Acrobat User Community's JavaScript Forum.
    http://acrobatusers.com/topics/javascript
    edit: above link is to AUC Learning Center content.
    The forum is at:
    http://acrobatusers.com/forums/acrobat-discussions-topic/javascript
    Be well...
    Message was edited by: CtDave

  • How can I quickly view pdf files like I can do with Windows Picture and Fax viewer for jpg files?

    How can I quickly view pdf files like I can do with Windows Picture and Fax viewer for jpg files? I need to look at several thousand PDF files. It takes too long to open each one individually. The only thing I could think of is combining them into large groups and then using the Navigation index. But I like the way windows Picture and Fax Viewer does it because you can keep the files separate. Combining PDFs causes loss of individual file names. That would be a problem since I do need to have the individual file names.

    Windows Picture and Fax Viewer is a DLL and is started via a rundll32.exe call and can't be set as an application to handle images in Firefox 3 and later versions.
    Try to set Windows Picture and Fax Viewer as the default viewer in Windows, then it should be listed automatically in the Mozilla Firefox Browse dialog.
    *http://www.winhelponline.com/articles/115/1/Windows-Picture-and-Fax-Viewer-as-the-default-viewer-in-Mozilla-Firefox.html
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

Maybe you are looking for

  • Cannot connect to internet

    After about a week of no use, I woke up my Macbook and I can no longer connect to the internet.  The Airport connects to the wireless router, but does not make it to the internet.  I have a Dell and iPad that are connecting okay, but the Macbook no l

  • How to find out the script name used in driver program

    Hi Folks ,              I want to find out the Scripts(print program) used in my driver pogram . How is it possible any Tcode availble for this ? Thanks , Jaga.D

  • How to use real-time tracking and filing in EchoSign

    Click the link to learn how to use the notification, tracking, and filing features available in the Adobe electronic signatures service, EchoSign.

  • Displaying chinese character through Forms

    Database 10.2.0.2.0 10g Application sever Jinitiator 1.3.1.22 Server is UNIX AIX version 5.3 Client is XP I've got a requirement to enable Chinese characters to be displayed through an Oracle form and most likely entered. The Characterset sets for th

  • SLOW AND INFURIATING MACBOOK

    My Macbook is currently running extremely slowly. Its a 320GB, 2Ghz $GB Ram and is only a year old. I have purchased "Clean my Mac" and it has made no difference. It regularly comes up with the beach ball loading symbol. I have carried out both permi