How to create multi page PDF file of AI mode saved file?

Hi all...

Nice day!

I wish someone can help (response) me on the recording of the AI file in PDF format as a multi-page view.

I have log in the following adobe the instraction, but still can not very well how to choose the Save < type > as multi-page,.

* Selact 'Multi Create PDF' page is something when the wrong?

My goal is to see in Adobe Reader as scroll Multi page1 page2 and page3.

Help, please...

Best regards

David Chan

David

What version of the AI you have you're Mac or Windows?

What version of Acrobat?

Tags: Illustrator

Similar Questions

  • ¿Dear sirs, I can create with 'Photoshop Elements 12', a multi-page PDF file? I can create a file 'pdf', but not several pages. Thank you

    Gentlemen of ¿Dear,

    I can create a multi-page PDF file with 'Photoshop Elements 12'?

    I can create a file 'pdf', but not several pages.

    Thank you

    Valentin Uriarte

    Unfortunately, the last few versions of PES are much less talented to work with multi-page files, and you can do this in PSE 12.

  • What software do I need to divide a wilting of the multi-page pdf file. For example 10 pages in a document and I only need to have page 8

    What software do I need to divide a wilting of the multi-page pdf file. For example 10 pages in a document and I only need to have page 8

    Adobe Acrobat (not Adobe Acrobat Reader).

  • Create a single high image of a multi-page pdf file

    I would take a multi pake pdf file, and have all pages "joint" from top to lower edge to create a single image of high. I am a teacher and I currently do this by hand, I can then annotate the entire page and croll down to an entire document inside Photoshop.

    Here's an example: I have a 4 page pdf. Currently I opened the PDF in PS, I find myself with 4 images; I adjust the size of the vertical Web of one of the images to be 4 times its original size, then one by one, I copy the content of each image to this new high image and move the layer vertically below the other. The result means a 1024 x 6400 pixel image.

    I would like to be able to simply open the PDF with a script and get this all done in one step.

    Any help is appreciated.

    Could you give a try this?

    // opens all pages of pdfs cropped to trimbox with set settings;
    // 2011, use it at your own risk;
    #target photoshop
    var pdfOpenOpts = new PDFOpenOptions;
    pdfOpenOpts.antiAlias = true;
    pdfOpenOpts.bitsPerChannel = BitsPerChannelType.EIGHT;
    pdfOpenOpts.cropPage = CropToType.TRIMBOX;
    pdfOpenOpts.mode = OpenDocumentMode.CMYK;
    pdfOpenOpts.resolution = 150;
    pdfOpenOpts.suppressWarnings = true;
    pdfOpenOpts.usePageNumber  = true;
    // dialog for pdf-selection;
    var theFiles = app.openDialog();
    if (theFiles) {
    // change pref;
         var originalRulerUnits = app.preferences.rulerUnits;
    // change pref;
         var originalRulerUnits = app.preferences.rulerUnits;
         app.preferences.rulerUnits = Units.PIXELS;
         for (var m = 0; m < theFiles.length; m++) {
              var theFile = theFiles[m];
              if (theFile.name.slice(-4) == ".pdf") {
                   var thePdf = openMultipagePDF(theFile);
    // arrange pages;
                   var theHeight = thePdf.height;
                   thePdf.resizeCanvas(thePdf.width, theHeight * thePdf.layers.length, AnchorPosition.TOPCENTER);
                   for (var n = 0; n < thePdf.layers.length - 1; n++) {
                        thePdf.layers[n].translate(0, theHeight * (thePdf.layers.length - n - 1))
                        };
                   }
              else {alert ("not a pdf-file")}
              }
    // reset pref;
         app.preferences.rulerUnits = originalRulerUnits;
         };
    ////// function to open all pages of a pdf //////
    ////// influenced by PlaceMultipagePDF.jsx //////
    function openMultipagePDF(myPDFFile) {
    // suppress dialogs;
         var theDialogSettings = app.displayDialogs;
         app.displayDialogs = DialogModes.NO;
         var myCounter = 1;
         var myBreak = false;
         while(myBreak == false){
              pdfOpenOpts.page = myCounter;
              try {
                   var thePdf = app.open(myPDFFile, pdfOpenOpts);
                   thePdf.flatten();
                   thePdf.layers[0].isBackgroundLayer = false;
                   thePdf.layers[0].name = myPDFFile.name+"_"+myCounter;
                   if (myCounter == 1) {
                        var theFile = thePdf
                        }
                   else {
                        thePdf.layers[0].duplicate(theFile, ElementPlacement.PLACEATBEGINNING);
                        thePdf.close(SaveOptions.DONOTSAVECHANGES)
                        }
                   }
              catch (e) {myBreak = true};
              myCounter = myCounter + 1;
              };
    // reset dialogmodes;
         app.displayDialogs = DialogModes.ERROR;
         return app.activeDocument
         };
    
  • Creating a single multi-page PDF file turns out to be... hard...

    Hello world!  We are a small company and we try to do our monthly billing.  We have four distinct (empty) State Agency bills that we contract, and we got them all filled out and ready to save as PDF.

    We want to create a single PDF file that includes all four completed pages.  When combine us them into a single PDF in Acrobat, it processes the information from the first page and any information on the other three pages, replacing all the original information.  We have not even a warning us saying that this will happen, so that we know what happens deliberately.  Why?

    As a solution to this problem very strange and unstoppable, we tried to create a '' portfolio '' with all four sides.  But there is apparently no way to then save these four pages in PDF regular and unique.  We can save it as a PDF Portfolio and that they are beautiful, but we do not know if the Agency has the ability to view the PDF Portfolio.  We have tried to look at one of these PDF portfolio with the standard Acrobat Reader and that the software won't load even.  Google Chrome also not opens it, recommending that get us Acrobat Reader CC.

    It has also been suggested that we try an online program called Pdfmerge.  Pdfmerge merge all of our documents into a single PDF file, which is excellent!  But when you try to display it on any other program, you'll find that all fields on all pages except the first page... empty...

    We want to just ordinary, standard, simple PDFs here, with several pages.  My research on that led me to the conclusion that I'm not the only one frustrated by the lack of simplicity to do something so... simple.

    Why the program would tell us, ' well, since all the fields on all of these pages are the same, we have decided to take all the info from the first page, delete all your other pages and then basically to create copies of the page one. " While never, EVER would be a necessary thing or practice?  «I need to create a PDF file with 50 pages, all the same exact page.»


    Help out me here!

    It happens because your bills contain form fields and fields with the same name in a single file will always be the same value.

    The solution is to flatten the files before their merger, converting the fields in the form of static content.

    If you have Acrobat Pro, then you can do it by using a simple gesture. Otherwise, you will need to do each file separately.

  • MULTI-PAGE PDF FILE

    You can create a multipage PDF file in Photoshop Elements 8? If so, how?

    Hello Brooklyn KJ,

    Yes, the PSE can create multipage PDF. First of all, you must designate that your document contains several pages. You can do this in a number of ways, but under the Edit menu is the command Add blank Page. Using this command will convert your document open in a PSE. You can continue to add pages and cut and paste the content of each page. Then, simply go to file > save as... to change the format of the PSE as a PDF (the only two available choices). You now have a multiple page PDF.

    -Brett

  • In Acrobat Pro XI, how can we create a combined document that is NOT a portfolio but just a regular multi-page PDF file?

    I need help someone to create a combined PDF of 'regular', not a wallet... which seems to have changed in the XI version, please help.

    No, it's the same thing. In the dialog box files to combine press Options and select 'Single PDF' as file Type.

  • Splitting multi page PDF files

    Hello

    Anyone know of a way to divide several page PDF into individual documents? Before each page is a single PDF document?

    The reason I ask is because I can PDF a whole book inside Indesign, which is much faster than PDFing each page individually. But our printers do not accept several page PDF documents. I think its because they have to break them down to their end. So I was wondering if you can take a 30 PDF page and divide it.

    If acrobat is not, anyone else think that it would be a very useful feature?

    Any shared knowledge welcome!

    Chris

    Documents - extract Pages... - checks extracted as separate Pages

  • Is it possible to automatically convert a website into a multiple page pdf file?

    I have a blog that has now reached the end of his life, and the site is down. Before I do so, however, I need to create a permanent record and a single multi-page pdf file would be perfect.

    I know that I can do this with Acrobat Professional, but I hope that there is an automatic way to export the html pages in a single pdf file without making each page one by one manually.

    If anyone knows how to perform this task, please let me know.

    Thank you!

    Which version of Acrobat you have? In Acrobat 9, you must select:

    File > create PDF > from Web Page

    or

    Advanced > Web Capture > create PDF from / Append Web Page

    There are various options that affect the result, including the number of levels to capture, layout, multimedia how is managed, etc. Acrobat 11 is more advanced and probably give the best results.

    For a tutorial, see: http://acrobatusers.com/tutorials/how-to-turn-a-website-into-a-pdf-file

  • trying to save in pdf format (or print to pdf) an individual page of a multi page pdf in reader DC

    How to save a single page of a multi page pdf file pdf file? _ I used to be able to help to "print to PDF"

    Not with the player; you will need Acrobat for that.

  • How can I create a multi page PDF from a multi .tif file?  On the creation of a file .pdf from a file multiple .tif, the .tif file is converted to a single page (always the first page of the .tif file) .pdf.  The rest of the document is cut off. The .tif

    How can I create a multi page PDF from a multi .tif file?  On the creation of a file .pdf from a file multiple .tif, the .tif file is converted to a single page (always the first page of the .tif file) .pdf.  The rest of the document is cut off. The .tif file comes from a document by using the fax & Scan app scanner in Windows 10.  I am running Adobe Acrobat Reader DC, which I run with my subscription 'Adobe PDF package, monthly'.  It worked fine until about a month.  I've since upgraded to Windows 10 and Acrobat Reader DC.   I would be very grateful for any help. Eoghainn

    Hello

    This problem has been reported as a bug. Our team of engineers working on this priority issue.

    Kind regards
    Nicos

  • How can I combine several PDF files to make a multi page booklet?

    How can I combine several PDF files to make a multi page booklet?

    thanks !

    With the full version of Adobe Acrobat. Free Adobe Acrobat Reader cannot do this.

  • How can I add a PDF file to the page in the site Web of Muse?

    How can I add a PDF file to the page by Muse?

    Hello Gini1950,

    In case you want visitor to click a button and open the PDF file in the browser, you can try following:

    1. create a button (Rectangle or text box)

    2. click on the button and go to the hyperlink menu and click on "link to file".

    3. navigate to the PDF file and select it.

    This will create a hyperlink to the file and it will open in the browser if someone clicks on the button.

    Please let me know if you are trying to achieve something else.

    Kind regards

    Vivek

  • saving a multi-page pain-file to separate .pdf files

    How to save a multi-page pain to several .pdf files file, so that each page is saved in a file separate .pdf instead of all pages in one. - multiple page pdf file, please?

    There no option to save the batch job plans as a separate single-page pdf. I suggest you save it as a pdf from multiple page Adobe Acrobat file, you can select all pages and right-click "extract pages...". ", and then check the box"Extract pages as separate files"and you will get exactly what you want:

    I hope that helps you.

  • I want to create a combined pdf file so I can print 4 items per page to save on printing. Do I need a plugin for that?

    I want to create a combined pdf file so I can print 4 items per page to save on printing. It's something my printer guy did to save me from printing. However, I just bought a printer xp Epsom 200 advertised on the box that it was a feature. It turns out that it is a feature of adobe. I'm confused, why he has been announced. In any case, I have Adobe suite with PSCS5 hace. How can I do this?

    In the dialog box print of Acrobat and the free reader, you can select Multiple option to print multiple pages on a single physical page.

    If you have a file with these pages you will need to use Acrobat for that. You can use the Adobe PDF printer (on a Windows machine, at least) to generate a new PDF with several pages of the former on each page.

