Move[x,y] placed pdf

Hi All,
My document have 300 spreads. I have placed pdf through script in the required template.
I need to move verso [left page] placed pdf by x-52, y-30 and recto [right page] placed pdf by x250, y-35 from page ruler origin.
Is any body please provide me the JS code which can move my verso [left page] and recto [right page] rectangles accordingly?
Thanks!
Mon

Assuming you have a reference to the pdf's containing frame (because that's what you need to move):
myPage = myPDFframe.parentPage;
moveAmount = myPage.side == PageSideOptions.leftHand ? [52, 30] : [250, 35];
myPDFframe.move(moveAmount);
Dave

Similar Messages

  • Hyperlinks from placed PDF

    Hi
    Is there any ways to pick up hyperlinks from placed PDFand convert them to InDesign hyperlinks (or buttons)?
    Of course there´s no native text in placed PDF but converted hyperlinks could be for instance rectangles on the top of the original hyperlink.

    Importing PDF pages
    Using the Place command, you can specify which pages you want to import from a multipage PDF: You can place a single page, a range of pages, or all pages. Multipage PDF files let designers combine illustrations for a publication into a single file.
    The page range options appear when you select Show Import Options in the Place dialog box. The dialog box includes a preview, so you can view a thumbnail of the pages before you place them. As you place each page, InDesign reloads the graphics icon with the next page, letting you place the pages one after the next.
    i InDesign doesnt import movies, sound, links, or buttons when you place a PDF file.
    (my italics)

  • CS3: Missing Hyperlinks in IDCS3 When exporting to PDF with a placed PDF that has hyperlinks

    Hello,
    Does ID supports exporting hyperlinks from a file that has a placed PDF that already has hyperlinks?
    Cause after exporting all the hyperlinks of the place pdf disappeared.
    thank you
    shlomit

    Importing PDF pages
    Using the Place command, you can specify which pages you want to import from a multipage PDF: You can place a single page, a range of pages, or all pages. Multipage PDF files let designers combine illustrations for a publication into a single file.
    The page range options appear when you select Show Import Options in the Place dialog box. The dialog box includes a preview, so you can view a thumbnail of the pages before you place them. As you place each page, InDesign reloads the graphics icon with the next page, letting you place the pages one after the next.
    i InDesign doesnt import movies, sound, links, or buttons when you place a PDF file.
    (my italics)

  • Placed PDF not showing in CS3 under Mac OS Leopard 10.5.4

    Hi,
    I have some job make in CS3 (13.02) with some placed PDF as link (not embedded). The place pdf show up correctly on IMac 10.5.2 but the same document does not show when open in CS3 on Intel Mac Pro 10.5.4.
    Has anyone encounter this problem before?
    How do I fix it?
    Cheers,
    Jeno

    Hi,
    you may check the thread "iSync Conduit not visible in HotSync Conduit Manager" (last posts) - the mentioned workaround may help you, eventually...
    - Andreas

  • Placed PDF with Layers - can layers be maintained and exported in a new PDF?

    Can a layered PDF placed in InDesign include these layers in the InDesign Layers Panel? I have a layered PDF created in Illustrator CS4. I'm placing it in InDesign CS4 6.0.4 and want to export a PDF with the layers in tact from Illy. I use the Show Import Options dialog box and can see all of the layers in the layers tab. I tried both options for update links so that choice seems unimportant. I only see one layer, Layer 1, in the InDesign layers panel after placing the PDF. I was expecting to see all of the layers from the placed PDF. I exported as Acrobat 6 with Create Acrobat Layers checked but the only layer in the exported PDF is Layer 1. I searched and read for quite some time and can’t figure it out. Maybe I’m expecting something that isn’t possible but it sounds like it should be. I tried placing it as a native AI file with the same results. Where am I going wrong?
    Thanks,
    Glenn

    Thanks to Bob and Peter. I understand what you said. It seems as though the ability to place a file with layers should allow you to take advantage of it better. This is a map that will allow users to turn on or off various points of interest, hotels, etc. Now I realize I can at least control them from the place dialog box so, other than having to place the same map multiple times I end up with what I wanted. Thanks for the soultions.
    Glenn

  • Getting the offset of a placed PDF within the container rectangle

    I need to get the offset of a placed PDF inside of the container rectangle. I have figured out that this information should be available in the transformationMatrix of the placed file. So I do something like:
    var pdfTransform = pdf.transformValuesOf(CoordinateSpaces.pasteboardCoordinates)[0];
    var horzTranslation = pdfTransform.horizontalTranslation;
    var vertTranslation = pdfTransform.verticalTranslation;
    but the coordinates I get back are just weird. The horizontal value seems reasonable, but the vertical is way off what I expect.
    There may be some precondition to doing this that I'm missing. Running the pageitems/TransformValuesOf.jsx sample from the Scripting Guide also gives weird values. That sample creates a rectangle with a center point of [0, 0] and then retrieves the transform. I would expect the translation to be [0, 0] but I actually get [5, -415.95] (horz, vert).
    In that sample it talks about ruler coordinates, so I tried setting document.viewPreferences.rulerOrigin to different values, but that does nothing.
    I'm stumped. Can someone please give me a hint on what's going on here?

    Thanks Peter.
    Some more info: I basically want to get the coordinates of the objects in a placed file in the coordinate space of the containing document. As an extra twist, the placed file is a PDF created from an InDesign document. So, I first extract the coordinates from that InDesign file, then the coordinates for the document that contains the placed PDF, and finally I merge the coordinates of the two documents as if all the objects were contained in a single document. This workflow is then used outside of InDesign to draw frames around all the object boxes on a JPEG created from the document containing the placed PDF.
    Anyhow, to answer my own original question, this seems to work thus far:
    rectOffset = containingRect.resolve(AnchorPoint.TOP_LEFT_ANCHOR, CoordinateSpaces.PASTEBOARD_COORDINATES)[0];
    pdfOffset = pdf.resolve(AnchorPoint.TOP_LEFT_ANCHOR, CoordinateSpaces.PASTEBOARD_COORDINATES)[0];
    horzTranslation = rectOffset[0] - pdfOffset[0];
    vertTranslation = rectOffset[1] - pdfOffset[1];
    That gives the same values as I can see in InDesign when selecting the placed PDF. So far so good ...
    BUT, that is not enough! When placing a PDF using the default option of Crop to Bounding Box, I sometimes get a bit of extra margin (different for different documents) that offsets the translation values. I have no idea where this margin comes from but I need to compensate for it.
    Please help! And let me know if this description is unclear so I can try to explain better.

  • Indesign crashes when placing PDFs

    All,
    When placing PDFs in and Indesign file, it occasionally crashes. Usually when doing multiple pages, one at a time, some work and some crash.... although the ones that crash always crash and I cannot get them placed.
    The goal is to put the PDFs in the file and add text and/or images over the PDF.
    Solutions?
    Power Book Pro OS 10.8.5
    Indesign CS 6

    Eugene,
    Produced with IText 2.0.2 (by Iowagie.com), PDF version 1.6 (Acrobat 7.x)
    However, some of the pages place just fine, and some crash every time. Suspect there's corruption on the crashing pages.
    Is there a way I could save the file in a different format or program and open that into Indesign?

  • Update placed PDF files to recognize transparency

    I have used Croptima InPlate to create an imposed cut and stack imposition of a large 3800 variable data project. Due to the size of the file, I've only imposed the black plate variable data. I want to use Acrobat's add background tool to add an imposed master graphic of the rest of the file image (the black-only variable text will overlay the other elements).
    Croptima has done a great job with the imposition, however it has placed all the files in the layout with a white backround (not transparent as is resident in the source PDF file. When I try to add the main background in Acrobat the white boxes from the PDF mask out the background image. I can manually remove the boxes in Acrobat one at a time, but doing this across a 6-up, 640 page document makes for quite the undertaking.
    My question is if there's a way in InDesign to update all placed PDF files to display with a transparent background instead of the opaque background.
    The relink feature with import option won't do it document wide, it wants to individually prompt for every graphic and won't retain the page assignments.
    I found a script on the forum which will update each link to a transparent background individually, but I have to manually enter in each page number of the imposed PDF ... also a huge time suck.
    Does anyone know of a way to change the placement properties document-wide of a single, multi-page placed PDF to a transparent background instead of opaque?
    Or... does anyone know how to get Croptima InPlate to place PDF files with a transparent option?
    Thanks in advance.

    I had to chime in:
    First to help out if BLUDVLZ24 would like to test drive Quite Imposing Plus.
    Here is a temporary number so you can test drive it yourself. Just go yo our site www.quite.com and download QIP and use the following Serial number and private code.
    Quite Imposing Plus V1/V2
      Expires end 3/2010  Serial 0783-6227-0032-4682  Code 6826
    Second to help out Mr. Met:
    If you have any trouble understanding Quite Imposing Plus you should have emailed us at [email protected] we would have been happy to help.
    Also, there is a Getting Started tech sheet within the program (instead of reading the entire manual - which may have caused your dislike of QIP)
    Once loaded, please Check out Getting Started tech sheet. Go to our Imposition Control Panel and click on the ? button.....
    then click the Getting Started button.Also, lots of good information on signature setups Step-by-step Instructions and New features.
    Also, take a look at www.quite.com/imposing/techsheet too-it has some other tech step by step sheets - note: cut-stacks tech sheet is there for you to look at. 
    cheers,
    Charles
    Charles James
    Technical/Marketing Director
    Quite Software
    USA
    858.581.9143
    [email protected]
    www.quite.com

  • Placed PDF made in Quark bug, InDesign CS4 XP

    Hi,
    I've just been bitten by the bug that causes characters to drop out when you create a PDF from an InDesign CS4 document that has a placed PDF made in Quark.
    Has it been resolved? I looked at the update notes to 6.0.2 and 6.0.3 and couldn't see anything about it.
    This is fairly urgent for me. If it hasn't been resolved, are there any workarounds?
    Thank you,
    Ariel

    You may be right... but it didn't seem relevant at the time, since I rarely receive Quark files, so I probably phased out.
    Anyway, the 6.0.2 for InDesign CS4ME does not fix the issue. I thought it might. And what a story it was to upgrade (which I just did this evening). Apparently, the 6.0.2 upgrade only works for a later build of IDCS4 (something like 6.0.0.421). I had the earlier build (something like 6.0.0.270). And the only solution was to completely uninstall InDesign, download the latest Demo on the Winsoft site (800MB. Took me around 2 hours). Install that. Then download the update and install that as well.
    And it didn't even fix the issue!
    The only positive side is that all my preferences survived the trauma intact!
    Ariel

  • Need to hide running heads in placed PDF

    I’m trying to reformat the PDF of a book for a client that was set up the wrong size to print. If I could remove the running heads from each page then I could get the PDF into a new ID document that’s set up to the proper trim size. I tried cropping the pages in the PDF, but that just hides the part that’s cropped out. The full page shows up when placed in ID. So then I pulled down the top of each frame in ID so that the running heads were no longer visible. I exported this to PDF and it looks good. I know the running heads are still there, just not visible. I’m concerned that they might show up when the book is printed. Can I assume that if something is hidden on the PDF page it won’t print?

    That script probably honors the last used choice for a placed pdf so placing once, enabling Show Options, and selecting trim or crop would be honored by the script.
    UnChecked

  • Change visible layers in placed PDF

    I need to programmatically change the visibility of layers in a placed PDF. Do I use kChangeVisibleLayersCmdBoss? Please show an example. I can get the "eyeball" to toggle in the "Object Layer Options" dialog box, but the view does not reflect the change.

    I'm not sure if this setting exists in version 8, but check to see if Allow Layer State To Be Set By User Information is selected in the Documents Preferences. If it is not selected, Layer Properties dialog box settings, other than Layer Name and Default State, are ignored.

  • Retaining URLs in placed PDF file

    I'm pretty sure I know the answer to this, but I thought it was worth asking.
    Basically I take Pass4Press pdfs and repurpose them for digital publication.
    My question is; Can you create the links in Acrobat and have Indesign recognise them. At the moment I import the pdf, then create a new layer where I create url buttons for each one.
    Working on CS5.5 and Acrobat 10 for Mac.
    Many thanks in advance.

    No, InDesign can not recognize hyperlinks in placed PDF files.

  • Drop Shadow On Placed PDF Illustrator CS2 XPSP3

    Hi,
    Is it not possible to add a drop shadow to a placed PDF in Illustrator CS2? I'm not managing.
    Thanks for any help,
    Ariel

    I don't have CS2, I have CS4.  If you, or someone else, generate in CS4 a PDF in Illustrator and save as Illustrator PDF, then open a new AI file and Place the vector graphic(s) the drop shadows work on the artwork itself.  If you generate a vector graphic in Photoshop and save the file as a Photoshop PDF then Place it in Illustrator, it will create a drop shadow around the bounding box of the canvas that you had in PS.  I will now try to use a Photoshop PDF with an Alpha Channel and delete the background, save it as a Photoshop PDF and see if it will generate a drop shadow around the artwork, rather than the bounding box.  Stay tuned . . .
    -markerline

  • Change the page in a placed PDF?

    Is there an easy way to change the page in a placed PDF? Something along the lines of Object Layer Options?
    Thanks.

    We can fix this with scripting! Easy oneline script [Edit: break it two 2 lines so you don't get a scrollbar in the forum]:
    var g; (g=app.selection[0].graphics[0]).
        place(g.itemLink.filePath, true);
    save as replace.jsx and assign it a key in Edit > Keyboard Shortcuts (Scripts Area).
    It assumes a frame (rectangle) is currently selected, and re-places the file associated with it, while showing the options dialog box (2nd argument to place()).

  • ID CS2 Incorrectly Rendered & Output Placed PDF

    Out of necessity, I run many plates as placed pdf's into CS2. Fully patched (patches for CS2 are long done of course) what appears to be a fine pdf failed to render a small simple gradient.
    Sequence - A Logo was created in Illy CS5, info shows as Adobe pdf library 9.90, Compatibility 1.5 (Acrobat 6). The logo sheet was placed (lettersize trim) and cropped to the 2 Spot version In ID CS3. (Production notes, cmyk values, etc. cropped)
    This CS3 file exported to pdf, and placed into CS2. CS2 failed to build the gradient included in one spot.
    Any thoughts relevant to avoiding this. Screen shot shows problem.

    It is the machine which see's the printer.
    More to the point - It prints to a Mac Shared printer, an Agfa imagesetter.
    Other Windows based machines and the Mac sharing the printer have one of two problems - Plates image with the fonts "crammed" . At the end of lines or paragraphs fonts are crammed, set upon/overlapping each other as if the device did not understand the spacing. (Send ppd fonts is always toggled in dialogs without effect.) The workaround is to plate all files with the transparency flattener. I avoid this extra step.
    My primary Win Vista station cannot succesfully install the printer; the process I use is Bonjour Printer Wizard which adds Mac printers on Win machines. After discovering the Agfa, windows cheerfully loads a Cannon Bubble Jet driver for it. Quite annoying. I have installed the Agfa PPD local to my System PPD folder, but it's not quite right.
    Steve Werner wrote:
    Why are you placing PDFs into CS2?
    To make direct plates; the file in question was for another print shop, in this case I am their service provider.

Maybe you are looking for

  • Own F4 for one field in ALV-OO

    Hi, i try to create an own F4 for a specific field in my ALV-OO. I do it like this: CLASS LCL_EVENT_HANDLER DEFINITION .   PUBLIC SECTION .     METHODS:    HANDLE_ONF4          FOR EVENT ONF4 OF CL_GUI_ALV_GRID          IMPORTING E_FIELDNAME         

  • Keyboard problems with Enter, delete, backspace, and right/left arrows

    In some applications, such as Yahoo and this message block right now !!, when composing a message, the arrow keys and delete, backspace keys become non responsive. Various ones will work on a random basis. I am getting double "carriage returns" also.

  • Flashing folder with ?, if i reset, requests password i do not have?

    When booting iMac (21.5 purchased late 2011).i get flashing folder with "?". Cannot reboot in safe mode, tried to reset PRAM, was then shown padlock screen equesting password. I didnt realise id set a password so dont rember it. this password differs

  • Cannot find server - iweb

    I am new to iweb but was able to create and publish a site. All was well, people viewed it. My husband changed what was called "Site2" on the site to our family name. Once he published, you can no longer connect to the site. I click to "announce" the

  • Schedule in ODI

    Hi, i want to schedule a job in ODI.The job will run daily in every 2 hour from 12:00PM to 06:00PM. Can u pls suggest me how do i achieve this?How do i set the sceheduling options in ODI. I am using ODI version 10.1.3.4.4.. Thanks