Problem moving pages within a pdf

I have been working with a fairly large document (around 1500 pages) and it is impossible to re-order the pages.  An example: I will drag page 12 to page 2, and when I release the mouse button, the page will be at page 18.  Inserting from a file leads to the same results.  I will insert pages from the insert file dialog, set it to "First" (meaning I want the pages at the beginning of the document), and the pages will be inserted at page 10 or so.  I am using Acrobat X Pro.  I would greatly appreciate any help with this.

I presume you are using the Pages Pane in the Navigation Panel for your page dragging.
With such a large PDF, you may also want to Embed the Thumbnails at least while you are moving the pages around.  This will help to speed up the 'refresh' of the pages in the Pane.
Expand the Pages Pane, click on the Gears icon and select Embed All Page Thumbnails.
Since this does increase the file size to the PDF, once you are finished, go back to the Gears and select Remove Embedded Page Thumbnails and then save.
In addition to the possible corruption, the location in where the pages are ending up makes me wonder about this possibility, too.
Hope that helps.

Similar Messages

  • Hyperlink from within a Word Document to a specific page within a PDF document.

    I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on, but less
    often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.

    I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on,
    but less often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.
    I am not a Word guru, but I don't think you can run a macro from a hyperlink. But you can create an active X label that runs a macro when clicked. You can use the following macro to go to a specific page in a PDF file.
    Sub OpenPDFPageView(DisplayPage As Integer)
    'In order to use the macro you must enable the Acrobat library from VBA editor:
    'Go to Tools -> References -> Adobe Acrobat xx.0 Type Library, where xx depends
    'on your Acrobat Professional version (i.e. 9.0 or 10.0) you have installed to your PC.
    Dim PDFApp As AcroApp
    Dim PDFDoc As AcroAVDoc
    Dim PDFPageView As AcroAvPageView
    Dim PDFPath As String
    Dim DisplayPage As Integer
    PDFPath = "C:\Users\doudou\documents\test1.pdf"
    'Set the page you want to be displayed
    'DisplayPage = 3
    'Initialize Acrobat by creating App object
    Set PDFApp = CreateObject("AcroExch.App")
    'Set AVDoc object
    Set PDFDoc = CreateObject("AcroExch.AVDoc")
    'Open the PDF
    If PDFDoc.Open(PDFPath, "") = True Then
    PDFDoc.BringToFront
    'Maximize the document
    Call PDFDoc.Maximize(True)
    Set PDFPageView = PDFDoc.GetAVPageView()
    'Go to the desired page
    'The first page is 0
    Call PDFPageView.GoTo(DisplayPage - 1)
    'Set the page view of the pdf
    Call PDFPageView.ZoomTo(2, 50)
    End If
    Set PDFApp = Nothing
    Set PDFDoc = Nothing
    On Error Resume Next
    'Show the adobe application
    PDFApp.Show
    'Set the focus to adobe acrobat pro
    AppActivate "Adobe Acrobat Pro"
    End Sub

  • Go to a specific page within the PDF

    Hi,
    I try to figure out how to make a link to another page within the PDF doc.
    I tried with a button, but cannot specify the page number where I want the link.
    Does anyone can help me to make a link on a specific page within my doc?
    thanks

    This article should be of some help: http://acrobatusers.com/tutorials/how-do-i-link-button-specific-page-my-pdf-document

  • Is it possible to give each page within one pdf document a specific set of print settings?

    I have a complex document (catalogue) that requires printing. There are several different printer settings required and each one is specific to each page within the document. For instance pg 1 is single sided in colour, page 2-3 is duplexed in b&w, page 3-8 is duplexed in colour, etc.... Is it possible to give each page within the pdf document a given set of print settings and then print the entire document as a whole?

    Hi jennyskop
    I assume that is not feasible ...You need to give the print command again and select the respective pages and their settings !

  • HT2506 After I save my pdf document, the links to different pages within the pdf take me to the wrong page. How do I fix it?

    After I save my pdf document, the links to different pages within the pdf take me to the wrong page. How do I fix it?

    May you please elaborate... How are you creating the pdf documents (procedure, software, etc.)? How are you inserting links into your documents?... etc., etc.

  • Looking for a way to re-organize pages within a PDF document....

    Hello All.....
    First time posting here and a new user to Acrobat X Pro so bear with me as I try too explain my issue. I receive via email, a weekly PDF report for work that contains up to 200 pages in each file. Each page is basically a "Lead" that contains, in order of importance as they relate to me; an upcoming date in time and Trustee information. When I open up this file the pages are listed in chronological order by date only and cover a time-period of about 5 days. The trustees information is randomly placed through-out the document, so pages 1, 3, 5, and 10 may be one trustee and pages 2, 4, 6, and 9 may be another trustee. Complicating matters is there are upwards of 12 trustees information spread through-out every report. So..... if the 1st 50 pages of this PDF document are for 3/6/2012, all of the trustee's information is randomly scattered through-out these 50 pages. Make sense?? Here is what I am attempting to do.....
    First, I am extracting all of the pages of this report that have the SAME DATE and creating a new file. When this is done the extracted pages are then deleted out of the original file. If the original report contained information covering 4 days, at the end of this step I have 4 new files; and this is where I am getting hung up. What I was hoping to do now, is go into each file and rearrange the pages to be in order of the Trustees information. I have tried the "Advanced Search" function which will allow me to search the entire file for a trustees information, which works. I just can't figure out if there is something I can do after that. I would't even mind creating another file similiar to what I am doing above for each trustee, but unfortunately that extraction only works if the pages are in 1,2,3... chronological order. Going through and extracting each page one-at-a-time would be cumbersome and time consuming at best, so that is not an option. Does anyone have any thoughts?? And please feel free to ask me for more information. I was hoping to be able to upload a sample page of this report for you all to see, but it appears that you can't upload a PDF file... Go figure!! Thank you for your time.....
    Justin

    There are several ways to handle a task like this, and a custom script is certainly one of them.  It looks like you are using a Mac, though, so that will limit your options somewhat.  As a result, I'll stick with Acrobat's native features for a solution.  I am going to assume that you have Excel, though, as it's the real key to solving this problem.  Notepad can be substituted for any text editor.
    My understanding is that you want to end up with a document that contains the entries for each particular Trustee, listed in chronological order.  It's not clear to me what specific form your output document should take, but I'll give you enough information to solve the problem, and you can adjust from there. 
    First, rather than deal with the problem by date, I would do it by the Trustee's name, instead.  They're already in chronological order, so no need to reinvent the wheel.  Someone did that work for you!  So, in the advanced search function you're already using, search for all of the Trustees at the same time with a multi-term search.  You can create this in a text file that you can re-use in the future.  Next, save the results to a CSV file.  Open the CSV in Excel, and delete all of the extraneous content except for the "page" and "seach instance" columns, which should ultimately occupy columns A and B, starting at row 1.  Next, sort the search instance column (Trustee names) either A to Z or Z to A (however you want them grouped for output), and then by page number, in asecnding order.  This will leave you with a new page order from which you can extract the pages that contain your Trustee names, which will inherently be in chronological order.
    Next, take the column of page numbers, copy, and paste special, transposing the data into a single row on a new worksheet in Excel.  Delete the initial worksheet, then save the CSV.  Finally, open the CSV file with Notepad, and you'll see that you now have a row of page numbers, separated by commas.  Copy that data and paste it into the pages field of the print dialogue in Acrobat, which will allow you to print those specific pages, in that specific order, to a new PDF.  If you had a page splitter script (like the kind try67 makes) or plug-in, that would be a little more efficient, but either way take you to the same place.  
    In the end, you'll have a subset of the pages in your original, 200 page PDF, "sorted" by Trustee, with each Trustee's data sorted chronologically.  If you want to break them out by Trustee, just create a bookmark at the first page of each Trustee's data (perhaps referring back to the CSV in Excel) and split the file out by bookmark with Acrobat. 
    I have used similar methods to complete tasks that range from impractical to impossible in my book, "The PDF Litigation Guide."  Hope that helps!   
    Jason Covey
    PDF Litigation Solutions, LLC
    http://www.pdflitigationguide.com

  • [CS4/JS] Problem moving pages -- they're losing their connections to sections

    I've encountered something I think might be a bug in InDesign.  It's actually not strictly a scripting problem -- I discovered it while debugging a script, but it happens in the user interface as well.  The easiest way for me to explain it is with a script, though.
    The problem is this:  When you have two pages that have the same page number but different page number styles, and one of them is the first page of the document, and they're both the beginning of their own sections (and continueNumbering is off for both), they should stay the way they are when you move them, but they don't.  The page that was first and is now second loses its connection to its section, and becomes an automatic page number following the first page.
    The following script will set up just such a document and illustrate the problem:
    // Start a new document with two pages, each the start of its own section.
    // They are each page 1, but one of them is numbered with Arabic numerals,
    // the other with lower-case Latin letters.
    var doc = app.documents.add();
    var page1 = doc.pages[0];
    var section1 = page1.appliedSection;
    section1.continueNumbering = false;
    section1.pageNumberStart = 1;
    section1.pageNumberStyle = PageNumberStyle.ARABIC;
    var pageA = doc.pages.add(LocationOptions.AT_END);
    var sectionA = doc.sections.add (pageA);
    sectionA.continueNumbering = false;
    sectionA.pageNumberStart = 1;
    sectionA.pageNumberStyle = PageNumberStyle.LOWER_LETTERS;
    alert ("At this point we should have a document with two pages, " +
              "numbered 1 and a.  The page numbers are fixed, " +
              "so that if we move them, they should stay 1 and a.");
    page1.move(LocationOptions.AFTER, pageA);
    alert ("Now look at what happened:  we did a simple " +
              "page1.move(LocationOptions.AFTER, pageA); " +
              "and page1 lost its section and is " +
              "being automatically numbered after pageA.");
    I realize this is sort of an obscure scenario, but I'm trying to write a script that takes pages from different documents and fixes the page numbers (i.e., makes them all the beginnings of their own sections and turns off continueNumbering) and puts them together in one new document in order of page number.  I want it to cover all possible situations, so it might as well cover the one I'm describing above.

    hello marc,
    thanks for your answer.
    In my anchoredObjectSettings I only set the Option Keep Within Top/Bottom Column Boundaries (as true).
    That's why the object is moved until a certain point and then the movement has no effect.
    In fact the object is moved and the overlapping is compensated many times.
    if I have look into the indesign document while running the script, the object in fact moves.
    for this i don't see a reason why the geometricbounds do not change because of this?
    thanks.
    franzi_ska

  • Why can't I edit certain pages within a PDF?

    I use acrobat pro to edit powerpoint presentations that have been turned into PDFs. In some documents, certain pages won't let me select images using the edit text & images function ( normally if you hover over, a blue outline appears, indicating something you can select but nothing happens one these slides), and I can select the add text tool and create a text box, but whatever I type in it doesn't show up. I've tried switching back and forth between the selection tool and the hand tool, but that doesn't make a difference.
    I have tried adding sticky notes on these pages, which seems to work, but often makes the program crash before I can save what I wrote.
    Thanks in advance for any help.

    They are lecture notes, originally powerpoint files and converted to PDFs and posted online. If I didn't have editing permissions, I don't think I would be able to edit any of the pages, but it is only certain ones within editable documents. It seems to be tied to documents having a lot of images, which also make adobe crash very often.

  • Moving pages in pdf-file Acrobat X

    Is there another methode of moving pages in a pdf-file then drag / drop?
    It takes ages to scroll past ± 200 pages.
    Thanks

    Thanks for the replies.
    My solution at this moment is:
    - maximize the thumbnail window
    - reduze the thumbnail size until the pages are still recognisable
    - make sure the moving pages and location are "in sight"
    - select the pages to move
    - drag the pages to their new location.
    It would be nice when one could use CTRL-X and CTRL-V.
    But this will do also.
    Regards.

  • Linking to specific pages within several other pdfs

    My source pdf has ~700 references and I need to create a link to each reference (target pdfs).  There are hundreds of target pdfs and the source document references different pages within each of the target pdfs.  The target pdfs need to contain the entire document and not just the cited pages.  What I am doing is creating a link and selecting opening a file.  What I am not able to do, is assign a page number to this link so that a certain page will appear instead of page 1.  I understand that you can set the initial view with file properties, but that will not work as I would then have to create a pdf for each link and there are far too many references to do that.  Here is a sample "Reference at pp. 2, 4, 6." and in this sample I want a separate link for each reference that will go to page 2, page 4 and page 6 (again I need the entire document for reading purposes for these links and not these specific pages).

    Please refer : http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml

  • How can i rearrange pages in a pdf?

    I  have a subscription for CreatePDF.  IS there a way i can rearrange pages in a pdf?

    Hi 01txlonestar,
    The CreatePDF service does not have the ability to re-arrange pages within a PDF. For this function, you'll need Adobe Acrobat.  We offer a 30-day trial of Acrobat Pro here: http://www.adobe.com/go/tryacrobatpro
    -David

  • Adding the file name to each page of a pdf

    I need to find a script that will allow me to add the file name of a pdf to each page within the pdf. I need the file name to appear in one of the corners of the pdf.
    for example if the file name is 001.pdf then I need to somehow attach that so it appears in one of the corners of ach page within the pdf
    I have to do this for 20,000 pdf files so any help would be massively appreciated.
    thanks
    Jim

    I assume you have Acrobat Pro for editing, although you don't say.
    This should get you started by showing how to extract the name of one file (that you have selected) in the Finder and then to pass this to a JavaScript that is executed by Acrobat:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;">
    tell application "Finder"
    set theFile to selection as alias
    set theTitle to name of theFile
    end tell
    tell application "Adobe Acrobat Pro"
    open theFile
    --now add theTitle to the bottom/centre of all pages
    do script "this.addWatermarkFromText({ cText: \"" & theTitle & "\", nFontSize: 12, nHorizAlign: app.constants.align.center, nVertAlign: app.constants.align.bottom, nVertValue: 12});"
    --uncomment one of these options
    --close document 1 saving no
    --close document 1 saving yes
    end tell </pre>
    I just noticed that you want the name in a corner - just change the word 'center' to 'left' or 'right'
    Message was edited by: Bernard Harte

  • Link to page within PDF file.

    Hi all,
    We have some large PDFs that we currently store on an apache server. Because of the number of pages (over 33,000) we created sort of an index page using html that users could quickly search in and then select a name that is a link to the correct page in the PDF. This worked like a charm. We are working to move the old website that was on the apache server into Vibe. I haven't been able to get the setup we have for the large PDFs to transfer into Vibe as the PDF will open using the permalink, but the PDF just opens to its first page. Following is an example of the link from the apache server.
    http://www/Notices/2012/MVCTax201205....PDF#page=1905
    We just took the permalink and added the #page=1905 to it. As indicated, it opens the PDF, but only to the first page.
    Does anyone know of some way to make this work, or is it likely to be impossible within the constraints of Vibe? I would really like to just be able to search the PDF using Vibe's indexing, but it appears either size or format is an issue. Any other thoughts on how this could be accomplished would be appreciated as well.
    Thanks, Don.

    Thanks for your response Erik. I think I had already increased these, but I need to confirm as I may have missed something.
    Don..
    >>> On 19/02/2013 at 2:26 PM, in message <[email protected]>, e-ebell<[email protected]> wrote:
    I can't help you at the moment regarding your "PDF#page" problem.
    But increasing the max size of a document's index and the number of
    words and terms to be indexed per document is well documented. You just
    have to find the section in the docs ;-)
    Here we are: '4.12.4 Increasing the Number of Words That Are Indexed
    for Each Document'
    (http://www.novell.com/documentation/...c.html#bxirext)
    You should adapt your settings for lucene.max.fieldlength,
    doc.conversion.size.threshold and
    doc.max.text.extraction.size.threshold. I can't tell which settings
    might fit in your case as you are using extraordinary large documents.
    Just give it a try ;-)
    HTH
    Cheers
    Erik
    Erik Ebell - Novell Partner, TTP Member
    Code and Concept - Enterprise 2.0 & Innovative IT
    ('www.codeandconcept.de' (http://www.codeandconcept.de))
    ShareOnVibe - The Productivity Booster for your Vibe platform!
    ('www.ShareOnVibe.com' (http://www.ShareOnVibe.com))
    e-ebell's Profile: http://forums.novell.com/member.php?userid=37635
    View this thread: http://forums.novell.com/showthread.php?t=464259

  • PDF export problem in Pages/Keynote/Preview

    I am having some problems with PDF exports (and "Print as PDF")  from Pages (as well as Keynote and Preview).  Here is my situation:
    I am creating a PDF of a barchart+legend from the program Mathematica.  I suspect the way the exported PDF is formatted is that the chart and legend are two blocks within the PDF.  This PDF opens perfectly in Preview and Adobe Reader, and imports perfectly into Pages and Keynote.  However, when the Pages/Keynote document is exported to PDF or printed to PDF, the resulting file opens fine in Preview but not in either the Mac or Windows version of Adobe Reader (part or all of the image fails to appear with a generic "An error exists on this page, please contact the author of this document to correct this problem" error message).  This also happens with the PDF is exported/printed as PDF from Preview itself - the resulting file opens fine in Preview but not with Acrobat.
    Any suggestions?  While I could reconstruct the barcharts individually in Pages itself, for the sorts of documents I'm working on I could easily have dozens of PDFs to import for a single project, and it's much easier to export the files from Mathematica as the analysis is done than rebuild each one from scratch.

    As far as I know, there is no provision for such settings in these programs.
    Developer documentation for ICC colour management in Firefox 2, Firefox 3 and Firefox 3.5, see below. Firefox 3 has ICC colour management disabled by default. Firefox 3.5 has ICC colour management for images within which there is embedded an ICC source colour space profile. It is possible to set Firefox to colour manage the application windows as well as images with embedded ICC profiles. The developer documentation discusses how to do this in what sounds suspiciously like a command line / terminal tool, and also how to point Firefox 3.5 to the display profile. This in turn sounds suspiciously like Firefox 3.5 is unable to talk to the system level service and ask for the display profile automatically.
    Camino and Opera ... I'll pass. I suspect it's more of the same mess.
    /hh
    Reference:
    https://developer.mozilla.org/En/ICCcolor_correction_inFirefox

  • How do I link to an anchor point  within a web page from within a PDF

    Hello,
    Can someone tell me how to link to an anchor point on a webpage from within a PDF?
    I created a page in Word and when i add my url with the # to reference the anchor eg. www.google.com/web#test1 and test the link it all works fine. I then create a PDF of this same page however the PDF seems to strip out the URL and looks to reference a file #test1.
    Any suggestions, ideas?
    Thanks

    see this post near the top . . . if you're using framesets you will scroll to the bottom of the page to see what they posted there.
    http://forums.adobe.com/message/628872#628872

Maybe you are looking for

  • Day's Supply

    Hi All, I have one query on day's supply calculations. Suppose stock as on date( 05-12-08) for a material is 1 1st Requirement which is on (09-12-08) for the material is 4 Then what should be the day's supply. As per the help 'The range of coverage i

  • How to generate a form based on PL/SQL-procedures instead of tables?

    Hi all, I'm trying to generate a form based on a package, which has procedures for insert/update/delete/select. In Forms, this is no problem. It is unclear to me how to do this in Oracle Designer (10g). Online Help of Designer doesn't clear things up

  • Change Vendor Number on Invoice

    We are seeking ways to better control changes to vendor numbers when inputting an invoice based on 3 way match.  We are especially concerned about situation where the PO has already had a receipt, and the vendor number is changed. Does anyone have a

  • Setting slide choices in iPhoto 11

    I'm making a slideshow in iPhoto 11 using the Scrapbook theme. Is there any way to choose how many photo display per page? Some have 1, 2 or 3.  It doesn't seem like I have any control over how many appear together.. but would really like to.

  • Airport G5 iMac Xbox 360 wirless problem *Please Help*

    Hi - I was hoping that somebody might be able to give me a few hints about how to get Xbox 360live to work on a wireless network with my G5 imac. I want the Xbox running downstairs with the iMac upstairs. I have tested it wired and it works fine. But