White rectangle in placed PDF

Hi all,
When I view this PDF in Adobe Acrobat 9.3.0 (Windows), I see no problem. When I open the PDF in Photoshop, a white rectangle next to the white square at the bottom left corner appears. Anyone familiar with this phenomenon? Any idea what's wrong here (problem in the PDF itself or problem in Photoshop trying to to open the PDF correctly)? The problem does not only occur when you use the "Open" command, but also when you "Place" the PDF in Photoshop.
Thanks in advance.
Regards,
Didier
View in Acrobat
View in Photoshop

Hi all,
Can someone post some kind of tip or hint please? I'm still a bit confused about this problem...
Thanks in advance.
Didier

Similar Messages

  • 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.

  • Have placed video-when previewed there are sometimes heavy black lines around the image. If I place white rectangles in front, the black is hidden in Author, but when I preview the black lines are still there..How to use white rectangles to mask edges?

    I have placed video - when previewed there are sometimes heavy black lines around the image.
    If I place white rectangles in front, the black is hidden in Author, but when I preview the black lines are still there..
    How to use white rectangles to mask edges?

    Here's view in IBA you can see bounding boxes of white rectangles that
    form frame to block out black setions..
    Here's iBook preview image of same page, NO WHITE FRAME!
    WHY?
    BOB SPRAGUE

  • 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)

  • How to programmatically add rectangle to a pdf file ?

    How to programmatically add rectangle to a pdf file ?
    There is several page pdfs, non-vector, black and white.
    Users are color blind and have disabilities.
    To train them, one adds a rectangle at a certain lower-left point and width,height specified for a page.
    The idea is to give the script the page and coordinates and size of rectangle to be added programmatically. Green rectangles are acceptable as the cones are most sensitive there.
    Also, additional feature to add bookmarks on the left in the order these rectangle data is provided to the script.
    The script could be "hard-wired" by a list of the rectangle coodinates, and page number, pasted inside acrobat and run or entered into acrobat in some way.
    Your script would help many disabled people who are distributed through out the world.
    Feel free to contact me by email if you wish.
    Dying Vets

    P.S.
    This rectangle does not have to be a full annotation rectangle which needs user,date and a lot of info.
    Something minimal like this would suffice
    1 0 0 RG % red for stroke color
    200 300 50 75 re
    As you can see that the native unit of the pdf file is the "point" having 72 in an inch.
    The file dpi would be given. However, one could assume that pixel for the rectangle lower-left and width/height are given.
    From the pixels and dpi, the points could be calculated if desired.

  • 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

  • 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()).

  • REPOST: White Rectangle Before Splash Screen

    I reposted this topic because the last one got too long and full of code without any progress towards a solution. I'm trying to show a splash screen without the white rectangle flashing first. I tried placing the setVisible(true) statement at the end of my splash screen code, no luck. There has got to be some way to stop the white screen from appearing until the image has loaded!! By the way, my image is only 5 KB! If that's too big, something is definitely wrong.
    I believe the problem lies in the following code...
    public void start()
    Thread thread = new Thread()
    public void run()
    Runnable run = new Runnable()
    public void run()
    try
    Thread.sleep(3000);
    catch(Exception e)
    dispose();
    setVisible(true);
    SwingUtilities.invokeLater(run);
    thread.start();
    Previous posting...
    http://forums.java.sun.com/thread.jsp?forum=57&thread=268231

    Hey mtnkid420,
    If you had to painfully concede to the white screen that flashes up, I empathise with you. I have the solution for you now, albeit 3 years late - posting also for those who are currently mythed by the pre-splash white screen.
    It was the suggestion, although rebutted, that loading larger images causes the problem. If the diagnosis was correct, the usual solution would be to load and draw the image off-screen i.e. to a BufferedImage... and you know what, it worked.
    Here is a code snippet if required:
         private Splash(int displayTime, Class application)
         throws IllegalArgumentException, SecurityException, IllegalAccessException,
         NoSuchFieldException, IOException, InterruptedException
              this.displayTime = displayTime;
              splashPath = String.valueOf(application.getField("SPLASH_PATH").get(null));
              URL splashURL = application.getClassLoader().getResource(splashPath);
              Image img = ImageIO.read(splashURL);
              MediaTracker tracker = new MediaTracker(this);
              tracker.addImage(img, 1);
              tracker.waitForID(1);
              splashImage = new BufferedImage(500, 300, BufferedImage.TYPE_INT_ARGB);
              Graphics g = splashImage.getGraphics();
              g.drawImage(img, 0, 0, 500, 300, this);
              setSize(500, 300);
              setLocationRelativeTo(null);
              splash();
         } // end primary constructor
         public void paint(Graphics g)
              g.drawImage(splashImage, 0, 0, this);
         } // end paintThis code will not compile as is, but it serves the purpose to illustrate BufferedImage usage.
    Warm regards,
    Darren B

  • 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

  • White rectangles instead of transparency

    Hello all,
    I am a beginnger in InDesign - what a great tool!
    I get white rectangles instead of transparency when exported as (any version of) PDF or printed, but fine when exported as JPEG. I am using a 3rd party template
    Using InDesign 6.0
    Thank you,
    Blackbird

    Hello Peter, thank you for rapid reply.
    I am having white box effect. It is around the imported .ai files (which do not scale properly as well - another problem). See screenshot (ignore the font mismatch):
    http://img20.imageshack.us/img20/8122/screenshotfrom201209041.png
    I assume it can be fixed as the third party company who provided this template were able to export it smoothly to a PDF (see image above, rightmost screenshot)
    I tried remedies from the link you gave, no change/luck:
    * Overprint preview (not available in Acrobat Reader 10 anymore)
    * Simulate overprint (and print it to PDF via CutePDF Writer) - same white boxes
    * Transparency flattener set to all-raster - same white boxes
    I have "Coated FOGRA27" CMYK profile, instead of the workspace's default "US Web Coated SWOP v2", I set Id CS6.0 to "Preserve Embedded Profiles" - still white boxes
    Hope you can help, before I finally attempt to contact the 3rd party company (they are not overly helpful/available as you are)
    Thank you,
    Blackbird

  • MacBook Pro 13", late 2013. At First a translucent White rectangle  appeared on screen. One day later the entire screen became white and I can't see anything else.ô

    MAcBook-Pro, 13", 2013 with OS X 10.10 (Yosemite).. At first a translucent white rectangle appeared on the screen. One day latter tthe entire screen turns white and nothing else can be seen.

      Reset PRAM.   http://support.apple.com/kb/PH18761
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
      Start up in Safe Mode.  http://support.apple.com/en-us/HT1564
    Best.

  • 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

  • How can I maintain multiple white spaces in a PDF written from InDesign?

    I need to have 2 white spaces maintained (within a part #) in the PDF I write, but when I open in Acrobat it converts it to one space.
    I've tried word spaces, set spaces and applying "no color" to a placeholder character and nothing is working!
    Any ideas or suggestions?

    I am talking about normal white space. Multiple fixed widt spaces are not a problem. How the space is handled in a PDF depends on how it is created.
    Viele Grüße
    Wilhelm Georg Adelberger
    Von meinem iPhone gesendet
    Am 21.08.2014 um 12:01 schrieb Peter Spier <[email protected]>:
    How can I maintain multiple white spaces in a PDF written from InDesign?
    created by Peter Spier in InDesign - View the full discussion
    It may not be a great idea to use multiple spaces, but it certainly is not prohibited and sometimes is necessary -- you might want a 2em space, or a thin space before and after a tab you underline in a form.
    I'm able to select the multiple spaces just fine in Acrobat 9 using the text touch-up tool.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6661037#6661037
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in InDesign by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • 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

  • 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?

Maybe you are looking for