Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Importing PDF file into CS6

Guest
Oct 17, 2012 Oct 17, 2012

Hello,

I am using the trial version of CS6 to see if this software would work best for what our company would like to accomplish. I currently have a pdf file that contains a parts book I would like to convert into a digital publication but I can not seem to figure out how to do so. I am using this book as our test to see the ease of use and overall quality of the software. Any suggestions on how to import my file into CS6?

Thank you in advance.

34.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

A folder on my hard drive...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

I've tried (several times) to place the doc. while the script is running but to no avail

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

That's the right script. How are your trying to run the script? You should be running it from the scripts panel in ID, not from within the Extendscript ToolKit.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

yes, from scripts panel in ID

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

Do you get the dialog with the import options when you run the script? If you do, waht have you chosen for the crop option? Not all PDFs have all of the options available,and I'm not sure waht the script will do if the chosen option is not valid.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

It's balking at that very point. My question about where the PDF is coming from refers to what application made the PDF?

You don't place the doc; the script does it for you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

I'm not sure what app. made the doc. It was handed to me by a client who is also not sure...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

No, I don't get the dialogue box at all. I've opened script within the ID doc. I'm trying to place the pdf into using windows>utilities>scripts, right clicked to open in finder, pressed the "play" button then gone back into  ID,  chose file>place and it only places that first page. Just as if I'd done it the traditional way. ????

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

No. Open the scripts panel and double click on the name of the script to run it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

Double clicking on it simply pulls up the two panels I posted earlier in this thread (see above)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

I don't think you are following the directions properly.

Open InDesign

Window > Utilities > Scripts to open the Scripts panel

Locate the Multipage Importer.jsx script in the panel

Double-click the script in the panel OR Highlight the name of the script in the panel and open the panel menu and choose Run Script.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

I found the problem. Replace line 124 in the script you have with this

var cropTypes = [PDFCrop.CROP_CONTENT_ALL_LAYERS, PDFCrop.CROP_ART, PDFCrop.CROP_PDF, PDFCrop.CROP_TRIM, PDFCrop.CROP_BLEED, PDFCrop.CROP_MEDIA];

I tried on my machine and got the same error. When I looked in [Jongware's] OMV I fount the list had changed. It works in CS5.5 with the above modification.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 19, 2012 Dec 19, 2012

Runs fine here as-is. That's pretty odd.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

Peter,

There must be an older version of the zip file archived somewhere which only works for CS3/4 without the change I made above. Glad we were able to help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

I'm using version 2.5 with a date of 28 march, 2010, whci certainly appears to be the same as the one in the screen shot, and my line 124 is

var cropTypes = [PDFCrop.cropArt, PDFCrop.cropPDF, PDFCrop.cropTrim, PDFCrop.cropBleed, PDFCrop.cropMedia];

Works flawlessly in CS5, 5.5 and CS6....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

Interesting since I had the same problems with running the script that helpDD had until I made the changes; then it ran without a problem.  The file from the zip has a date of 31 March 2010. Wouldn't work for me as installed. OSX10.6.8; IDCS5.5 7.5.3(333)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

I'm definitely using the version from the link currently on the page for the CS5 version. The date inside the comments at the top of the script is 28 march, and the actual file modified date is Dec 3, 2010. The filename is MultiPageImporter2.5-CS5.jsx. Maybe you're using the slightly older CS4 version? That has the march 31 modification date, and it run correctly in CS5-CS6 if you put it in a "Version 6.0 Scripts" subfolder At a casual glance they look identical to me, but line 124 is different. In the older version it is

var cropTypes = [PDFCrop.cropContent, PDFCrop.cropArt, PDFCrop.cropPDF, PDFCrop.cropTrim, PDFCrop.cropBleed, PDFCrop.cropMedia];

and in the new

var cropTypes = [PDFCrop.cropArt, PDFCrop.cropPDF, PDFCrop.cropTrim, PDFCrop.cropBleed, PDFCrop.cropMedia];

The older version includes a option string for Bounding Box, also removed in the newer version, on line 125.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

Mine would have worked if I had put it into the Version folder but I didn't think of that. With the changes as above it works directly in CS5.5.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

Don't misunderstand me. I wan't trying to say there was a problem with your method, just that if the correct version of the script is installed, or if the incorrect version is installed in the correct version subfolder so ID interprets it correctly there are no issues with any of the scripts as written. A failure as described is a clear sign that the user has not installed the correct script or not installed it properly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2012 Dec 20, 2012

I agree. Operator error in both cases.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 21, 2013 Jan 21, 2013

thanks alot guys,

i changed the script of 124 and now it workes with cs6 too. very happy

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 19, 2012 Dec 19, 2012

SUCESS!!! Thanks so much!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Dec 19, 2012 Dec 19, 2012

To open the correct folder for the Script, right click your User Script icon and choose Reveal in Finder as shown

Stuffit Expander is about as necessary as WinZip - obsolete. Your Mac's OS must be able to decompress a folder. Try a right click on that, or change the File Assocoiation for zip/compressed files. (cmd + i )

scripts folder ss.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 19, 2012 Oct 19, 2012

Perks: The page flip, of course.

Ugh...the Comic Sans of alleged interactivity. Nothing personal, and I know this adds no value, but that's one novelty whose death can't come soon enough for me. Enjoy it while you can, I guess.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 17, 2012 Oct 17, 2012

I strongly disagree. You ARE NOT the perfect tester. InDesign is a professional level application that you will never learn to use without some kind of training. A perfect tester would be someone moving from Quark or even Pagemaker.

What you’re doing is very much like going from a tricycle to a Harley.

I’m not trying to discourage you from learning but at the very least you’ll need a good book ( I recommend this one: http://amzn.to/ORQqtT ) and a subscription to Lynda.com (this link will get a you free one week trial: http://bit.ly/fcGpiI ).

Bob

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines