Pen annotation in Acrobat X leads to jagged initial stroke

I'd like to use the freeform drawing tool to mark up PDFs on my tablet, but I'm having a problem with drawing accuracy. For some reason Acrobat takes a split second to recognize that the user is drawing after putting the pen down. For example, rapidly drawing a large circle will produce a straight line from the initial contact point to a point that is something like 20 percent along the circle outline. This makes drawing and writing pretty much impossible.
Is there a setting that I can toggle to improve accuracy / response time? For reference, the Evermap Autoink add-in produces smooth and pressure sensitive annotations within Acrobat, so it's not a problem with my machine.
Alternatives exist, but are not cheap or have issues:
- iAnnotate PDF: near perfect but turns annotations into bitmaps
- PDF Revu is rather expensive
- AutoInk works, but does not allow the user to define custom pens beyond customizing the included 3 or 4 pens
System:
- Acrobat X (10.1.2)
- Win7 X64 Ultimate
- Lenovo X220 tablet, core i7, pen + touch

Yes, I am now back to smooth drawing with the Free Form Pen/Pencil tool in Acrobat using the January 2012 driver. This with my aged Intuos 2 tablet. It was not the case with the earlier September 2011 driver, even though that driver did work fine in Acrobat 9. Since Wacom could fix this with a driver update, I hesitate to log it as being a bug with Acrobat X; it's possible Wacom's earlier driver didn't account for some behavior that got exposed for the first time in Acrobat X. If it were truly an Acrobat X bug I wouldn't think Wacom could have fixed it in a new driver release. I do think Acrobat X does something differently than previous versions and that is tripping up some of the older drivers... added to the interface changes in X that I don't like, I'd personally have been happier upgrading to CS5.5 and keeping Acrobat 9 with its interface and lack of any driver issues, but time marches on ...

