Using pdf templates

My book publisher provides pdf templates to use to create book covers. These pdf templates have exact sizes that need to be followed exactly. I realize that Adobe Acrobat XI is not an editing program so my question is how do I fill out the fields in Word so that parts fit the template exactly without extruding beyond the set fields? If I export to Word, will the field sizes be exact?
(No sure how I can attach an example)

I put the file up at http://www.orthohelp.com/example/testtemplate.pdf
Adobe Acrobat says that it can find no forms on it. Maybe I am doing something wrong.
There's a message attached to this post that says "currently being moderated". Why?

Similar Messages

  • Generation of report in landscape mode using PDF template

    Hi,
    I am creating a report using pdf template, I have used the repeating group i.e I have used the code <?rep_field="BODY_START"?> and <?rep_field="BODY_END"?> as the repeating area and with the field which needs to be repeated i have used the code <?rep_field="T1_G1"?> in order to display data in the loop.
    But finally when the report is displayed, the report acts strange ...sometimes it fails to open says that an internal file read error occured , whereas if I remove the <?rep_field="T1_G1"?> code it works fine , other times if at all it displays the report, the values in the repeating field operlap each other and they are vertically oriented wheras for landscape mode it should be vertical, I tried setting the properties and locking the fileds but all in vain.
    Kindly help ASAP!!
    Thankz
    -Gaurav

    I have had the same problem for a year. I never got my TAR answered so I tried again. I am waiting...again. Portrait works fine for me. I am using it to generate po's with custom headers. The only part that does not work for me is the total appears on every page, not just the last one. If I get an answer, I will let you know...

  • Adobe Acrobat as a server to create PDF using PDF templates and field values

    I'm writing a web page to create a PDF using fields that we ask for them in the screen.
    My idea is:
    1. Ask for field values (text values and a photo) in my web
    2. Run Adobe Acrobat to load a PDF template (PDF form) and mix with the field values
    3. Create a final PDF mixing values and template
    4. Show to document to the user in his client web browser. I guess the only way to do that is to create the PDF on a server with Adobe Acrobat Pro and send to the user browser a JPEG that will represent the  PDF: If I do this operation in the PDF visor at the client browser, the problem is that it will will be mandatory to install Adobe Acrobat in each cliente because only this visor can manage javascript.
    Can you tell me if this idea is correct? It is possible to use Adobe Acrobat on a Server to create PDF when some proccess needs?

    and what other Adobe product o procedure can we use to do that?
    I only need to create a PDF mixing PDF Templete, field values and javascript.
    Thanks for your help.

  • How to create editable PDF template for XML Publisher reports

    Hi,
    I have got a requirement to have some editable fields in one report whose output is in PDF format.
    I tried looking and saw this can be done using the XML Publisher report and using PDF template.
    But I got only Adobe Acrobat Reader and it does not have the facility to create Form fields.. Can you let me know what software I need in order to create the editable PDF Template.
    In the user guide, it didnot mention anything regarding this.
    Can I create editable PDF report using RTF template or do i have to got for PDF template only?
    Any help is appreciated!
    Thanks

    Hi,
    To edit PDF template , u need Acrobat writer, which is not free .
    I am still wondering what is this ?
    "" Can I create editable PDF report using RTF template ?? "".
    What is editable PDF report. ?
    i think what you tried to mention is ,
    can the PDF output from xml publisher is editable ?
    If that is the question , so here is some points,
    If you have Acrobat Writer or prof.edition, you can edit all the PDF documents irrespective of being from where it is generated.
    To make you understand more of XMLP.
    You create RTF template in word, so that , after merging with xml you can have multiple output formats like PDF, XLS, EFT,.....

  • Declaring namespace and Parameter in PDF template

    Hi,
    I am using PDF template for generating reports. is there any limitation on declaring these objects in PDF template? when I try doing that the report gives form proccesor error.
    Thank in advance

    Hi,
    If you are working in XML Publisher reports.
    Before calling the report, you have to set the propery class of parameter.
    <parameters>
    <parameter name="p_cpu_make" type="character" defaultValue="AMD"/>
    </parameters>
    Properties prop = new Properties();
    prop.put("xslt.p_cpu_make", "INTEL");
    Thanks.

  • Help about PDF Templates

    Hi all,
    I am new to xmlp and i have experience only with the RTF Templates. Now my user wants the templates in PDF for some new reports.
    I dont know how to use PDF Templates. If any one had good experience with PDF Templates please give any forums or your advice.
    And also I want to know do we need PDF Writer s/w for the PDF Template development?...
    Regards
    Ram

    Hi all,
    Is possible to view the output in pdf from the PDF TEMPLATES as standalone (without
    EBS).If yes, How can we load the xml source code into the PDF Templates.
    regards
    Ram

  • Can we use IF statement in PDF templates

    Hi,
    I developed a PDF template. I need to underline ang bold the records based on a specific condition. Can we use IF conditon in PDF templates. Please suggest.
    Thanks...

    Billy  Verreynne  wrote:
    The case syntax is a bit funny though as there's not a single condition evaluation (like a DECODE or case structs from some other languages).
    This is what I would expect a typical case struct to look like - evaluating a single condition:
    case <condition>
    when <value-1> then return <result-1>
    when <value-n> then return <result-n>
    else
    return <return-z>
    end
    ?:| You mean like this...?
    SQL> ed
    Wrote file afiedt.buf
      1  select empno, ename, deptno
      2        ,case deptno
      3           when 10 then 'This is Department 10'
      4           when 20 then 'And department 20'
      5           when 30 then 'And of course department 30'
      6         else
      7           'Blimey it is something else!'
      8         end as dept_desc
      9* from emp
    SQL> /
         EMPNO ENAME          DEPTNO DEPT_DESC
          7369 SMITH              20 And department 20
          7499 ALLEN              30 And of course department 30
          7521 WARD               30 And of course department 30
          7566 JONES              20 And department 20
          7654 MARTIN             30 And of course department 30
          7698 BLAKE              30 And of course department 30
          7782 CLARK              10 This is Department 10
          7788 SCOTT              20 And department 20
          7839 KING               10 This is Department 10
          7844 TURNER             30 And of course department 30
          7876 ADAMS              20 And department 20
          7900 JAMES              30 And of course department 30
          7902 FORD               20 And department 20
          7934 MILLER             10 This is Department 10
    14 rows selected.

  • How to use a PDF template with OA Framework

    I have a question that is hopefully quite simple. I am using JDeveloper to add a button to a page that will create a PDF document.
    According the the documentation it should be quite easy to merge a PDF template file with an XML data file to produce an output PDF file.
    The problem I have is that although I can create the XML data file OK - the output PDF file is not produced (the file gets created but it is 0 bytes - I don't get an error message though). Can someone tell me what I'm doing wrong?
    My code is as follows:
    try
    DataProcessor dataProcessor = new DataProcessor();
    dataProcessor.setDataTemplate("/oraapp02/apphrutv1/hrutv1comn/work_accident.xml");
    Hashtable parameterTable = new Hashtable();
    parameterTable.put("hendelse","3574");
    dataProcessor.setParameters(parameterTable);
    dataProcessor.setConnection(jdbcConnection);
    dataProcessor.setOutput("/oraapp02/apphrutv1/hrutv1comn/accidentout.xml");
    dataProcessor.processData();
    } catch (SQLException e)
    throw new OAException("Couldn't create xml file. SQL Error="+e.getMessage(),OAException.ERROR);
    } catch (XDOException e) {
    throw new OAException("XDOException" + e.getMessage(),OAException.ERROR);
    } catch (ClassNotFoundException e) {
    System.out.println("ClassNotFoundException " + e.getMessage());
    //OK - we created the XML file, now let's send it into the pdf template:
    FormProcessor fProcessor = new FormProcessor();
    fProcessor.setTemplate("/oraapp02/apphrutv1/hrutv1comn/NAV.pdf");
    fProcessor.setData("/oraapp02/apphrutv1/hrutv1comn/accidentout.xml");
    fProcessor.setOutput("/oraapp02/apphrutv1/hrutv1comn/NAVout.pdf");
    fProcessor.process();
    I haven't registered the PDF template file in Oracle Applications - but that shouldn't be the problem should it? Or is it better to use a PDF template that is registered in Oracle Applications?

    Can you give me some tips on setting up the appropriate libraries to use the DataProcessor class? I have tried the BIP libraries and the classes from JAVA_TOP but I always get the same error when the constructor of DataProcessor is called:
    java.lang.NoSuchMethodError: oracle.apps.fnd.i18n.common.util.DateFormatMaskConverter.getJavaDateFormatFromOracle(Ljava/lang/String;Ljava/util/Locale;Z)Ljava/lang/String;
         at oracle.apps.fnd.i18n.common.util.FormatMaskUtil.isOracleCompatible(FormatMaskUtil.java:693)
         at oracle.apps.fnd.i18n.common.util.FormatMaskUtil.detectDateFormatMaskType(FormatMaskUtil.java:580)
         at oracle.apps.xdo.dataengine.Format.<init>(Format.java:68)
         at oracle.apps.xdo.dataengine.XMLPGEN.<init>(XMLPGEN.java:65)
         at oracle.apps.xdo.dataengine.DataProcessor.<init>(DataProcessor.java:168)
    I have been successful in displaying a PDF file in an OAF page but I had to generate the xml data using a PL/SQL package rather than the data template. I know it works because Concurrent Requests using the XDODTEXE executable work and this uses DataProcessor.

  • PDF Templates: using forms designed in LiveCycle Designer

    Greetings,
    I’m creating templates using Adobe LiveCycle Designer ES2 and using Adobe Acrobat X. When I upload the PDF templates I’ve created to BI Publisher, I hit a brick wall. The reports spit back *“FormProcessor internal error.”* when I click on View, then click through the "Error: contact an administrator" box. When I choose Export... I get a broken PDF file that doesn't seem to have any content.
    When I go to Layouts and click Map Form Fields for any of these layouts, I end up with a blank-looking screen. It says "Map PDF Form Fields" at the top, but there's just a gray box below it, where you should see the PDF form.
    It should look like this
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/b40017/T421739T423025.htm
    (right by “Adding a Predefined PDF Form as a Template”)
    I'm using BI Publisher 10.1.3.4.0
    Any help is appreciated! The "FormProcessor internal error" is so vague that I'm not sure where to look for help. I can generate reports using RTF templates with no problems. LiveCycle Designer seems perfect for the task at hand, so I'm really hoping I can get this working.
    Thanks,
    Martin

    Greetings,
    I’m creating templates using Adobe LiveCycle Designer ES2 and using Adobe Acrobat X. When I upload the PDF templates I’ve created to BI Publisher, I hit a brick wall. The reports spit back *“FormProcessor internal error.”* when I click on View, then click through the "Error: contact an administrator" box. When I choose Export... I get a broken PDF file that doesn't seem to have any content.
    When I go to Layouts and click Map Form Fields for any of these layouts, I end up with a blank-looking screen. It says "Map PDF Form Fields" at the top, but there's just a gray box below it, where you should see the PDF form.
    It should look like this
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/b40017/T421739T423025.htm
    (right by “Adding a Predefined PDF Form as a Template”)
    I'm using BI Publisher 10.1.3.4.0
    Any help is appreciated! The "FormProcessor internal error" is so vague that I'm not sure where to look for help. I can generate reports using RTF templates with no problems. LiveCycle Designer seems perfect for the task at hand, so I'm really hoping I can get this working.
    Thanks,
    Martin

  • Printing field values to a PDF using a template

    Hi
    I have a set of field values stored in variables, I need to print these fields into a
    PDF file. There is a template for this PDF , and each field value should go to a
    specific location wrt the template on the new PDF. Could you any one
    recommend a 3rd party API that can be used to do this purpose.

    I used iText (http://www.lowagie.com/iText/) to do
    this.
    I created the template as a PDF and used AcroForms to
    create named fields within specific formatting within
    the PDF.
    // Create a BAOS into which to write the
    PDF.
    ByteArrayOutputStream baos = new
    ByteArrayOutputStream();
    // Load the PDF template and open the form fields.
    InputStream inputStream = new FileInputStream(
    "template.pdf" );
    PdfReader reader = new PdfReader(  inputStream
    PdfStamper stamp = new PdfStamper(reader,
    baos);
    AcroFields form = stamp.getAcroFields();
    o set the text in a field:
         form.setField("field_name", "field value");
         // close the PDF and return the bytestream
         stamp.close();
         return baos;
    It looks like that you are loading a PDF template from a file, and straight
    away attempting to fill the form by using the name of the field. To do this shouldn�t the
    template PDF be formatted in a specific way to access the specific
    location of the template where the field is.
    Can you tell me if the template PDF file should be formatted in a specific way
    to do this using iText. I was thinking of calculating the offsets of each field
    and just print the data at that location.
    And I very much appreciate your help so far.

  • Use XMLP to pull only specific pages from larger PDF template?

    We need to be able to pull specific pages or a range of pages out of a larger template to use to merge data into and return to users or the selected delivery method. I've seen a lot of information about how to add page numbers to PDF templates / documents, but nothing about how I can pull out specific pages. We know this can be done using iText or some other technology, but does anyone know if this can be done using XML Publisher at all? This is a big issue for us and could determine whether we end up using XMLP at all or go with something else. Any info would be helpful.
    Thanks!

    Hi
    Publisher is not currently capable of pulling out specific pages from a given PDF,.
    Regards, Tim

  • Using a pdf-template for generating an interactive form

    Hi guys,
    I have got the following problem. I have got an pdf-Document, that can be printed out and filled out manually.
    Instead of I just want to use this pdf-Document as an template for an online form, by adding some fields.
    How can I use this pdf-Document as an template?
    Thank you for your answers. Patrick.

    Hi Patrick,
    Let me see if I understand your query properly first. Your requirement is that you have a PDF file which is pretty much fixed.
    Now you want to use the Template present in the PDF file to be shown to the user, but this should be pre-filled with data that you receive from a Web Service & RFC.
    Now firstly I will mention the easy way, which would require you extract the PDF Template statically, I am not sure if the API has now been released to do that programatically.
    Now, lets say you store it is some location the template file, you would also need to tweak the DataBinding properties in the Template to match to that of the Context Node you will use in the application.
    Now in the ModifyView method you should get a reference to the Interactive form element, use the setTemplateSource method to refer to your template.
    Now based on the response from your RFC/WebService create the appropriate attributes into the node, and your form should work fine.
    Regards,
    Pavan

  • Using PDF in template name!

    All,
    I have a peculiar situation. We want to use the output management part of Central Pro server, which means to say that i have already generated a PDF file by merging template and data in step 1 of a job (using PDF presentment for the template). In step 2, I call a custom agent to do certain modifications to the PDf file like adding addition pages to the PDF, etc. Now i want to send the new PDF to a printer or email or fax. Is is possible to do the same in Central Pro? If yes, how can this be accomplished?
    One thing that come to my mind is to give the new PDF as the template name and have dummy dataset and use the options in the command line to redirect the output appropiately.
    Thanks in anticipation!
    Regards,

    I have read Tammy's message, but beware on this as I have tried this with Adobe Output Manager.
    When you copy a PDF to a printer, then it is the PDF code that is printed. In otherwords the output will be the PDF code and not the PDF document.
    If you print a document to a printer (PCL) then it uses the PCL code or Postscript in the case of Postscript Printers.
    There are a number of switches that you can use, to print a document to a printer using Adobe Acrobate Reader.
    I will dig them out and post them to this site.
    Regards
    Andrew

  • Can you create master-detail output using a PDF template?

    My starting point is a pre-designed PDF template for producing purchase orders. This has a fixed background containing graphics and text. Over this I have overlaid the required fields and in the PO line section have defined a repeating group.
    This works correctly only if the XML input file contains one and only one PO. If I want to produce multiple PO's (and I do) then is there a way to nest the repeating groups so that for each PO a new header is printed followed by the lines, i.e. a standard master-detail report? This is promised in the "XML Publisher Business Applications" powerpoint :-)
    I know this can be done using an RTF template, but I have not found a way of fixing the positions of all the boilerplate text/graphics, as required, using Word. (The final section, which contains additional "header" information gets pushed down the page as PO lines are added.)
    Any help gratefully received.

    That depends.
    Are they asking you to put a copy of your actual signature on there or are they asking for a "digital signature"?
    They are different things.

  • Print files into/onto PDF template for proofing

    Hi,
    I am hoping someone may be able to help.
    I am wanting to set up several PDF templates that will range from A4 -SRA3. these PDF templates will be Proof Approval Templates. I then want to be able to send artwork to print from say InDesign but I want it to print into the PDF template. Hope that makes sense.
    I would then end up with say a compliment slip artwork centred onto the Proof template enabling me to send out the proof.
    How do I go about this or is it not something that can easily be done?
    Many thanks in advance.
    Jon

    Hi,
    Thanks, I have been doing that but wanted to have something that could be done automatically by acrobat at the sending to print stage, my old company used to do it, but I never got to ask how...
    Do you know of a way?

Maybe you are looking for

  • I am unable to install Snow Leopard on a MacBook Pro

    Hi I am unable to update to Snow Leopard on my MacBook Pro. I have 2 GB of RAM. When I boot from the install disc I get an error message that this OS cannot be installed on this machine. Sorry, I don't have the error verbatim. Am I missing something

  • Gives an error when running lm in embeded way

    Hi all, I tried the following script but it gives me an error. cat("run embeded lm..") mod3 <- ore.doEval( function() { library(ORE) library(biglm) ore.sync(table="MSCI_DAILY_INDEX") dat <- ore.pull(ore.get("MSCI_DAILY_INDEX")) biglm(STD_EOD00D_LOCAL

  • DVD decrypter for Mac?

    Hi ya'll. I have a few dvds thar are kind scratched and I wanted to make a copy of them, before they get uneseful. Is there a DVD program that can decrypt these dvds for Mac? I have a Mac intel based. I appreciate any input.. Lucas1v

  • ITunes/iCloud Backup nexus?

    If I've set my iPhone to be backed up to iCloud, but then I do a manual backup to iTunes, does iTunes push the backup to the Cloud? Or must I backup directly from the iPhone for it to go to the Cloud? I'm wondering if that's a faster way to backup to

  • Need help with Connect 4 game, IndexOutOfRangeException was unhandled

    Hi! I've been struggling with this for a while now, the issue is that as soon i move a game piece to the field i get this errorats "IndexOutOfRangeException was unhandled" and i don't know why since my intention with the code was to use for loops loo