Submitting PDF package

Hi,
I have combined 2 pdf document into a PDF package. And I would like to submit the whole package as PDF thtough a Submit Button. But acrobat only submits the pdf which is in the view. How can I submit all the package?
Thanks

I know you posted this question long back, just wondering where you able to fix this issue, I am having the same as yours,
I just posted today in this forum, http://forums.adobe.com/thread/722510, Can you please let  me know If you have any suggestions
Thanks

Similar Messages

  • Issue printing PDF Packages

    I'm having issues printing PDF Packages.Clients have contacted us stating that our PDF Packages don't print properly. Essentially they were only able to print the "coversheet" and nothing else. I ran some test scenarios and noted that PDF Packages print feature behaved differently depending on several criterias:
    how it was viewed (ie: desktop, Firefox browser, IE browser)
    what Adobe Reader Plugin
    what command was used to access print feature (ie: file>print, ctrl + P, print icon)
    So far I've noticed that Adobe Reader utilizes two versions of the Print Dialog Box. The first one shows four choices for "Print Range" (All, Current View, Current Page, Pages...) seems to always be misconfigured and does not print as intended. The second one I've noticed seems to limit your Print Range choices (All, Current View) which usually works.
    This seems to be an Adobe bug. This Print Bug exists on both Acrobat 8 and 9, and the bug may or may not exist depending on how you view the "PDF Package" (ie: Desktop, Firefox, IE).
    If you open the PDF Package on your desktop and view via Adobe Reader for the most part it prints as expected for "Print Current Documents" or "Print All Documents". Although the "Print Range" is misaligned (ie: "Print All" behaves as "Current View", "Current View" behaves as "Current Page".
    If you open the PDF Package on a browser with an Adobe Reader plugin, a different scenario occurs.
    You might experience that you're locked into printing only the "coversheet" of the PDF Package.
    And again your "Print Range" might be misaligned.
    In Adobe Reader 8, a dropdown appeared when you selected "File>Print" or the "Print Icon". The dropdown then gave you an option to "Print Current Documents" or "Print All Documents". Which basically provided you an option to print the entire "PDF Package" or choose to print only a section of the "PDF Package".
    In Adobe Reader 9, the option to choose between "Print Current Documents" or "Print All Documents" was removed.
    In fact I started to document the instances to see if its an isolated issue and it looks like it fails to print (as intended) 60% of the time. Of the 40% that does print as intended... it looks like half the time the "Print Range" is misconfigured.
    Also, I've noticed that Reader utilizes two different "Print Dialog" boxes.
    The testing scenario I set up was that you can print in three different ways:
        1. File>Print
        2. <ctrl + P>
        3. <print icon>
    Three ways to view the PDF package:
        1. Download PDF Package & view on your desktop via Adobe Reader
        2. View PDF Package on Firefox w/ Adobe Reader plugin
        3. View PDF Package on Internet Explored  w/ Adobe Reader plugin
    My computer is using:
    XP Pro SP3,  Acrobat Reader 9
    I've also spot tested on:
    XP Pro SP3, Acrobat Reader 8
    Vista, Acrobat Reader 8
    Any Ideas?

    Hi Greg,
    Since this is sytem defined settings that you are trying to implement, I presume that the INI changes ought to be done in FSISYS.INI rather than the FSIUSER.INI.
    Apart from that most of your INI changes look fine as we are also using pdf as our Output type. Please find the INI change swe have implemented in our system for printing pdf.
    Device = ..\Print\Prt.pdf
    Bookmark = Yes,Page
    Compression = 0
    DownLoadFonts = Yes,Enabled
    LanguageLevel = Level2
    Module = PDFW32
    PageNumbers = Yes
    PrintFunc = PDFPrint
    PrintType = PDF
    SendOverlays = No,Enabled
    SendColor = Yes,Enabled
    PrintViewOnly = No
    SplitText = No
    SplitPercent = 50
    TextCommentOn = FORMSET
    Papersize = 0
    FontCompression = 1
    Hope this is helpful.
    Thanks,
    Akhil

  • Can no longer print multiple files from a PDF package

    Prior to our upgrade to Acrobat Pro X, we had the ability to print multiple files within a PDF package.  We would simply select the files we wanted to print, say print and it would print them all.  It no longer does so, although it still allows us to select multiple files and to select ALL from the print menu but then it only sends the first file to the printer.
    We have tried it on both Windows XP and Windows 7 and it won't work correctly on either one.
    Does anyone have any ideas?  This is very frustrating as these packages are created by folks bundling their e-mail messages to send to the fileroom for printing and filing in the official case files.  With the old method we were able to quickly print out all the messages without attachments, and then would only have to individually print those messages that had attachments.  As stands now if we get a package with 100 messages in  it we will have to select and print each file individually instead of being able to print the 75 without attachments as one print job and then only have to do the seperate handling for the remaining 25 with attachments.
    Any and all suggestions are welcome.

    I'm using windows 7. The Acrobat that came with the Adobe Creative Suit 4 is Adobe Acrobat Pro. When I am on a web site that has a page in PDF I click on the printer icon and the print page comes up but the preview side is blank and will not print the page.

  • How to open a pdf package in browser when multiple files are bound together.

    Hi,
    I have to open a pdf package in browser that contains multiple pdf files any suggestions will help me a lot.
    Thanks.

    It shows me a page says "Multiple files are bound together in this PDF package"

  • Can't Open PDF Package In Adobe Acrobat Reader 9.3

    Yesterday, I created a PDF Package of about 30 documents. When I attempt to open the package using Adobe Acrobat Reader 9.3, I get the Data Execution Prevention pop-up message saying that the file cannot be opened. Does anyone have any thoughts on why this is happening?

    Have not tried that yet. It was next on my schedule. I have another project that I'm working concurrently, but will have some time later today and will try that. Will post the results. Thanks for the suggestion.

  • Using Submit buttons in multi document pdf package

    I have several pdf files (forms) each with a Submit (pdf) button. I also have the files together in one pdf package file. This might sound like a stupid question but will clicking on any of the Submit buttons on any of the pages in the file send the entire pdf package file to the recipient?
    Thanks.

    Well I did think after that it must seem silly that I didn't try tt, however, I actually don't have the Submit buttons there yet. I am in the middle of a project and I'll trying to decide whether it's practical or not for me to go back and add Submit buttons to all of the files. I thought I'd throw the question out there to save myself the time.
    So I guess I'll just have to try it, unless someone out there knows something I don't know.
    One thing I noticed on a file that I do that the Submit button on is that when you click it, nothing appears to happen, so it could confuse the user. It actually creates an email with the file attached, but it doesn't bring the email client window to the front, so the user could think nothing has happened. That's what I thought when I first tried it.
    thanks.

  • How to search in a pdf package via command line

    How can I search a specific PDF file within a PDF package via the command line? Previously I have used the following code in VB6 to search a single PDF file successfully.
    acroPath = String(128, " ")        'initialise this string
    resultStatus = FindExecutable(pdfPath, vbNullString, acroPath)
    acroPath = Replace(acroPath, vbNullChar, "")        'Get rid of the null character
    acroPath = """" & Trim$(acroPath) & """"
    cmdLineString = acroPath & " /n /A ""search=" & searchString & """ " & pdfPath
    Call Shell(cmdLineString, vbNormalFocus)
    I now receive this file as part of a PDF package, so how can I amend the command line to search the specific file within the package?
    I only have Reader, not the full blown Acrobat version.
    Vas.

    Sorry forgot to say that I am using Acrobat Reader 8.1 on Win XP SP2
    Vas.

  • Can I Link To Another File In A PDF Package?

    In an effort to create an inexpensive linked technical manual, I put the manual and related systems manuals and drawings into a PDF Package. But I would like to be able to link between a page of the technical manual, and another manual or drawing within the package. Can I do that, and if so, how?

    I'm sorry I don't have an answer for you other than to say it's a grim future for Spry.   Adobe abandoned the framework late last year with no plans for future development with it.
    Nancy O.

  • Is it possible to link to a specific file in a PDF "package"?

    I'd like to link to a specific file in a PDF "package" from a web page. Is this possible?
    Thanks.

    No. Here's the most recent documentation on what is available: http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open _parameters_v9.pdf

  • Working with a PDF package

    I've got a (fairly) simple PDF file that is a PDF package.
    I can't seem to find any information how to 'get' at the PDFs within the package (for printing).
    I have this code to print a simple PDF:
        Dim PDF2 As Acrobat.CAcroPDDoc
        Dim av As Acrobat.CAcroAVDoc
        Set PDF2 = CreateObject("AcroExch.PDDoc")
        'Open main PDF document
        'Plain PDF document:
        PDF2.Open "G:\plain.pdf"
        'PDF document as a package
        'PDF2.Open "G:\packaged.pdf'"
        'Print just the first page of the file to the default printer
        Set av = PDF2.OpenAVDoc("Title")
        av.PrintPagesSilentEx(1, 1, 0, 0, 1, 0, 0, 0, 0)
        av.Close True
    For the file 'packaged.pdf', how do I print the first page of the first PDF inside it? Or all the pages of all the PDFs?
    The IAC developer guide at http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_developer_guide.pdf?bcsi _scan_A4C9E8056B19D97F=0&bcsi_scan_filename=iac_developer_guide.pdf
    doesn't even mention packages.
    Neither does the IAC API reference at http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_api_reference.pdf?bcsi_s can_A4C9E8056B19D97F=0&bcsi_scan_filename=iac_api_reference.pdf
    What am I missing?
    Thanks for any help.
    Peter

    You may have to use the JSObject interface, which will allow you to open the attached files, which are data objects. See the Acrobat JavaScript documentation, starting with the "dataObjects" document property and go from there. For printing, see the "print" document method.

  • Possible to enter hyperlinks or other type of interfile links that function within PDF Package?

    We deliver our product as a PDF Package. The only apparent benefit is slightly enhanced search function and file navigation and more 'professional' appearance. BUT the huge downside is the loss of hypertext links between files.
    Our product comprises 90 modules all functioning seamlessly via a "Cartesian join": every module to every module. In this way, the collection of PDFs emulates a Help product when NOT packaged and when located in a single folder. User can navigate information (interfile) via hypertext links.
    Once packaged the hypertext links do not work, and even worse (i think I recall) display as errors in the PDF, so hyperlink field codes must be removed versus left in the file latent, in order to create the Package.
    We removed > 5000 hyperlinks in order to package the PDFs. Now I am unsure of the benefit. The loss of dynamic links between files greatly reduces usability as users must follow hard text references to other files, and must locate the target section manually by clicking bookmarks and searching on key words, in the PDF Package. Feels like the dark ages of print.
    Can anyone suggest a workaround (any type of link functionality) that enables links that dynamically open target file, when user clicks linked text IN A PDF PACKAGE (where PDFs have been packaged using the Create Package function)?
    We would like to restore that functionality to our PDF deliverable while still delivering as a Package.
    Thanks in advance for any responses.

    I read where PDF Package was introduced in Acrobat 8. I am using Acrobat Pro 9. I went from 7 directly to 9 so I've never seen Acrobat 8. It appears to me that PDF Package you refer to has been replaced with PDF Portfolio because I don't have the option when combining files to create a package. Are you using Acrobat version 8?
    I create all of my links between PDFs using an Acrobat plug-in called Compose. It has an option that allows for relative links. I've never used Word to link between documents so I don't think I can be of help. I have used InDesign for that purpose and they work for me. I do not combine my PDFs into a "package" or a "portfolio" per se. They remain as separate files just like they were on the system I created them on. I burn them to a CD, folders and all, and use bookmarks and links to navigate between all of them.
    I think we are doing two completely different things so I wouldn't be much help. Sorry.
    Glenn

  • Sending submitted pdf with notification

    Hi we only need to get submitted pdf forms for us to process and it is a real pain to have to go and download them one by one.  I have set up the notify me if we have a form. Is there anyway it could send that form directly to me with the notification?
    Tania

    Hi Tanya;
    I agree, this is a very good feature for us to add.  It is not yet a supported but it is on our radar, there is a Feature Request on our "Ideas" page that you can add your vote to here:  http://forums.adobe.com/ideas/1984
    Thanks,
    Josh

  • Best web browser for submitting PDF forms

    Is there a preferred web browser for submitting PDF forms, or can recipients submit the form via any of the common browers like Explorer, Firefox, Chrome, etc.?

    We support all of the major browsers: Internet Explorer, Firefox and Chrome.
    Thanks
    Roman

  • Adobe X and PDF Packages

    I previously used Adobe 8 Standard to create PDF packages, I can't seem to find the feature in the new Adobe X Standard.  Can anyone help point me in the right direction?
    Thanks

    They are now called Protfolios.
    PDF Portfolio basics with Acrobat X by Kurt Foss
    Put it in a PDF Portfolio with Acrobat X by Donna Baker

  • Initial View for PDF Package

    I've created a PDF Package. I'd want to make sure that the documents in the package display on the left-hand side of the document pane when someone opens the PDF Package. There doesn't seem to be any option for that under File > Properties > Initial View. How can I make sure that the links to the individual files that make up the Package are showing when someone opens the Package?

    Default documents in PDF Portfolios - see my old blog.
    Showing the bookmarks panel (by changing the Document Properties) should work for a standalone file, but it won't change what's shown on the previews in a Portfolio.

Maybe you are looking for

  • HELP PLEASE - No Smiley

    Hey there, Usually I am pretty good at fixing little problems, but this one is a toughy and I have no idea what to do. When I receive a BBM my phone vibrates and it flashes red (as it is supposed to) however, there is no smily face letting me know I

  • b Urgent.Doubt in Scripts regarding itcsy.

    Hi All, I have the requirement to modify the Standard Script (F140_ACC_STAT_01) and Print Program name is (RFKORD10) to add three fields  at item level to display to print <b>Due Date ,Past Due and PO# number </b>.for these fields i am using <b>RF140

  • Advance Payment and part recoveries

    Hi All, Right now we are using the advance payment functionallity of FI module. ( F-47 and F-48). Now if i want to recover the advances in parts, how can the information for this recovery of advance can be given to accounts dept. Is it possible to gi

  • How to access the datagrid in one mxml in another component

    I have a datagrid in a.mxml. when click on the add button, it comes to a b.as file (not a class) to do some things and then, b.as call a popupwindow (c.mxml) to add a row into table (call backend). After I added the row to database table successfully

  • My video renders with lines. What do I do?

    Hey Guys, I edit with Final Cut Pro 10.0 all the time using footage from my Canon 7d DSLR. Today im editing footage from an Sony NEX 5R. I tried using the speed up effect as I normally do, and during editing everything looks normal. Its after having