Similar Messages

  • How to export annotations in acrobat professional 10?

    is there any way to export annotations in acrobat professional 10? This feature was there in acrobat 9.
    Please do reply ...Its urgent.

    In the Comment toolpane on the right:
    In the comment list, click the last button (Options). Here you'll get all export options.

  • To draw in the pdf using pen tool in acrobat reader x

    hi im using the app.execMenuItem("Annots:Tool:InkMenuItem"); in the javascript of textbox in acrobat pro 9. When i click the text box pen tool is activated and im able to sign in that textbox.
    But in acrobat reader 10.1.2 when i click the textbox its not working . i.e (app.execMenuItem("Annots:Tool:InkMenuItem"); ) is not executing . Is there any other command to get pen tool in acroabat reader x.

    Actaully this code is printing a flower using ink tool. can to modify this
    code so that instead of printing it should display inktool by using which i
    draw my own sign or image etc.
      var inch =72, x0 =2* inch, y0=4*inch;
    var scaledInch=.5*inch;
    var nNodes=60;
    var theta=2*Math.PI/nNodes;
    var points =new Array();
    for(var i=0;i<=nNodes;i++)
         Theta =i*theta;
    points[i]=[x0+2Math.cos(3Theta)Math.cos(Theta)scaledInch,
                        y0+2Math.cos(3Theta)Math.sin(Theta)scaledInch];
    var annto= this.addAnnot(
    thanks,
    sachin

  • My important annotations on acrobat for android are missing! What do I do?

    Help. I annotated some very important documents on my android tablet in acrobat and the annotations have gone missing. How do I get them back!?

    Actually, if you know of any nice PC stores, they could help you with determining what needs to be done. Memory slots are memory slots, whether they are PC or Mac. If you look at the memory already in your computer, how many do you have? If you have two sets of two, then you very well might have no additional slots to put memory in. The lower level Macs did only have four total slots. For instance, my dual 1.8 only has four slots and only supports up to 4GB of RAM. If you have the actual slot that the memory fits in, but the clips that are on the ends of each slot are missing, then you should be fine to add more RAM.

  • Annotations on Acrobat Reader iPad

    On my iPad 2, in some PDF documents, I cannot start annotations at the exact location of my preference; for example, annotations start at the end of the line and this cannot be changed.
    Normally, for most PDF documents, the start and end of an annotation can be moved by the user.
    Here is what I suspect is happening: the starting and ending point of an Acrobat Reader annotation may be moved word by word. This means that the Reader code detects where words break. In some documents (PDF books mostly, I would be happy to provide an example of such a document should it be asked of me) word breaks are not detected correctly.
    It would be great if you could address this issue in a future update.
    Thank you very kindly for your time and kudos on your otherwise EXCELLENT *FREE* Acrobat Reader for the iPad!
    John A. Paravantis
    University of Piraeus
    Greece

    Darf ich vorschlagen, dass Sie entweder einen Übersetzer wie Google verwenden, oder posten Sie Ihre Fragen im Forum in Deutsch: http://forums.adobe.com/community/international_forums/deutsche

  • Pen Tool Shortcut Acrobat 8.0 Pro ???

    Hello,
    We have bought tablet for company to use pencil. We use some shortcut but
    the principal that we want to use is the pen tool and I think that it doesn't
    exist. We use Acrobat 8.0 Profesional. What I want to have is to set 3 differents
    pencils, a red, a yellow and a green one. Can you help me on this.
    Than You

    To use Acrobat with the Tablet PC you'll need a plug-in such as the one detailed in the following blog entry.

  • Need help adding a barcode annotation in Acrobat X with C#

    Hello All,
    I am trying to add a barcode into a PDF document using a new annotation but I can't find a way to set the font.
    Please help and thanks,
    Bob

    I found the field api in the AFORMAUTLib dll.
    Here is what I am trying to accomplish.
    Use C# .Net
    Open a new pdf document that will have multiple single pdf file pages inserted in.
    Add annotations for each sheet that includes a bar code.
    Save the multi page pdf file
    I was able to combine multiple pdfs in PDDoc but I could not add a PDAnnot with a font pointed to my bar code font.
    Thanks for any help you can provide,
    Bob

  • To sign the document using pen tool in acrobat

    hi ,
            I have to draw in the pdf using pen tool in a particular textbox. what i want to do in when i click in the textbox
          it has to go to pdf comment in it, It has to select the Drawing markups and then select pen tool automatically.
             I want a path for it directly . so that a layman can directly click the textbox and pen tool should open . so that he can sign the document
          Thanks,
          sachin.

    Actaully this code is printing a flower using ink tool. can to modify this
    code so that instead of printing it should display inktool by using which i
    draw my own sign or image etc.
      var inch =72, x0 =2* inch, y0=4*inch;
    var scaledInch=.5*inch;
    var nNodes=60;
    var theta=2*Math.PI/nNodes;
    var points =new Array();
    for(var i=0;i<=nNodes;i++)
         Theta =i*theta;
    points[i]=[x0+2Math.cos(3Theta)Math.cos(Theta)scaledInch,
                        y0+2Math.cos(3Theta)Math.sin(Theta)scaledInch];
    var annto= this.addAnnot(
    thanks,
    sachin

  • Acrobat 9 deployment question: error initializing interpreter

    I've tried deploying Acrobat 9 silently at (3) client sites with the same result.  In all cases the installation finishes with this error message:
    Error initializing interpreter: Fatal error
    Further patches from this point on will fail to patch the Distiller component, though a repair seems to fix it.  Here are the things I have tried to far to no avail.  Does anyone have any ideas?
    Deploying with the following command-line options:
    msiexec.exe /i path\to\AcroStan.msi TRANSFORMS=path\to\AcroStan.mst /QB-
    msiexec.exe /i path\to\AcroStan.msi TRANSFORMS=path\to\AcroStan.mst /QB!
    msiexec.exe /i path\to\AcroStan.msi TRANSFORMS=path\to\AcroStan.mst /QR
    msiexec.exe /i path\to\AcroStan.msi TRANSFORMS=path\to\AcroStan.mst /QN
    I have tried this while deploying the following versions:
    Acrobat Professional 9.0
    Acrobat Professional 9.1
    Acrobat Professional 9.2
    Acrobat Standard 9.0
    Acrobat Standard 9.3.1
    I have tried creating an administrative install point as outlined in the deployment guide, but the result is the same.
    I have tried installing manually as a domain administrator and with our software distribution tools.
    I am out of ideas.

    Acrobat is deployed by SCCM => error message
    Manual installation works => No error message
    it seems that the problem comes from SCCM

  • Acrobat XI pro - quits after initial launch

    I cannot use Acrobat XI - I can use all the other products in my cloud - but not XI - it simply refuses to accept any agreement on a blank Adobe Software License Agreement page. Please help - this is driving me insane.

    Try this process
    http://helpx.adobe.com/acrobat/kb/blank-eula-screen-appears-acrobat.html

  • Problem with the pen tool creating a fill when I only want stroke

    Hi,
    I'm having an issue. I am creating a simple spider for a project. Initally I used the pen tool to make legs. It worked for a bit then all the sudden started filling in an area I didn't even draw with color. I'm not sure what I did to cause this to happen. Any help would be appreciated. Thanks

    That shape shows a Yellow fill, probably from the last shape you drew.  If you select the shape and deselect the fill, then your drawing will go back to Black strokes only.

  • Acrobat XI Markup tools always initially locked.

    Is there a way to unlock the markup tools so that they remain unlocked for an entire markup session?  It us very cumbersome to have to unlock a tool for each use of the same tool  on the same page.  Does the automatically-locked tool feature serve a purpose?  For me it is a major obstacle to productivity.  If I select a tool by mistake, I have to unlock it even to remove it from the page.  Ideal for me would be to be able to make the default setting on my computer to be "tools unlocked until I intentionally lock them".  Second choice would be for the user to be able to make "unlocked" the default markup tool setting for a given document and user.  As a minimum, I should not have to unlock each tool more that once during a markup session.

    Thank you Gilad.  It didn't work like that but here's what I did that worked:
    1. Select a tool & place it on the document.
    2. Right click on tool; select properties; click on locked in order to unlock; click on OK.
    3. Right click on tool; select properties; click on "make current properties default".
    4. Repeat for each tool.

  • CS3 export to PDF jagged text

    My file is just text, and it looks beautiful when I print directly from InDesign. However, when I export to PDF, the text has noticeably jagged edges.
    I've tried all the included export settings. I've tried printing to a PDF directly. These all look fine in Acrobat, but lead to the same disappointing results when printed.
    PDF files that I didn't produce, print perfectly from Acrobat.
    What am I doing wrong?

    Michaela
    "I changed the color from "leave unchanged" to "RGB" and the file printed pefectly."
    When you "leave color unchanged" you are effectively telling InDesign that the printer will interpret the color values in the document. When you change it to something else (ie: RGB or CMYK or greyscale) you are letting indesign decide what color values to send so that the printer will print closer to what you see. The caveat is that your monitor must be calibrated so that you are seeing color values consistently. And as far as your monitor is concerned black is a color (RGB 0 0 0).
    Stan Wetherald
    Quality Quickprint
    DeLand, Florida USA

  • Adobe Acrobat X Pro writing text not smooth.

    I use tablet pc for education in university and I try Adobe Acrobat X Pro writing text it not smooth text can you have add-in pen input support or support pen writing (smooth)for tablet pc?

    If you want to annotate the PDF directly on a tablet, use PDF Annotator. The annotation capabilities of Acrobat are poor. You also have to select the erase tool to erase, rather than just turn the pen over. PDF Annotator works the way you would expect annotation to work with a pen. It is also useful if you grade PDFs on the tablet. The only thing I find annoying with Annotator is that the paging is a bit clunky. You should be able to find an educational price for the package, or possibly your school has it under license. There is a 30-day trial if you would like to try it. Most folks here would not dream of annotating with Acrobat for the same reasons you have found.

  • Problem with controlling Annotations from Excel VBA

    Hi,
    I have a PDF document that has plenty of sticky notes attached to it. These sticky notes have been added by multiple authors on all pages of the document. I am trying to import the contents of these sticky notes, their author and the page number to an excel spreadsheet.  I am using Excel 2007 and Acrobat Professional 9.0.
    This is the code that I am currently using to import the sticky notes, but the problem that I am facing is that when I run the macro -
    Same sticky note contents, author and page numbers are imported multiple times
    Not all sticky notes are imported, only some of them appear in the final excel spreadsheet
    When I compare the number of sticky notes to that in the original PDF file, the number is correct. But the content is repeated content and that is the reason why only some of the sticky notes are imported.
    This is an activity that I need to do on regular basis and the number of sticky notes that I need to import to excel may range between 100 to 200. It is really difficult to do this task manually, so an excel VBA macro could prove really helpful.
    Sub ImportComments_Click()
    Dim Fpath As String
    Dim WordObj As Object
    Dim wbkOutput As Excel.Workbook
    Dim iRow As Integer
    Dim i, j, k As Integer
    Dim lRet As Long
    Dim objAcroAVDoc As New Acrobat.acroAVDoc
    Dim objAcroPDDoc As Acrobat.AcroPDDoc
    Dim numPages As Long
    Dim lAnnotscnt As Long
    Dim Subtype As String
    Dim NumComments As Long
    Dim AcroApp As Acrobat.AcroApp
    Dim objAcroPDPage As Acrobat.AcroPDPage
    Dim annot As Acrobat.AcroPDAnnot
    Sheets("Defect Log").Select
    Range("L3").Activate
    Fpath = ActiveCell.Value
    Sheets("Defect Log").Select
    Range("A1").Activate
    i = 0
    Do While (Not (IsEmpty(ActiveCell.Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 1).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 2).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 3).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 4).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 5).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 6).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 7).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 8).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 9).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 10).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 11).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 12).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 13).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 14).Value)))
    i = i + 1
    ActiveCell.Offset(1, 0).Select
    Loop
    iRow = i + 1
    Set wbkOutput = ActiveWorkbook
    lRet = objAcroAVDoc.Open(Fpath, "")
    Set objAcroPDDoc = objAcroAVDoc.GetPDDoc
    numPages = objAcroPDDoc.GetNumPages()
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(0)
    For k = 1 To numPages
    lAnnotscnt = objAcroPDPage.GetNumAnnots()
    For m = 0 To lAnnotscnt - 1
    If lAnnotscnt = 0 Then Exit For
    Set objAcroPDAnnot = objAcroPDPage.GetAnnot(m)
    If (objAcroPDAnnot.GetContents <> "" And objAcroPDAnnot.GetSubtype = "Text") Then
    Cells(iRow, 5).Value = k
    Cells(iRow, 2).Value = objAcroPDAnnot.GetContents()
    Cells(iRow, 11).Value = objAcroPDAnnot.GetTitle()
    iRow = iRow + 1
    End If
    Next m
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(k)
    Next k
    lRet = objAcroAVDoc.Close(1)
    Set objAcroAVDoc = Nothing
    Set objAcroPDAnnot = Nothing
    Set objAcroPDPage = Nothing
    Set objAcroPDDoc = Nothing
    End Sub

    Make sure you are current with 9.x patches, just on general principles.
    The code seems fine – nothing jumping out at me.
    You can also look at using the JSObject methods and trying this via the JavaScript stuff – that will give you more access to the Annotation information…
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 24 Nov 2011 04:25:12 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Problem with controlling Annotations from Excel VBA
    Problem with controlling Annotations from Excel VBA
    created by apreeti<http://forums.adobe.com/people/apreeti> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4044740#4044740

Maybe you are looking for

  • AP Supplier Open Interface

    I have a question about the Suppliers Open Interface. I am doing an R12 Conversion and Interface I designed the Conversion fine...but the interface logic confuses me a bit. I am aware most of the code will be the same. Maybe someone with working know

  • Problem in WIP Config...

    Dear Experts, I have few doubt on Costing related config. 1) For WIP- I am going to assign all my consumption and activity secondary cost element under COP lineid under Assignment of cost element of WIP and Result analysis. Here i am consfused regard

  • Missing information on form

    We have an issue with some of our adobe forms in which data has been entered by the user but is not populating when the form is brought up or printed. Has anyone run into this before and if so how did you resolve this issue.  This is affecting numero

  • ABAP short dump error while creating an invoice

    Hi All, We are creating a delivery(Unit is EA) for the material for which the Unit Conversion is maintained as 1CS = 48 EA. So while creating a delivery If I maintain the delivered quantity is less than 24, I am not able to create an invoice.It's thr

  • Reordening table columns

    I found a document (1085012.1) on metalink that show how to reorder columns and rows in a table to improve the performance. There is a script to identify the "Out of order ratio %". I have identified a table that has 66.8%, I have followed the instru