I need to add an attachment to a pdf form from the SBA it is OIC_TABS_NGPC_nl.pdf

I need to add an attachment to a pdf form from the SBA it is OIC_TABS_NGPC_nl.pdf

Do the people who made the form SAY you can add an attachment? If not, do not consider it. The form will probably be read by a computer, so it will only look in the form fields provided.

Similar Messages

  • Need help creating a fillable PDF form from a Word Doc coverted to PDF

    Hello, I recently switched from the downloaded program to the monthly "subscription type" of adobe "cloud".  Previously, I was able to select in "Tools" the option to insert blue text boxes in my PDF where customers could fill in  info and return to me.  Now, I can no longer find this option on the Adobe Reader XI. Am I missing something?

    You're using Reader instead of Acrobat... Only Acrobat can edit PDF files.

  • Read PDF form from email attachment

    Hope someone is able to help on this one...
    We are using a pdf form at work to gather some feedback and the user will be submitting the form via email...
    Using outlook 2003 I had a crack at writing a vba module to read the pdf form from the email attachment to update into an excel spreadsheet
    Is it possible to read pdf forms from the email attachment with outlook vba? Or does the attachment need to be saved to a directory first?
    I have in the past done a vba module to save the pdf form attachments to a directory and then using acrobat and it's in-built form data collection tool and exported as a csv, but this feedback form will be an ongoing thing that will be updated daily - and to minimise handling would like to run the outllook macro that reads straight from the email attachment instead of doing another 3 or so steps...
    Below is the snippet I am using - it's a mashup of different code I've found on the net
    Sub Feedback()
        On Error GoTo Feedback_err
        'Dim ns As NameSpace
        Dim objNS As NameSpace
        'Dim Inbox As MAPIFolder
        Dim objFolder As Outlook.MAPIFolder
        'Dim SubFolder As MAPIFolder
        Dim objExcel
        Dim oBook
        Dim oSheet
        Dim gApp As Acrobat.CAcroApp ' In Tools > References > Checked all Acrobat Libraries in VBA > Tools > References
        Dim pdDoc As Acrobat.CAcroPDDoc
        Dim jso As Object
        Dim Item As Object
        Dim Atmt As Attachment
        Dim filename As String
        'Dim i As Integer
        Dim myOrt As String ' Added 13/1/2010
        Set objApp = CreateObject("Outlook.Application")
        Set objNS = objApp.GetNamespace("MAPI")
        Set objFolder = objNS.PickFolder
    ' Check subfolder for messages and exit of none found
        If objFolder.Items.Count = 0 Then
        'If SubFolder.Items.Count = 0 Then
            MsgBox "There is no Feedback emails in this folder.", vbInformation, _
                   "Nothing Found"
            Exit Sub
        End If
    ' Check each message for attachments
        Set objExcel = CreateObject("Excel.Application")
        Set oBook = objExcel.Workbooks.Open("G:\Path\Filename.xls")
        Set oSheet = objExcel.Worksheets(1)
        oSheet.Range("A2").Select
        Set gApp = CreateObject("AcroExch.App") ' make acrobat session
        Set pdDoc = CreateObject("AcroExch.PDDoc")
        Set jso = pdDoc.GetJSObject ' set the Javascript object via this way we can fill in the PDF document fields
        For Each Item In objFolder.Items
            For Each Atmt In Item.Attachments
                If Right(Atmt.filename, 3) = "pdf" Then
                    Do
                    If IsEmpty(objExcel.ActiveCell) = False Then
                        objExcel.ActiveCell.Offset(1, 0).Select
                    End If
                    Loop Until IsEmpty(objExcel.ActiveCell) = True
                        objExcel.ActiveCell.value = jso.getField("CurrentDocDate").value
                        objExcel.ActiveCell.Offset(0, 1).value = Item.Session.CurrentUser
                        objExcel.ActiveCell.Offset(0, 2).value = jso.getField("txtJobNo").value
                        objExcel.ActiveCell.Offset(0, 3).value = jso.getField("rbStatus").value
                        objExcel.ActiveCell.Offset(0, 4).value = jso.getField("rbFeedback").value
                        objExcel.ActiveCell.Offset(0, 5).value = jso.getField("txtComments").value
                End If
            Next Atmt
        Next Item
        oBook.Save
        objExcel.Quit
    Feedback_exit:
        Set Atmt = Nothing
        Set Item = Nothing
        Set objNS = Nothing
        Set pdDoc = Nothing
        Set objExcel = Nothing
        Set jso = Nothing
        Exit Sub
    ' Handle Errors
    Feedback_err:
        MsgBox "An unexpected error has occurred." _
            & vbCrLf & "Please note and report the following information." _
            & vbCrLf & "Macro Name: Feedback" _
            & vbCrLf & "Error Number: " & Err.Number _
            & vbCrLf & "Error Description: " & Err.Description _
            , vbCritical, "Error!"
    Resume Feedback_exit
    End Sub
    I get a vba error 91 "Object Variable or With  block variable not set"
    Cheers
    Ben

    hi Phani,
    with regard to your problem I would suggest you to please go thru this link.
    Hope this would be helpful to you.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/offline%20interactive%20pdf%20form%20using%20e-mail.pdf
    Thanks,
    kris

  • Looking to send an e-mail using 365. I need to add an attachment.

    Here is what I has so far and I am very close. I have tried many things. I added
    $attachment = New-Object System.Net.Mail.Attachment("XXXXX")
    But didn't work. The script below works for me I just need to add an attachment.
    $EmailFrom = "XXXX.com"
    $EmailTo = "XXXXX.com"
    $Subject = "Testing"
    $Body = "Thisisatest"
    $SMTPServer = "XX.XXX.XXX.XXX"
    $SMTPClient = New-Object Net.Mail.SmtpClient("Thisissmtp")
    $SMTPClient.EnableSsl = $true
    $SMTPClient.Send($EmailFrom, $EmailTo, $Subject, $Body)

    Hi,
    What was in your 'XXXXX' (not exactly helpful, btw)?
    Take a look at this article, which has an example of how to do this:
    http://www.techrepublic.com/blog/windows-and-office/send-an-email-with-an-attachment-using-powershell/4969/#.
    Reference:
    http://msdn.microsoft.com/en-us/library/system.net.mail.attachment%28v=vs.110%29.aspx
    EDIT: Also, why not just use
    Send-MailMessage?
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • Deauthorised some computers and need to add this one but I continue to get the error message

    I have deauthorised some computers and need to add this one but I continue to get the message: You cannot authoize more than 5 devices………

    Try to reload the page with F5.

  • How to add a photo to a pdf form via the iOS app

    How do I add a photo to a pdf form via the iOS app?  I need to fill out a form for work using field observations and photos.  I can easily fill out the text portions of the form but I'm unable to add the photos from my phone.  Is this possible?

    Does the form have a provision to insert images (e.g. a Browse button)?
    [topic moved to iOS subforum]

  • Do I need to pay again when I download past purchases from the app store?

    Do I need to pay again when I download past purchases from the app store?

    Bare with me...I need to explain the situation first.
    I purchased an external harddrive and with the help of phone support, I moved some(most) of my itunes stuff to that hard drive. However, when I sync my iphone, it occasionally says something like..."did not sync song because it could not be found".
    When I typed in the finder thing at the top right corner of my screen (spotlight?), I searched for itunes media. I found one file but it doesn't show me it's location. So I started looking (I'm still new to this) but I think I found 2 itunes media folders...1 on my imac harddrive and the other in my external harddrive.
    After reading some of the online posts regarding downloads, I discovered that it is possible to redownload something you purchased before and NOT be billed again. I know that when I download an app in my iphone and then delete it, if I go to download it again, it tells me i already downloaded it and can download it again for free...so no problems there.
    However, my interest is to greatly reduce the amount of "stuff" I have in my external harddrive as well as my internal harddrive. But before going into my external harddrive and deleting all 8 seasons of 24...which is something like 250gigs, I wanted to test the theory. So I looked for something cheap that I downloaded. I would then delete that and then go into the itunes store to redownload it again.
    One thing I also want to mention, I read that there should be a purchased tab in my itunes store. Either I don't have it, or don't know where to look. One other thing I read is that it might be not available to me based on where I live. I live in Toronto, Ontario.
    Back to what I did. I deleted an episode of Wallace and Gromit (kids show). Then went in itunes to download the same episode. When I checked my account information...it shows that I was just charged for that download...AGAIN! Now granted it was only $2.99...apparently this doesn't need to be the case.
    So...going back to the 2 itunes media folders. I checked my system preferences and saw that itunes was set to save downloads here.../users/"my name"/music/itunes/itunesmedia.   This folder is on my imac. However, the Wallace and Gromit video was on my external. So when I deleted it, I removed it from my external drive.
    So here's what I have done so far...I went into the system preferences and proceeded to change the path to my external harddrive.
    Now...before I go and delete something else...am I doing things correctly?
    Also...what should the path be in itunes? I suspect it should be to my imac so that anything I download, downloads successfully to my internal harddrive...and then I drag and drop into my external...
    I also want to mention that I have a time capsule as well. So basically...I want to keep my imac and time capsule free of as much media as possible...My computer and timecapsule each have 1 TB and I nearly maxed them out...I take alot of home videos with an HD camera...I had no idea how much that would add up.
    Any help would be greatly appreciated.
    Thanks

  • Is there an anti-malware add-on that will make Firefox disconnect from the internet by mistakenly clicking on an infected link!?

    Just wondering if there is an anti-malware add-on that will make Firefox disconnect from the internet by mistakenly clicking on an infected link!?

    In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
    *Click the Firefox button at the top left, then click the ''Help'' menu and select ''Troubleshooting Information'' from the submenu. If you don't have a Firefox button, click the Help menu at the top and select ''Troubleshooting Information'' from the menu.
    Now, a new tab containing your troubleshooting information should open.
    *At the top of the page, you should see a button that says "Copy text to clipboard". Click it.
    *Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
    If you need further information about the Troubleshooting information page, please read the article [[Use the Troubleshooting Information page to help fix Firefox issues]].
    Thanks in advance for your help!

  • I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically. Can some one out there help me?

    I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically.

    Update automatically under which circumstances, exactly?

  • Unable to open large PDF file from the Attachment list.

    Hi Gurus,
    Users had attached 10 PDF file in the work order attachment list and his supervisor is trying to open the PDF file from the work order attachment list and he is able to open 9 PDF files without any issue, but 1 PDF file is giving the error message as "Database error for <GET DATA FROM KPRO>" and then select ok, we are getting the below message.
    Window cannot find u201CC/Documents and Settings/b2m/SaoworkDir/5015851 Vendor data sheets B&P 2010 SDown XXX .PDFu2019. Make sure you typed the name correctly, and then try again. To search for a file, click the start button, and then click serch.
    Looks like this particular file is not transferring to the SAP work directory.
    Could you please check and suggest us as to how to fix it.
    Thanks & Regards,
    Srivas

    Hi,
    Thanks for your reply.
    We verified  your OSS notes it's not relevant to us Because our issue is while opening the PDF aatchement it is not transferring to my SAP Work Directory because of that reason we are getting the KPRO error. When I'm opening the other PDF files it's transferring to my SAP Work Directory and it's automatically open without any issue.
    Please check and suggest.
    Thanks,
    Srivas

  • How do I add multiple songs to an existing playlist from the (no longer called) Library? Highlighting multiple songs and clicking the "Add to" button will only add the with the little arrow, not all the highlighted ones!

    How do I add multiple songs to an existing playlist from the (no longer called) Library? Highlighting multiple songs and clicking the "Add to" button will only add the one with the little arrow, not all the highlighted ones! I am using the "new" iTunes.

    For the moment there isn't a way for us end-users to control what is "matched" or "uploaded." That is purely a result of Apple's server-side algorithms.
    To re-add multiple songs at once simply highlight all the songs you want to re-add, then right-click (or Control+click) the list and choose "add to iCloud."

  • Hi i haven't updated my iDVD seen 2005 and to get the new one i need 7.0.4 first and i downloaded it from the apple website and when i go into the updating process its says "An eligible iDVD application was not found in the location /Applications." why"

    Hi i haven't updated my iDVD seen 2005 and to get the new one i need 7.0.4 first and i downloaded it from the apple website and when i go into the updating process its says "An eligible iDVD application was not found in the location /Applications." why

    Because you need to buy iLife 08 or newer on DVD first. If you're using iDVD 05, you probably have a PowerPC Mac and can't use iLife 11.
    (69573)

  • Need some help with downloading PDF's from the net.

    need some help with downloading PDF's from the net.  Each time I try to click on a link from a website, if it takes me to a new screen to view a pdf, it just comes up as a blank black screen?  any suggestions?

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • How to I add Camera Raw presets I've downloaded from the internet?

    How to I add Camera Raw presets I've downloaded from the internet? I have a mac and I use Creative Cloud.

    Presets are stored under Library>Application Support>Adobe>Camera Raw>Settings. Install them there. Once done, load the settings:
    Benjamin

  • Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Albums are not places to store photos, they're more like "labels" you can apply to photos to better organize them. A single image file can be in multiple albums... they are not copies, it's simply been labelled as being in all those albums. So what you're trying to do doesn't make sense, because it's based on incorrect assumptions.
    The iPhoto library will always show all photos that you have added to iPhoto.

Maybe you are looking for

  • HT204347 Has anyone ever booted from an external drive? System 10X6+

    Has anyonetried to boot computer with removable drives? or any body knows? My super drive broke down. I replaced it with external.  How do you boot from this drive. Pressing "C" is ineffective? don't have another Mac, so Target Disk Mode is not an op

  • Adobe: Please reopen this bug SDK-30917

    Currently in Flex 4.5.1 if you set the VideoDisplay source over and over, each time the memory usage of the runtime (e.g. ADL.exe) increases. After a while the memory usage drops to about 50MB or so and starts increasing again. However, this time whe

  • HT204089 facing issuess with wifi sync on my pc. it is nt connecting to my iphone 6

    wifi sync is not working on my itunes with my iphone 6

  • SAP Management Console and Services

    Good morning everyone, I am trying to understand more about the services used by the SAP System, the order in which they are / need to be started. First I have a precise question regarding what appears to be, to me, as a discrepancy between the SAP M

  • Schemas and pcr's

    Hello every body,                   i am little bit confused about  schemas and pcr's could someone tell me a website or any document where i can understand them easily.   Thanks srikanth