Making a form with a non printing background

I need to make a form for an overprint on a 4-up postcard sheet. The postcard is preprinted, but I want to show it in the PDF form so that the user knows where the data is going to be when they print out the form. So basically I need everything but the form data to be non printing. I tried looking for something like this in the Help but I don't know what keywords to use to look for this. Is it possible?
I have Acrobat Pro 8.

You could use the background option to import the comp and then fade
back using the opacity level - this would then provide a background
which (if configured) would show inside the PDF but not print ..
Jon

Similar Messages

  • Non-Printing Background?

    I've got a form I've designed in InDesign and exported to Acrobat. For spice I have a background color. But, some users are going to have to fax this. Because of this I'd like the background color to be non-printing. Is there a way to do this?

    The previous link above no longer works, so here is a link to another forum post that might help:
    http://forums.adobe.com/thread/305111
    You can try the "Form Fields Only" option in your print dialog box. Also, there are instructions for making a non-printing background. It helped me!!

  • Please help with newline non-printing character in JTextPane.

    Hi.
    I need to implement "View non-printing characters" feature in my JTextPane.
    So when this feature is toggled, the newline character is displayed at the end of every line like in Microsot Word editor.
    I been digging around for few hours now and I cant find a solution for this.
    Please help me with any tips guys.

    StanislavL:
    ok i digged around and i found code example... i got my code to show "X" at the end of every line as a newline character. here is code I used:
    import javax.swing.text.StyledEditorKit;
    import javax.swing.text.ViewFactory;
    import javax.swing.text.Element;
    import javax.swing.text.View;
    import javax.swing.text.AbstractDocument;
    import javax.swing.text.LabelView;
    import javax.swing.text.IconView;
    import javax.swing.text.StyleConstants;
    import javax.swing.text.ComponentView;
    import javax.swing.text.BoxView;
    import java.awt.Graphics;
    import java.awt.Shape;
    import java.awt.Rectangle;
    class MyEditorKit extends StyledEditorKit
         public ViewFactory getViewFactory()
              return new MyRTFViewFactory();
    class MyRTFViewFactory implements ViewFactory
         public View create(Element elem)
              String kind = elem.getName();
              if (kind != null)
                   if (kind.equals(AbstractDocument.ContentElementName)) {
              return new LabelView(elem);
                   } else if (kind.equals(AbstractDocument.ParagraphElementName)) {
    //              return new ParagraphView(elem);
                        return new MyParagraphView(elem);
                   } else if (kind.equals(AbstractDocument.SectionElementName)) {
    //              return new BoxView(elem, View.Y_AXIS);
                        return new MySectionView(elem, View.Y_AXIS);
                   } else if (kind.equals(StyleConstants.ComponentElementName)) {
                        return new ComponentView(elem);
                   } else if (kind.equals(StyleConstants.IconElementName)) {
                        return new IconView(elem);
                   // default to text display
                   return new LabelView(elem);
    class MySectionView extends BoxView {
         public MySectionView(Element e, int axis)
              super(e,axis);
         public void paintChild(Graphics g,Rectangle r,int n) {
              if (n>0) {
                   MyParagraphView child=(MyParagraphView)this.getView(n-1);
                   int shift=child.shift+child.childCount;
                   MyParagraphView current=(MyParagraphView)this.getView(n);
                   current.shift=shift;
              super.paintChild(g,r,n);
    class MyParagraphView extends javax.swing.text.ParagraphView
         public int childCount;
         public int shift=0;
         public MyParagraphView(Element e)
              super(e);
              short top=0;
              short left=20;
              short bottom=0;
              short right=0;
              this.setInsets(top,left,bottom,right);
         public void paint(Graphics g, Shape a)
              childCount=this.getViewCount();
              super.paint (g,a);
              int rowCountInThisParagraph=this.getViewCount(); //<----- YOU HAVE REAL ROW COUNT FOR ONE PARAGRAPH}
              System.err.println(rowCountInThisParagraph);
         public void paintChild(Graphics g,Rectangle r,int n) {
              super.paintChild(g,r,n);
              //g.drawString(Integer.toString(shift+n+1),r.x-20,r.y+r.height-3); // line number
              g.drawString("X",r.x+r.width,r.y+r.height-3);
    }this line here draws "X":
    g.drawString("X",r.x+r.width,r.y+r.height-3);How would I modify this to draw a small picture there?
    Thanx a lot.

  • Making email form with instructions in it?

    This might be a very basic question but I cant figure it out hehe ...I am trying to make an email form like on this site...
    http://www.timberline-resources.com/
    I know how to make the form but not with the "Enter Your Email".......I want to know how to do that...so that when you click in it it disappears...
    Thanks in advance for any help.
    T

    Your example site is all done with Flash which is not web-friendly. 
    My solution below uses a bit of JavaScript to clear the input field when clicked.  If nothing is typed in the field, the field value 'Enter Email To Get Updates' comes back.
    <input type="text" name="Your-field-name-here" onclick="this.value='';"  onfocus="this.select()" onblur="this.value=!this.value?'Enter Email To Get Updates':this.value;"  value="Enter Email To Get Updates" />
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Making a link with a non editable area

    Hello I have made this cool looking design in photo shop and
    sliced it up and then somehow made the whole i.e. the images non
    editable enough to use the hotspot to make a link. Is their a way I
    can highlight and drag any area on a web page and make a link? My
    webpage is www.wordfree.net I want to make links for my
    navigation.

    > Is their a way I can highlight and drag any area on a
    > web page and make a link?
    No. Your entire approach is wrong, though, made worse by the
    use of
    ImageReady's HTML....
    <!-- ImageReady Slices (wordfree.net) -->
    <table id="Table_01" width="1281" height="1025"
    border="0" cellpadding="0"
    cellspacing="0">
    Wizard-written HTML is not suitable for production work.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Yung Blitz" <[email protected]> wrote in
    message
    news:gau96q$qhd$[email protected]..
    > Hello I have made this cool looking design in photo shop
    and sliced it up
    > and
    > then somehow made the whole i.e. the images non editable
    enough to use the
    > hotspot to make a link. Is their a way I can highlight
    and drag any area
    > on a
    > web page and make a link? My webpage is www.wordfree.net
    I want to make
    > links
    > for my navigation.
    >

  • Non Printing Template Background

    Hello,
    I have a pdf form that I wish to use as a template. The problem is that the form is already printed and all I want to print is the field data, omitting the background template from printing over the form. How can I do this?
    It seems as though there is no control over the template.
    Any help is much appreciated...Tom Fullen

    The previous link above no longer works, so here is a link to another forum post that might help:
    http://forums.adobe.com/thread/305111
    You can try the "Form Fields Only" option in your print dialog box. Also, there are instructions for making a non-printing background. It helped me!!

  • Making a PDF with LiveCycle then being able to edit pages, insert pages, delete pages, attach files to document, be readable in Adobe Reader etc.

    We have been working for some time with LiveCycle to creat a documents and have experienced a host of problems with the end product.
    1.  Images inserted into the LiveCycle PDF document often come up as "broken links" after editing the document and resaving it.
    2.  Documents will not display in Acrobat reader unless a digital signature is applied to them and the document is re-saved.
    3.  After making the document, we are unable to use Adobe Pro to insert pages, delete pages, or insert files into the document as attachments.
    The end state was to use the simplicity of LiveCycle to create a document and do most of the hard work, and then save it as a PDF document that could be easily edited with Adobe Pro.  It has proven difficult, to say the least, to figure out how to make this work.
    Thanks in advance for any assistance.

    1- Thank you
    2- It only seems rational that if I make a form with LiveCycle that I should be able to view it with Adobe Reader or Adobe Pro.
    Making a form with LiveCycle to be distrubuted to personnel internally that have Adobe Reader and Adobe Pro and cannot open it without it having a digital signature field in it that has just recently been signed just doesn't make sense.  Nor does it seem to make sense to have to purchase 200 additional licenses just for LiveCycle so that people can open a PDF that was made with LiveCycle.  If I make it in LiveCycle and only people with LiveCycle can open it, what is the purpose of making it to begin with?
    3- This also totally sucks.  In a standard Adobe Doc I can at least attach documents to it?
    So, what, exactly then, is the purpose of LiveCycle if the only benefit it seems to provide is ease of creation, but the end product has way less functionality?
    And how do I go about contacting an Adobe rep on the phone in regards to this without getting "there is no support for this product, go to Adobe.com"
    We have millions of dollars of Adobe software and can't get support other than hunting and pecking in these forums?  Really?

  • Replacing Dot Matrix Printer with a Laser Printer

    I'm hoping to replace a dot matrix printer currently used to produce a 2 layer carbon copy form with a laser printer.  The source of the form is SAP. The length of the form varies between 1 and 3 pages. Does HP have a printer/paper solution?

    See this - https://support.mozilla.org/en-US/kb/how-print-websites

  • How to print Adobe Forms without the black/gray backgrounds in the side columns

    How can we print Adobe Forms without the black/gray backgrounds in the side columns? We are wasting a lot of ink printing out these forms and would like to have simply black ilnes to distinguish columns and black lettering, but no background colors.  Any help would be appreciated. Thanks.

    I am not positive what you are printing from but I am thinking it is from the View Responses tab with a response row selected and then shown in "Detail View" and that the column of field names has a dark grey background...
    To change the color of the column headers select the row of headers (do this by clicking on the first dark grey header field and then scroll to the last one and shift+click on the last one), then in the "Text" tools change the text color to Black and the Fill color to white:
    (Selected the header cells)
    Changed the text/font color to black and the fill color to white
    Now you can see the detail view does not have the dark grey.
    Thanks,
    Josh

  • Reports 9i Printing from Forms with WEB.SHOW_DOCUMENT

    I want to print a Report from Forms via WEB.SHOW_DOCUMENT directly to the printer and it works fine.
    But every time i print it from my web application a new browser-windows opens and shows a message "Printed successfully" or something like that. If I start the printjob again nothing happens - if I press the Browser-Refresh-Button in the new Browser-Windows with the Message ("Printed Successfully") it prints.
    So now I have 2 questions:
    a) How can I disable the "Printed successfully"-Message
    b) What hava I to do that I not must press on the Refresh-Button to start the printing again
    I hope I hava explained my problem clearly. 4
    Here ist the complet WEB.SHOW_DOCUMENT-Command I fire in Forms when a Button is pressed:
    WEB.SHOW_DOCUMENT('http://mymachine:8888/reports/rwservlet?report=testreport.rdf&destype=printer&desname=\\NTS32\VZ_D3&desformat=html&userid='|| sUser ||'/'|| sPW ||'@'|| sDB,'_blank');      
    Many thanx for your help!
    Regards
    Marc

    Hello,
    for the problem:
    b) What hava I to do that I not must press on the Refresh-Button to start the printing again
    may be it just a setting in your Browser ?
    For Internet Explorer :
    go to I.E General Options screen. click on settings button and choose
    "Every visit to the page " option.
    Regards

  • What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    You want to allow someone to open your document and fill out the form (in the fields you have created), but not change or edit the form, right? Here's the answer - assuming you are using Acrobat Pro and someone will be opening the PDF using at least Acrobat Reader 9 and up:
    Tools > Protection > Encrypt < Encrypt with Password
    Answer YES to change the security.
    A new window opens:
         Do NOT select Document Open (or that will require a password to open the document.)
         Select: Permissions (Check the box next to "Restrict editing and printing of the document.")
         Change the following 2 settings from the drop-down box:
              Printing Allowed: Select High Resolution
              Changes Allowed: Select Commenting, filling in form fields, and signing signature fields
              Leave selected: "Enable text access for screen reader devices for the visually impaired"
              Change Permissions Password (insert a strong password)
              Leave all other settings alone in "Options"
              OK - OK
              Re-enter the Permissions Password (the one you entered above)
              OK - OK
              Save the PDF to apply the security [notice that (SECURED0 will appear after the document title]

  • Rearrange pages when printing adobe form with multiple master pages

    Hello!
    Good day to you all.
    I have an issue in regards with printing my adobe form with multiple Master pages. I have 4 master pages:
    1st master page: a
    2nd master page: b
    3rd master page: c
    4th master page: d
    all with different headers and footers all having the same contents (items). I don't have issue with one page content (it just prints 4 pages with different headers and footers). The issue comes out once the items exceed 1 page.
    What happens is that the preview/print shows (example: 3-page item)
    a1-a2-a3-b1-b2-b3-c1-c2-c3-d1-d2-d3.
    What i need is to print these such that all 1st pages of the 4 master page to be printed first, then all the 2nd pages, then all 3rd pages. Please see below:
    a1-b1-c1-d1-a2-b2-c2-d2-a3-b3-c3-d3
    This is because we will be using carbonless copy paper during printing and it's possible that it would be printed on batch jobs. Please suggest ways to do this.
    Thanks a lot in advance!
    Best Regards,
    abap_peer_dangs

    Hi,
    Is that requirement of multiple pages as groups only at the time of print or at print preview also...?
    Can you have a Print button on this screen or you should be using the Abobe toolbar's Print button..?
    Well if this on a click of a button in the form and the requirement is only at the time of print and not on print prieview I can have a JS script which does this...
    Let me know if this suffice, I can try with a local file and send you the script.
    @ Chris: I didn't understand what do you mean by reported, I was eager to hear and learn a solution from you may be a new approach which I am not aware of ...?
    Cheers,
    Sai.

  • PDF form with one submit button that prints form and sanves PDF with data with a unique file name

    We have a long medical form that patients can fill out at kiosks as they wait to see a doctor. We want one button so that the patient can print out the form with one click (and finish filling it out by hand if it's not finished already) and the same button click will save the form with a unique file name (using last name, first name, date, and/or email address so that the identity of the person who filled out the form will be readily apparent to anyone who wants to grab the user's responses later). Is Acrobat capable of doing something like this? LiveCycle Designer maybe? And if we continue with the PDF form and add a submit button, is there a way to program the button click to print and to save?
    Thank you in advance of any suggestions that might accomplish this task.

    I am not sure about the print, but it can probably be done -- possibly with a bit of JavaScript. As to the saving of the form, that is not reasonable at a kiosk. You would want the data submitted to a server (particularly with patient data), no e-mail or accessible drive. You can collect the data and put it in a database or import it to the form for printing yourself.

  • PDF form with line printer

    Hi,
    Is there a way to use PDF form with line printer? how, and the pros & cons. Currently we are using SPF to develop pdf form in sap, however it has limitation to print on line printer that we need to print on 3 ply form. The only option is to convert all PDF form to sap script.
    If you have any ideas, please advise. Thanks.

    Hi courtneyp58664902,
    I would recommend you to follow the steps detailed on the page associated with this link (http://wwwimages.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-con vert-forms-into-fillable-pdf-c… ).
    I would recommend you to Save the pdf with reader rights enabled [ File -> 'Save as other' -> 'Reader extender PDF' ->  'Enable More tools ( includes form fill-in and save)' ].
    Please let me know if you face any challenges or need any further assistance.
    Regards,
    Rahul

  • Is it possible to hv a FORM with out Print Prog.?

    Hi Experts,
    1) Is it possible to hv a smart form with out having the Print/driver prog.?
    coz, I checked in TNAPR tbl, I did not find any entry!
    I guess, NACE wuld do give some info?
    2) How Can I know that my_z_form_1 created in Which SAP version?
    3) How it wuld appear the icon of TABLE node in 4.6? Is it "Lines with in Square box"?
    Pls. clarify.
    thanq.
    Message was edited by:
            Srikhar
    Message was edited by:
            Srikhar

    1) Is it possible to hv a smart form with out having the Print/driver prog.?
    coz, I checked in TNAPR tbl, I did not find any entry!
    I guess, NACE wuld do give some info?
    Answer : No,there should be print program for each smart form.
    NACE Will give only SD,MM module form name and print progrms.
    2) How Can I know that my_z_form_1 created in Which SAP version?
    Answer : Currently SAP Does not support version management for SAP Script.  
                 and Smartforms.You just compare with Production system
    3) How it wuld appear the icon of TABLE node in 4.6? Is it "Lines with in Square box"?
    Use Main window -> Create - > Table
    and proceed further...
    Thanks
    Seshu

Maybe you are looking for

  • Layout Variant.

    Hello, This is regarding Layout variant. In my program I have called the function module for layout variant . Its working correctly. When the user click the change-layout from toolbar.  -> then change_layout screen will come. Up to this it is ok. My

  • ITunes plus label on the album, but then disappears....

    I recently went to purchase "leaves in the river" by Sea Wolf, and under the album logo it said it was an iTunes plus cd. When I click on the album and get the details of the album, it no longer says that it is an iTunes plus album, nor is there the

  • Can i swap out the SIM in an iPad 16G?

    way past the end of my 2 year contract with awful carrier 3, so i want to get a SIM only contract elsewhere and just flush the old one down the toilet.  can i do this?

  • Lollipop upgrade has messed up my phone. How do I fix this?

    Overheating and severe battery drain. Also getting a constant error message :"unfortunately the process com.android has stopped.

  • Error in Enhanced Receiver Determination - UDF

    We have a requirement to determine the receivers of the message dynamically at runtime. From one of the blog I i got the how to do material. I have created the receivers according to age. <?xml version="1.0" encoding="UTF-8"?> <ns0:MT_Person xmlns:ns