Maybe you are looking for

  • After today update message found BONES are no longer works. SOLVED by Thunderbird Conversations 2.8.1

    I've updated my Mac OS this morning and the message preview stopped showing glimpses of the e-mail. All I have is imap. I tried to remove/repair the index files with no luck. OSX YosemiteMac OS 10.10.4 I'm writing this, I found safe mode and it works

  • What side of card speed SD should I use?

    I want to put a 32 GB micro SD card in my open Zte. I don't know what classes and types are supported. I guess the UHS type is not taken in charge. Using a class 10 makes a difference on a class 4?

  • X 360 spectrum: spectrum HP x 360 under linux

    Hi, I bought a new HP spectrum x 360, For my work, I have to run the simulation trought OpenFOAM is easyer for me to use Linux.  Almost everything works out of the box, except one... sound thing.  I post a bug on launchpad, here the link: Spectrum of

  • Satellite has been close but lights LEDs

    I remove the power jack on my laptop but its power light is still on can you please tell me why is it so? A few times it recharges the battery sometimes it isn't. Please help me

  • Graphics card for HP Compaq DC7900 compact

    Hello, I'm looking in the graphic upgrade to my PC HP Compaq DC7900 Small Form Factor.Currantly his using Intel Q45/Q43 Chipset integrated graphics. I want to put an external card that will give enough power for the modern games.The food is the real