Creating Custom Stamp

Hello all.
I am working on Adobe Acrobat 9 Standard. I am trying to create a custom stamp of my signature. When I import my signature , it shows up perfectly (reading horizontally, like I want it), but when I go to insert the stamp , it is rotating it 90 degrees clockwise for some reason (reading top to bottom). I know I can edit the stamp and make it horizontal again (reading left to right) but that is quite a hassle considering I use the stamp 6-10 times a day. I would really like to insert the stamp and just print the page. Does anyone have any ideas how to fix this or why the stamp is rotating.
Thank you in advance.

I figured it out!
was having the same issue and it cost me half the morning at work.
when i was creating the stamp, i needed some comments and markups added and to "flatten it" i was printing it to PDF and then croping the page to the size i wanted and then importing it as a stamp. anyway, when i was printing to pdf, in the print dialogue box, in the section "Page Handling", the option "Auto-Rotate and Center" was checked, this was forcing my stamp to be centered and the page orientation to be landscape. For kicks n giggles, I unchecked it, the page orientation changed to Portrait and my stamp image went to the upper left. I cropped my result as I normally would, and upon creating the new custom stamp, it was right as rain. hope this helps!

Similar Messages

  • Create custom stamps - where do I find this in X?

    Hello,
    Just recently upgraded from Acrobat 9 Professional to X Pro and can't find where the custom stamp command is now located.  This is something I use frequently in my work - either QC stamps or design info stamps on plan drawing pdf - where I create the stamp information in Word, convert to pdf, then pick up and use the information in Stamps (Create or Manage).
    This revision (from 9 to X) is pretty radical, compared to previous upgrades, and requires almost relearning the entire program. A huge loss of time, so hopefully once I'm up to speed it will be faster/more streamlined than previous versions.  Hopefully.
    Thanks in advance for any illumination on where to find this feature!

    Hi, Dave,
    Your note made me realize that all my custom stamps are gone after my upgrade.  Upgrades are done by the IT department, and I didn’t think to save my stamps, so I can’t check to compare. Dang. It’s not a huge deal, ultimately – creating in 9 was easy, and recreating them will give me experience in X.
    I did notice something of what you describe when creating a custom stamp for a coworker while I was still on 9; his computer already had the X upgrade, and I noticed the stamp was cut off in the Custom Stamp drop down menu in X, though it stamped correctly on the document. Because this was only one/one time I didn’t take much notice of it, but it corroborates what you describe.
    Maureen Finn
    Transportation Coordinator
    www.hdrinc.com
    CONFIDENTIALITY NOTICE:  This e-email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential, proprietary, and/or privileged information, as well as content subject to copyright and other intellectual property laws.
    If you are not the intended recipient, you may not disclose, use, copy, or distribute this e-mail message or its attachments. If you believe you have received this e-mail message in error, please contact the sender by reply e-mail, immediately delete this e-mail and destroy any copies.
    Prior to using this e-mail or any attachments for any purpose (including but not limited to design, presentation, incorporation into any other work), the intended recipient(s) must enter into a separate written agreement with sender, setting forth the scope and conditions of the recipient’s
    permitted use and addressing copyright and other intellectual property issues. Use of this e-mail or any attachments without acceptance of the foregoing is prohibited.  Any use of this e-mail or any attachments indicates recipient’s acceptance of the above statements and conditions without exception.

  • Using Bookmark Names to create Custom Stamps

    Hi all,
      I am a VB programmer that is struggling with a task in JS.  I am trying to do 1 of 2 things:  I would prefer #2.
    1.Create a custom stamp using the filename.
    or
    2.Create a custom stamp using the bookmark name (which in turn will be the filename)
    I have been foooling around for a number of hours trying to get this to work out, here's what I have done so far:
    I have created a stamp, the stamp has two text boxes that I need to fill from one string. The string is in the format of
    "08363-G-5109-DWG-R-00001_A.pdf" with a varying number of characters before the underscore, but always the same after the underscore. In the first text box I need
    08363-G-5109-DWG-R-00001 which I get with
    Code:
    event.value = event.source.source.documentFileName.slice(0,-6); this work great. The second box needs to contain the letter(s) that are between the "_" and the ".pdf" and everything I have tried doesn't produce a result.
    I focused most of my time trying to split the filename up, figuring the same logic would be applied to the bookmarks.
    The things I have tried:
    [CODE]
    var str = event.source.source.documentfilename;
    var strt = str.lastindexof("_");
    var end = str.lastindexof(".");
    event.value = str.substring(strt,end);
    and
    var arrStr = event.source.source.documentfilename.split("_");  ' **Harcoding = "08363-G-5109-DWG-R-00001_A.pdf" works**
    var arrstr2 = arrStr[1].split(".");                                             'But isn't very dynamic
    event.value = arrstr2[0];
    and
    var str = event.source.source.documentfilename;
    var arrStr = str.split("_");
    var arrstr2 = arrStr[1].split(".");
    event.value = arrstr2[0];
    [/CODE]
    Any assistance would be greatly appreciated!
    Bent

    GJ - The bookmark would be selected manually and the stamp would reflect the change.  The sole purpose of this is to combine and stamp hundreds of documents in the most efficient manner.
    So for example:
    I combine 3 docs by selecting them in Windows and right clicking and selecting combine:
    08363-G-5109-DWG-R-00002_A.pdf
    08363-G-5109-DWG-R-00002_B.pdf
    08363-G-5109-DWG-R-00002_C.pdf
    I would have 3 bookmarks automatically when the combination occurs:
    08363-G-5109-DWG-R-00002_A
    08363-G-5109-DWG-R-00002_B
    08363-G-5109-DWG-R-00002_C
    So when I select the bookmark 08363-G-5109-DWG-R-00001_A then click stamps - dynamic stamps , my two text boxes have used this bookmark to get                 Text 1                          Text 2
                                                                           08363-G-5109-DWG-R-00001     A
    Then I manually select the next bookmark and select stamp and it has used the next bookmark name to create a stamp  with two text boxes now              08363-G-5109-DWG-R-00002      B
    If I had to stamp them first them combine, I would have to open one, stamp, save close rinse and repeat 100 times then combine.
    GK - I did have a poke around with bookmarkRoot.children, but the only result I ended up with was the word "Root" in the second box.  I couldn't seem to determine if JS automatically builds the children collection based on the number of bookmarks off the root, or if I had to programmatically build it with an array.

  • Creating custom stamps in Acrobat 9

    I'd like to create some stamps that will give an approval status as well as giving the name of the reviewer and the date and time, similar to the default dynamic stamps but with different wording.
    I've managed to create a stamp and add it to the palette, however I can't get it to display the name of the reviewer or the time and date.
    Can you help?

    You have to make a dynamic stamp.
    See http://www.acrobatusers.com/tutorials/2007/custom_dynamic_stamp/ for a dynamic with with a field is not interactive. See http://www.acrobatusers.com/tutorials/2007/dynamic_stamp_secrets/, for a dynamic stamp with an interactive field prior to placement.

  • I want to create an 'editable' custom stamp.

    I want to create an editable custom stamp.
    I can scan in my stamp image in the create custom stamp tool, no problem.
    But I would like to make several editable fields: date, reviewer's initials, submittal number.
    Anyone know how to?
    Thanks

    You not only need to create a custom stamp, but you need to add dymanic form fields. See AUC Tutorials - Dynamic Stamps for more information.

  • Creating custom dynamic stamps in Acrobat 9

    I have Acrobat 9 Pro and I'm trying to create my own custom dynamic stamp.  I have the image in a PDF format and I can create  custom stamp out of it but I can't figure out how to add the dynamic fields.  It's pretty easy in Acrobat 8 but there's just no info on how to do it in 9.  I've gone through the web, lynda.com, and nothing.  Some from Adobe, please help wtih this!  Thanks.

    Something that may be of some help:
    http://acrobatusers.com/search/google/custom%20dynamic%20stamps?query=custom%20dynamic%20s tamps&cx=010702214422959725198%3Amrw4k197ftq&cof=FORID%3A11&sitesearch=#433
    Be well...

  • Custom Stamp Orientation when created

    ok, This is frustrating with a company like Adobe. I get a signature from a document, crop it from the document from the PDF. Save it as blah blah signature. Go to custom stamps, create custom stamps, browse for the signature.pdf I want, hit ok. Then when I go to us it I get a wonderful stamp that at 90 degrees!! No matter how I save the original pdf to make the stamp, it's always at 90 degrees....upside down, 90, 270 degrees, stamp comes out at 90. There's been no answer to this from others on the the same issues as far back as a year. I find this very frustrating....I have made stamps before and some how they came out correct, but now cannot get one without having to fix it.
    This should not be that difficult....please! Any help would be greatly appreciated. I use signatures every day and this is very frustrating.
    Thank you!

    Hi Sarah,
    Yes, I am saving the signature as a pdf originally. I have some that worked in the past….the signatures I have are already in pdf. I crop them and then create the stamp from there.
    Thanks,
    Bill

  • Custom Stamps in Acrobat Reader

    I am in an office whereby I am the only person with the full version of Adobe Acrobat. Everyone else only has Acrobat Reader.
    I've created many a custom stamp for myself to use and I find them very handy, however, I'd like to be able to create custom stamps for people to use and apply in pdfs they are viewing with just the Reader. Does anyone know if this is possible?
    Thanks,
    kgriba

    Why did you post this in the forum for "Acrobat Feature Requests" ? You may use the forum for Adobe Reader.

  • Custom Stamps

    I'm creating custom stamps in Acrobat 9 and it keeps rotating the image so that it comes out 90 deg clockwise.  I tried rotating the original pdf image 90 deg counterclockwise and it still comes out with the stamp rotated 90 deg clockwise (i.e. 180 deg from original).  All of the videos on the web show no rotation of the selected image.  What setting is screwing up the works for me?

    Please re-post this to the proper forum. This is for Adobe Connect customers.

  • Sort stamps in Custom Stamp Palette

    I would like to be able to sort the custom stamps in the Stamp Palette. Once I create custom stamps, they are forever in the order in which I created them. Please make it so that they can be rearranged using either drag-and-drop, or the "Move Up" and Move Down" action in the Create PDF from Multiple Files dialog box. Thanks.

    Just add your custom stamp pdf file to the location, do not import your stamps into an existing stamp pdf file.

  • How do I create a custom stamp on a MAC

    How do I create a custom stamp on a MAC. It is quite easy on a PC, but the steps are not as intuitive on a MAC.

  • How to create editable stamps in Adobe Acrobat X Standard?

    Hi,
    Is it possible to create a custom stamp with check boxes and a fillable text field so that after I stamp a PDF I can check off some of the boxes and edit the text field?
    Or maybe it would be possible to do this by applying an existing form to an existing PDF?
    I am going to have to stamp many PDFs so I do not want to have to build a new stamp or form every time I am using it because this is time consuming.
    Thanks,
    Jayden

    Not exactly. After the stamp is applied it's flat and can't be edited. However, you can add form fields to the stamp template and have them edited just before it is applied, using a script that prompts the user to enter the values. This is called a "dynamic stamp" and creating it ranges from quite easy to very complicated, depending on the amount of type of data the user should enter.
    If you're interested I could develop such a stamp for you, or you could try to do it yourself... There's plenty of information about it here and there's even an entire book about the subject by Thom Parker.

  • How do I flatten a custom stamp in Acrobat XI?

    I use a custom stamp made from a scanned signature for signing documents.  There was a simple flatten function in the Document menu of Acrobat X that quickly merge the signature into the document.  I do see such a function in Acrobat XI.  I use Windows 7.  Any suggestions?

    By the way, that blog post above doesn't make it clear that this folder isn't created by default when you install Acrobat, so if it's not present, you have to create the ..\Acrobat\Privileged\11.0\JavaScripts folder manually and place the script file there.

  • Users custom stamps dissapear in Acrobat 7.0 Professional

    Hello,
    For some reason our users custom stamps are dissapearing in Adobe Acrobat 7.0 Professional when they close Acrobat, reopen it, and attemp to use the stamp(s) they had previously created. I am not sure if we can upgrade Acrobat because the users documents have to comply with some patch standard at http://www.uspto.gov/. Where would I need to look in order to find out what version/patches http://www.uspto.gov/ supports so I can troubleshoot the problem more effectively?
    Thank you.

    Yes, but i was hoping to be able to convert multiple files through acrobat rather than plot one at a time through autocad. thanks.

  • Adding Custom Stamps in Acrobat Reader X

    I'm wondering how users of Acrobat Reader X can add their own custom stamps to documents. I create collateral for sales people across the U.S. who like to add their own contact information to the pieces. They were doing this by using the custom stamp feature that I enabled using Acrobat Pro 9. One of our sales folks decided to update his Acrobat to the newer version and it doesn't seem to have the same capabilities. I know there is a Signature tool, but that isn't quite the same. Can anyone help me figure this out? I'd appreciate it.
    Thanks.
    Maureen

    Why did you post this in the forum for "Acrobat Feature Requests" ? You may use the forum for Adobe Reader.

Maybe you are looking for