PDF merge limitations...

I have a question for the Acrobat gurus. I can merge multi pdfs up to 106 pages. My problem is that we deal with high page count media and I am having issues with merging anything over 106 PDFs into one at a time. When Acrobat is merging, it hits page 107 and closes itself out of the program. I have tried this with different PDFs thinking I could be running into a corrupt file, but I get the same result everytime.  Any ideas?

Perhaps it is the difference between the iPad 1 & 2 and another original iPad user will be so kind as to test as you did?  The PDFReader Pro documentation, in discussing problematic PDF formats, suggests opening the file with Preview on a Mac and doing a "Save As..." to convert to a more iPad friendly version of the file.  I tried that but it didn't work.  I also tried a complete reset of the iPad which similarly failed.  I mis-stated my problem with the other attachment: it was not a 2 page outline as a Mail attachment, but rather a large single page poster of over 3 MB. The iPad 1 seems to be able to handle large multi-page PDF files as onely one page at a time needs to be rendered: It just seems to choke on large complex pages.
I actually moved-up from an Apple ][ to the 128K Mac in 1984.  My current iMac appears to be the same vintage as yours.  Curious as to the upcoming refresh of the MacBook Air with Lion as it might be a solution to the screen-size and other limitations of the iPad and probably will boot and run much faster than my "oldest iMac to support Lion" model.

Similar Messages

  • Issue with PDF merging

    Hi,
    I am doing PDF merging using using assembler. But the issue is after merging some of the fields of pdf are non editable. Can some one tell me why this is happening.

    Please upload your document and ddx.

  • Automator for PDF merge with variable

    Hi - very new to automator, but now very motivated to find a solution to this annoying problem.
    I have to scan expense receipts each week and upload them 1 by 1 into a client time & expense system. I don't think Automator can help me with this one.
    A second system requires all the expense receipts to be merged into a PDF and a 3rd copy emailed to an approver.
    This is what I would like automator to do:
    From my Expenses folder, where all my individual PDF's are located
    I select all my distinct PDF's for a particular week
    Using an automator service, right click style
    Using 'Ask for Text', I would enter the "Week of"
    My selected PDF's are merged into 1 PDF, with the name = "Week of <VAR>"
    Mail starts (can't figure out how to use Gmail in a browser in Automator)
    Creates a message to the approver guy with the merged attachment from #5 above
    Sends the message
    Quits Mail
    I can get the automator to run without the variables trick...but it really would save a lot of time if I could just key it in once (instead of #filename, #email subject, #body of the message).
    I also tried looking up the UUID for the variable and inserting it into the email body and subject line - but it didn't take.
    Can anyone help with this?
    Many thanks
    bforeste

    Can't help you with automator, but you can create an app with the applescript below that will do what you want.
    Procedure:
    1. Open the Applescript Editor by typing Apples in the spotlight search field and hitting 'return' on your keyboard.
    2. Copy the entire script below and paste it into the Editor window.
    3. Hit 'Command-K' on the keyboard and ensure there are no compiler errors. If there are, please look at the script and see if one part of it was highlighted. Report back what part of the script was highlighted and any error messages.
    If the compile didn't produce an error, then:
    4. Hit 'Command-S' on the keyboard, choose a snazzy name ("PDF merger" or something...) and a location to save it in (your Apps or Desktop folders).  Be sure to change the 'File Format:' to Application at the bottom of the Save screen before hitting 'Save'.
    5. The first time you run the app (you run it by double-clicking on it, like any other App), you'll be asked to put in the details manually. On subsequent runs, it will fill in the defaults for you. I haven't set up the default locations for looking and searching for the files as I'm not sure where they would be on your system. I can do that if you tell me the path from your 'home' or user directory.
    Also note, I've written the script so that it doesn't send the message until you've reviewed it. i.e., you might want to double check you've attached the correct file, or add a message. If you want it to send automatically without review change the following lines near the end of the script:
    change the line 'set visible to true' to 'set visible to false'
    change the line 'save' to 'send'
    property defaultFolder : ""
    property msgSubject : ""
    property theRecipient : ""
    property theWeeklyname : ""
    property outputFile : ""
    getInfo()
    mergePDFS()
    sendMail()
    on getInfo()
              display dialog "Type the recipient's email address: " default answer theRecipient
              set theRecipient to the text returned of the result
              delay 0.25
              display dialog "Set the subject of the message: " default answer msgSubject
              set msgSubject to the text returned of the result
    end getInfo
    on mergePDFS()
              display dialog "Please choose the files to merge…" default button "OK"
              set inputFiles to choose file of type "PDF" with multiple selections allowed without invisibles
              delay 0.25
              display dialog "Please choose a folder to save the merged PDF…" default button "OK"
              set outputFolder to choose folder
              delay 0.25
              display dialog "Type the name of the combined pdf (without the .pdf extension): " default answer theWeeklyname
              set theWeeklyname to text returned of the result
              set outputFile to (outputFolder as text) & theWeeklyname & "(" & (count of inputFiles) & ").pdf"
              set pdfFiles to ""
              repeat with p in inputFiles
                        set pdfFiles to pdfFiles & " " & quoted form of POSIX path of p
              end repeat
              do shell script "/System/Library/Automator/Combine\\ PDF\\ Pages.action/Contents/Resources/join.py " & "-o " & quoted form of POSIX path of outputFile & pdfFiles
              return outputFile as alias
    end mergePDFS
    on sendMail()
              tell application "Finder"
                        set theAttachment to outputFile as alias
              end tell
              tell application "Mail"
                        set newMessage to make new outgoing message with properties {subject:msgSubject, content:"" & return & return}
                        tell newMessage
                                  set visible to true
      make new to recipient at end of to recipients with properties {address:theRecipient}
                                  tell content
      make new attachment with properties {file name:theAttachment} at after the last paragraph
                                  end tell
      save
                        end tell
              end tell
    end sendMail

  • Adding PDF Security attributes while PDF Merge

    Hi,
    I am trying to merge multiple pdf document and want to secure the output using pdf security attributes.
    Is there a way to achieve this while pdf merge ?
    (I am able to do so while generating the pdf using FO Processor but not while merging existing pdf files.)
    Thanks in Adavance
    ~neeraj

    Hi Neeraj
    What API are you using to merge the documents ?
    If you are using PDFDocMerger you can use the setConfig method on the API to set the password.
    Regards, Tim

  • PDF Merge in Publication of Web Intelligence

    Hi ,
    Is it possible to do PDF merge in Publication of Web Intelligence documents in BO Xi 3.1
    Thanks.

    Hi,
    You can-not merge the two pdfs in publication by default. It might be possible through SDK.
    You can look for some 3rd party tool for the same feature.
    Regards,
    Rohit

  • PDF Merge software on Server side

    Hi,
    Do you use any PDF Merge software on Server side that combines the many PDF files (originally from Broadcaster) into one PDF? This final PDF file should have the Table of Contents with the corresponding page numbers. Therefore, this software should stamp the page number sequentially on the final PDF.
    Please recommend it and the environment where it resides (Windows server/AIX/Linux). Thanks in advance for your help.
    Regards,
    Ba

    I used 2 modules from PDFlib on Linux with Perl to merge PDF files and the modules are:
    1. PDFlib+PDI
    2. PDFLib TET
    Ba

  • LockWindowUpdate() is our friend + better PDF merging

    Hi,
    We're building eBooks from hundreds of pdfs. This is a problem for Acrobat because such large numbers of input files are apparently way beyond current design specs.
    A problem comes up when combining files via FILE >> Create PDF >> Merge Files into a single PDF...
    When you point to a folder with hundred or thousands of PDFs the GUI bogs down simply because the listbox updates itself after every new file.
    The first improvement is very easy for the Acrobat developers. They simply need to wait to drive the list box updates until after the file name gathering is done. This is easily accomplished with the Win32 API LockWindowUpdate(). This could easily reduce the time to load big file lists to just 5% or less of
    Once the filenames are populated on the COMBINE FILES dialog the processing is horribly slow because the Warning/Errors column need to be updated for each file. I, for one, could easily do without that column. A simple report at the end of the process would much faster.  I'm running a job of 2700 files on a dual core 2.6 ghz box and it will problably take an hour. My guess is upwards of 90% of those CPU cycles go into listbox updates.
    Another happily simple minded approach would be to allow the user to point to a text file with all of the paths. Acrobat would read that and provide very lightweight process indicators. The file with the paths could be very simple with just one path per line. Wildcard processing would be nice. Of course, this should run with the lightest possible process indicators. The COMBINE FILES dialog should not be used.
    ---ebook_merge_source.txt---
    c:\pdfsource\ebook_cover.pdf
    c:\pdfsource\front_matter_1.pdf
    c:\pdfsource\front_matter_2.pdf
    c:\pdfsource\preface_1.pdf
    c:\pdfsource\TOC_1.pdf
    c:\pdfsource\content_1.pdf
    c:\pdfsource\content_10001.pdf    (yes, that's 10,000 pages)
    c:\pdfsource\conclusion.pdf
    This would be a low cost addition that many people would readily appreciate.  The idea of using simple files for persisting source file selections is as old as the hills and it would serve the Acrobat audience well.

    Hi,
    We're building eBooks from hundreds of pdfs. This is a problem for Acrobat because such large numbers of input files are apparently way beyond current design specs.
    A problem comes up when combining files via FILE >> Create PDF >> Merge Files into a single PDF...
    When you point to a folder with hundred or thousands of PDFs the GUI bogs down simply because the listbox updates itself after every new file.
    The first improvement is very easy for the Acrobat developers. They simply need to wait to drive the list box updates until after the file name gathering is done. This is easily accomplished with the Win32 API LockWindowUpdate(). This could easily reduce the time to load big file lists to just 5% or less of
    Once the filenames are populated on the COMBINE FILES dialog the processing is horribly slow because the Warning/Errors column need to be updated for each file. I, for one, could easily do without that column. A simple report at the end of the process would much faster.  I'm running a job of 2700 files on a dual core 2.6 ghz box and it will problably take an hour. My guess is upwards of 90% of those CPU cycles go into listbox updates.
    Another happily simple minded approach would be to allow the user to point to a text file with all of the paths. Acrobat would read that and provide very lightweight process indicators. The file with the paths could be very simple with just one path per line. Wildcard processing would be nice. Of course, this should run with the lightest possible process indicators. The COMBINE FILES dialog should not be used.
    ---ebook_merge_source.txt---
    c:\pdfsource\ebook_cover.pdf
    c:\pdfsource\front_matter_1.pdf
    c:\pdfsource\front_matter_2.pdf
    c:\pdfsource\preface_1.pdf
    c:\pdfsource\TOC_1.pdf
    c:\pdfsource\content_1.pdf
    c:\pdfsource\content_10001.pdf    (yes, that's 10,000 pages)
    c:\pdfsource\conclusion.pdf
    This would be a low cost addition that many people would readily appreciate.  The idea of using simple files for persisting source file selections is as old as the hills and it would serve the Acrobat audience well.

  • In Lion, PDF Merge is different way

    After installed Lion, when preview any PDF file, there is no more sidebars.
    How to merge PDF files?
    Or in Lion, is done differently ?
    Many thanks
    TM

    Mac OS X v10.7 Lion  ( I have only tried this on Lion )
    Hay guys try this, pic any number of pdf's from your mac open each one in a separate preview page, open up the side bar as explained by leroydouglas then drag the sidebar icon onto the other preview pdf ( please note that under lion you don't see the blue line appear I'm not sure if its only me or just an observation on my machine)  keep doing for as many you need to merge, then go to print, bottom left corner save as pdf, it will create another preview pdf with all sidebar previews as one, this is under Mac OS X v10.7 Lion
    Works great on Lion.  excuse my explanation but im not a great writer, thanks enjoy.

  • PDF merge

    All,
    I want to export two reports as pdf files from the same bqy document, then try to merge the two pdf file into one out side of Brio.
    if you have done this before, please share me your experience.
    Thanks,
    Alice

    You can do it manually through the use of a Full/Standard version of Adobe Acrobat. You will need to have it installed on your PC.
    Another option might be through the use of JOOLE. You would need to research OLE automation of Acrobat. You would still need to have a Full/Standard version of Adobe Acrobat.
    Wayne Van Sluys
    TopDown Consulting

  • PDF Printing Limitations FOP & Cocoon?

    Iam trying to export a report with more than 500 rows into a pdf.
    Iam using fop + cocoon and the pdf is broken with more than 500 rows.
    Are there any limitations when exporting to pdf?
    Iam using cocoon-2.1.11
    and tomcat 5.5
    Does anyone knows whether apex itself makes the limitations or cocoon/fop?
    Is there any possibilty to export only the shown rows? (the result has 500 rows, but it shows only the first 200, can i export these first 200?)

    Hello,
    We have produced reports with way more than those numbers of rows so I don't think that is the problem.
    Are you sure there's no potential issues with the data itself? Try exporting the XML for the report query and looking through to see if you have any potentially problematic characters in there.
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd

  • How to create PDF Merging Template with Buttons & javascript?

    I am trying to create a PDF template that has buttons that request a file or email be inserted as you progress through the document.
    There will be a drop down menu that has options for different types of "customers", each type of customer will show a different set of buttons.
    Each button, once clicked will prompt for a PDF document to be inserted. Each button will be labeled what it requests. For example, "Receipt", "Title", "Insurance Policy" etc. The documents will need to be merged in the order they were received via the buttons.
    In the end, after all the buttons have requested the specific file, it will merge the selected files into one PDF document.
    Does anyone have some insight or ideas on how to get started on this? I am sure Java script will be involved.
    Thank you! Your help is appreciated!

    Hi Travis ,
    You are absolutely correct ,to get more accuracy ,you will certainly have to use java script to get this task done.
    However if you want to add buttons ,you can do it from Acrobat.
    Tools>Interactive Objects>Add Button
    Please check the button properties if it reduces your work to any extent .Go through all the options and see how it goes.
    Regards
    Sukrit Dhingra

  • Is it possible to do PDF merging/splitting functions in command line?

    Hi,
    Currently we are merging the hundreds of PDF files using Acrobat User Interface and we're trying to automate this process using command line scripts. Does Adobe has built-in this capability in the Acrobat or any other Product?
    Thanks

    This patch should do what you want;
    From f273bbd559b453e0af5a038b3bb8f3111272f9a7 Mon Sep 17 00:00:00 2001
    From: Phillip Smith <[email protected]>
    Date: Tue, 30 Apr 2013 09:00:21 +1000
    Subject: [PATCH] makepkg: add support for CARCH environment var
    Add support for overriding configuration in /etc/makepkg.conf and
    ~/.makepkg.conf by setting the environment variable CARCH similar to
    how SRCDEST and PKGDEST behave.
    scripts/makepkg.sh.in | 2 ++
    1 file changed, 2 insertions(+)
    diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
    index da620a4..50bf41d 100644
    --- a/scripts/makepkg.sh.in
    +++ b/scripts/makepkg.sh.in
    @@ -2604,6 +2604,7 @@ trap 'trap_exit USR1 "$(gettext "An unknown error has occurred. Exiting...")"' E
    [[ -n ${SRCEXT} ]] && _SRCEXT=${SRCEXT}
    [[ -n ${GPGKEY} ]] && _GPGKEY=${GPGKEY}
    [[ -n ${PACKAGER} ]] && _PACKAGER=${PACKAGER}
    +[[ -n ${CARCH} ]] && _CARCH=${CARCH}
    # default config is makepkg.conf
    MAKEPKG_CONF=${MAKEPKG_CONF:-$confdir/makepkg.conf}
    @@ -2703,6 +2704,7 @@ PKGEXT=${_PKGEXT:-$PKGEXT}
    SRCEXT=${_SRCEXT:-$SRCEXT}
    GPGKEY=${_GPGKEY:-$GPGKEY}
    PACKAGER=${_PACKAGER:-$PACKAGER}
    +CARCH=${_CARCH:-$CARCH}
    if (( ! INFAKEROOT )); then
    if (( EUID == 0 && ! ASROOT )); then
    1.8.2.1
    EDIT: https://bugs.archlinux.org/task/35030
    Last edited by fukawi2 (2013-04-29 23:11:27)

  • Issue with PDF Merge

    Hi,
    Thanks in advance. I have an issue when I merge pdf files in Acrobat 9. Please see the attached Screenshot below. The issue seems very strange. Few of files in the merge list reads "Can not convert this file ... from the list"
    Please help. I need to solve them immediately.
    With many thanks,
    Saravanan

    The two most common reasons why a file would receive such a warning: (1) The file follows a particular standard (e.g., PDF/A or PDF/X) and would no longer comply with the standard if merged. (2) The file has security or a signature applied, and it would lose its integrity of part of a merged PDF
    I think more info might be shown if you opened the warning window wider (not sure about whether this is specified in the warning).

  • PDF Merge - merged report ages are not continuous but starting in new page.

    Hi,
    we tried using - FOUtility.mergeFOs(java.io.Reader[] foReaders, java.util.Properties prop) to merge and create a single PDF file but its not working as expected.
    Issue:
    The space of output pdf page 1 is discarded and the second merged file always starting in new page.
    Input:
    Report1 having 1 page
    Report2 having 2 pages - (another description )
    Expected Output PDF:
    Page 1 ( report1) , Page 1( report 2's page1 and continues ) to page 2(report 2)
    Actual Output PDF :
    Page 1 ( report 1), Page 2( report 2's page1), Page 3 ( report 2's page 2)
    Issue:
    The space of output pdf page 1 is discarded and the second merged file always starting in new page.
    Anyone faced this issue before, if yes, how did you solve it ?
    Thanks,
    Ayaps

    The output is a chm file. I am compiling as MS HTML Help
    under RoboHelp x5.
    After doing a little more trail work, I have noticed some
    other "strange" happenings. I can get the porjects to merge, but
    from the TOC all of the articles open in a new window. From the
    index, however, they all open as they should--in the topic frame
    from the main window. Not sure why that is.
    For a brief synopsis, here is what I have at this point:
    A "master" project file that includes:
    One new project for a section that is
    complete.
    One project from the existing documentation.
    I am not sure if I need to have the window definitions for
    each project would impact this or not.
    Through trial and error, I have narrowed down the problem to
    the original documentation project. If I remove it from the TOC and
    generate the project, the new topics display as they should.
    I will keep testing and see what I came come up with. If you
    have any idea as to what I might change in the original
    documentation to get it to work just let me know.
    Thanks for all your help!
    Aaron

  • Variable Form Data - PDF Merge Issue

    I created a VB program, using Acrobat 5 and the FDFToolkit, that took variable data and populated a form and saved it.  It then populated another form and then saved it. Each form is a set of cards 9-Up double sided.
    When this process completed it merged the pages together.  It works fine Acrobat 5, but I can't seem to use it with any other version.  Now, each individual fdf and pdf have the correct data, but when I merge them each page is identical.  Where might I be going wrong?

    For the most part, I just added the following at the appropriate places within my code and it works great in Acrobat X now.
    Bernd - Thank you very much for the direction.
    Dim oJS as Object
    set oPDDoc = createobject("AcroExch.Pddoc")
    set oJS = oPDdoc.GetJSObject
    oJS.flattenpages

Maybe you are looking for