Update an embedded image in a PDF with Actions

i am trying to create an Action in CS3 but some of my actions are not been recorded.
What i want to do is run the Batch option on a folder with a 1,000 PDFs in it. The PDFs
(which were created in Illustrator CS3) consist of a single page with a single embedded
image at the foot of the page. I am trying to update that embedded image.
The Actions i am trying to record are...
1) Select the single image in the Links palette.
2) Choose the "Relink.." option in the drop down menu of the Links palette.
3) Navigate to the new image and select "Place".
4) Save and close document.
But the first two actions are not been recorded.
How do i get around this problem ?
Note: From trying this manually the new image seems to take on the horizontal and vertical  
scaling of the previous image which is what i want, so that doesn't need to be a part of
any solution.

That will probably require a script, so ask in the pertinent forum.
Mylenium

Similar Messages

  • How to request - Updating an embedded image in a PDF using Actions but not all actions are recorded

    i am trying to create an Action in CS3 but some of my actions are not been recorded.
    What i want to do is run the Batch option on a folder with a 1,000 PDFs in it. The PDFs
    (which were created in Illustrator CS3) consist of a single page with a single embedded
    image at the foot of the page. I am trying to update that embedded image.
    The Actions i am trying to record are...
    1) Select the single image in the Links palette.
    2) Choose the "Relink.." option in the drop down menu of the Links palette.
    3) Navigate to the new image and select "Place".
    4) Save and close document.
    But the first two actions are not been recorded.
    How do i get around this problem ?
    Note: From trying this manually the new image seems to take on the horizontal and
    vertical scaling of the previous image which is what i want. But if i am going to have to
    do a script then that is a factor that may have to be incorporated into the script.
    Any help appreciated.

    Give this a trial… It does a save as which is much safer than overwriting… At least you still have your originals should I get something wrong…? I did test but only with 3 files…
    #target illustrator
    function replaceImage() {
              var i, doc, fileList, inFolder, outFolder, opts, pic, rep, rip, saveFile, uIL;
              inFolder = Folder.selectDialog( 'Please choose your Folder of AI PDFs…' );
              outFolder = Folder.selectDialog( 'Please choose a Folder to save AI PDFs in…' );
              pic = File.openDialog( 'Please choose your replacement Image…' );
              if ( inFolder != null && outFolder  != null && pic != null ) {
                        fileList = inFolder.getFiles( /\.pdf$/i );
                        if ( fileList.length > 0 ) {
                                  uIL = app.userInteractionLevel;
                                  app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
                                  for ( i = 0; i < fileList.length; i++ ) {
                                            doc = app.open( fileList[i] );
                                            rip = doc.rasterItems[0].position;
                                            rep = doc.placedItems.add();
                                            rep.file = pic;
                                            rep.move( doc.rasterItems[0], ElementPlacement.PLACEBEFORE )
                                            rep.position = rip;
                                            rep.resize( 31.414, 31.414, true, true, true, true, 100, Transformation.TOPLEFT );
                                            doc.rasterItems[0].remove();
                                            rep.embed();
                                            opts = new PDFSaveOptions();
                                            opts.pDFPreset = '[Illustrator Default]';
                                            saveFile = File( outFolder + '/' + doc.name );
                                            doc.saveAs( saveFile, opts );
                                            doc.close( SaveOptions.DONOTSAVECHANGES );
                                  app.userInteractionLevel = uIL;
                        } else {
                                  alert( 'This Folder contained NO Illustrator PDF files?' );
    replaceImage();

  • How do I hide the file names/path names of embedded images in a PDF document?

    I created a PDF document from a Word document, and the problem is that the PDF document shows the file names and path names for all of the embedded images in the PDF document. I don't want that information displayed. I don't want to send the PDF out to clients and have them read the names I've assigned to those images, plus it looks messy. And I've lost many of the original image files so they only exist in the Word document, thus I can't go back and rename them. I searched the internet for an answer but I couldn't find one anywhere.

    When you create a tagged (accessible) PDF file from Word, placed bitmap images will use their filename as the "ALT text" if you don't define something else for the text to say, because an image without any ALT text is a failure against the accessibility standards. You can't change that default action, so you should put your own meaningful text into the ALT field for each image - which is what you should be doing anyway if the PDF is standards-compliant.
    You can can set the text in Word, but it depends on your version as to where the dialogs are - Google for it - or you can change/delete it in Acrobat using the tags navigation pane on the left side of the window (right-click the sidebar if it's not visible). Drill down through the tags structure to find the "<Figure>" tag you want to change, right-click and choose Properties, then put something in the "Alternative text" field. This process isn't something you can easily automate, but if you don't need tags at all, you can save without tags (or print to PDF).

  • Error while saving a smartform in pdf with action profile in service order

    Hi experts,
    I have a problem in saving a smartform which is converted in pdf.
    WHat i m doing is.
    The action profile is configured with new Z class and Z method. CL_DOC_PROCESSING_CRM_ORDER and CRM_SRVORDER_EXEC_SMART_FORM.
    But when i click the button in the Order, i m able to save the pdf in local drive, but an error is coming in the Order page(at the bottom) "Action could not be executed successfully".
    The action has been setup with "Printonly" and "Smartforms print" in customization.
    I have a dount whether, this action Printonly is only to print the smartform ??? Or can we use just to save the smartform in pdf.
    But when i remove the pdf conversion and save dialog and try to print it directly, Its printing the smartform. No errors are coming.
    But guys, please help me on this. I have tried all the tricks i know.
    I just want to save a smartform in pdf with action profile configured.
    Thanks in advance.
    <REMOVED BY MODERATOR>
    KK
    Edited by: Alvaro Tejada Galindo on Mar 19, 2008 4:26 PM

    Hi;
    Did you checked
    Queries Error With FRM-92101 In Many NLS Forms [ID 443922.1] << seems similar error like yours
    Forms FRM-92050, FRM-92100, FRM-92101, FRM-92102 Reference Guide [ID 444690.1]
    If its not help please enable trace
    How To Perform System Tracing For All Forms Runtime Processes? [ID 400144.1]
    Regard
    Helios

  • How to add images to a report with action links

    I am working with Action Links between OBIEE 10.1.3.3 and EBS 11.5.10.2
    I would like to hide the action link URL with an image. Can someone point me to documentation for adding images to a report with action links.
    Regards,
    Manav

    I am working with Action Links between OBIEE 10.1.3.3 and EBS 11.5.10.2
    I would like to hide the action link URL with an image. Can someone point me to documentation for adding images to a report with action links.
    Regards,
    Manav

  • Font Problem with Embedded Images when making PDFs

    Hello,
    I am revising a document I didn't create which has embedded images. Although all of the fonts are turned on, when I create a PDF, the fonts in the EPS come out as Courier. When I print to my laser printer, the fonts in the EPS come out correctly. This job will eventually be produced as a PDF, so I need to figure this out. Any ideas?
    Thanks.

    We can't spend the time to retrieve the originals and distill them.
    Yes, I understand that. I like to know why things don't work, even if it takes me a few minutes to test things. You don't have to retrieve any originals. Just unembed one from the ID file. I know it doesn't make sense to Distill all your EPS files when printing to PDF is going to take much less time. But if you can ascertain why it's not working, you'll have a better chance to fix it next time.
    If the fonts weren't included in the original EPSs, why do they print to PDF in Franklin Gothic? This is true even in the one page document I sent you that doesn't have any styles.
    They don't...unless you have that exact Franklin Gothic loaded on your system. They print in Courier here.
    Your EPS file references a specific font name. When you print, your print driver matches up that reference with the Franklin Gothic font you have loaded. For reasons that I don't fully understand, when you Export to PDF Indesign is not able to match up the reference to the font the same way your print driver can.
    Obviously, printing to PDF is a good workaround. And make sure you send your printer a PDF, not a live Indesign file.
    Ken

  • Keep getting error message " insufficient data for an image" on a pdf with a sketch and it strips out the data as well as the sketch

    I am running Adobe Reader XI and IE 11 I have tried uninstalling and reinstalling and nothing works .   HELP!!!

    Hi barton123,
    The error you describe was an issue with Acrobat X, but I haven't heard of it happening with Reader XI. Have you installed the most recent Reader update? Please choose Help > Check for Updates and install any updates that are available.
    If that doesn't do the trick, it's quite possible that the PDF may be damaged. Do you experience the same error with other PDFs.
    I look forward to hearing back from you.
    Best,
    Sara

  • Why can't I replace an image in a PDF with an EPS file?

    I've never seen this behavior before. When I browse out to get some EPS files, they're all greyed out!!! The only files I can import in place of an exsiting image are TIFFs and PNGs, bitmap image formats. This is ridiculous.
    Thanks,
    Peter

    It would be part of a different scenario that goes something like this:
    1. Delete the original image in Acrobat (e.g., with the TouchUp Object tool, or whatever your version of Acrobat calls it).
    2. Add a button in Acrobat and set up the properties as you want.
       a. Layout: Icon Only
       b. No visible background or border
       c. Line style: Solid
       d. Set the scaling you want
       e. Whatever else
    3. On the Options tab of the Field Properties dialog, click the "Select Icon" button and choose a page from the PDF that has the content you want to use. EPS/Postscript is an option, but you may want to convert to PDF first to make sure everything is as you want it.
    4. Flatten the button to convert its appearance to regular page contents.
    The vector (and text and image) content of the PDF/EPS will be preserved, and can be scaled to fit the area defined by the button boundaries.
    You can preconfigue a button with all of the properties set up as you want them, and simply copy & paste it whenever you need to do this, saving a bit of time.

  • Extracting Embedded Files From a PDF with Adobe.APS

    I'm not sure if this needs to be here in security or if it needs to be in another forum, so if an admin feels it needs to move to a different forum, feel free to.
    The situation I am in is that I get about 100-150 pdf's a day that I need to extract an embeeded file from.  Right now this is a completely manual process and is very time consuming.  What I have been trying to do is automate the process of extraction.
    The issue I am running into is that the files are encrypted with Adobe.APS, and so my java code won't handle the security, and I can't find any other software that handles Adobe.APS.
    I was wondering if Adobe had a product that could do this, or if there was an API that could handle this.  I can perform the extraction on a platform of any flavor (Windows, Mac, Linux, etc...).
    Any help in this regard would be greatly appreciatted.  Thanks.

    In my case I have a drop-down list of files with preloaded filenames to attach. Here is the code that works for me on a click of button.
    var selectFileName = form1.subform.DropDownList1.rawValue;
    if (selectFileName != "Please Select") {
    var doc = event.target;
    doc.importDataObject(selectFileName);
    var MyPar1 = doc.getDataObject(selectFileName);
    var filename = MyPar1.path;
    After you click the button it open a windows dialog box asking you to choose the file and adds the attachment to the attachment pane in runtime. To view the attachments simply view the attachment pane in runtime after you add the attachments.
    Good luck,
    SekharN

  • Convert MS Word to PDF with an embedded Excel File Q

    I have an MS Word document that contains embedded Excel and Word files (double click these icons and you can view), how can I convert this MS Word document and still be able to view these embedded file when I convert to PDF? I'm doing the straiaght forward 'createPDF' using PDF maker, when it is finished creating the PDF you can obviously see these embedded images in the PDF file but you can't access them. Can this be done?
    Thanks

    No. Covert these other documents to pdf and attach them in the first pdf and attach them to the new pdf file.

  • Why do images within a PDF look jagged when viewed in Acrobat Pro 10.1.6?

    Using a MacBook Pro running Mac OS version 10.7.5 with NVIDIA GeForce GT 650M 1024 MB graphics card. High-resolution source images look fine in other software, and embedded images in a PDF look fine when viewed on Google Drive, but curves and diagonal lines look jagged when viewed in Acrobat Pro 10.1.6. Checking smoothing options in Preferences only adjusts the position of the jagged edges; it neither enhances nor ameliorates them.
    I created a sample PDF to illustrate the problem I'm having. Created in illustrator, exported to PNG and converted to PDF. Here is a screenshot of the source PNG side-by-side with the PDF I created from it:
    Please note that when I preview the PDF in Finder, and when I view the PDF in Chrome using Google Drive, the image looks fine. Here's a link to the sample PDF:
    http://www.sendspace.com/file/77f5m6
    Any assistance is appreciated. Thanks!

    Unfortunately, as I mentioned in my original post, I've already tried toggling smoothing options. They don't make the jagged edges go away—they just change them slightly. In some cases, as with the sample file provided, it does help smooth the art out, but it never looks as good as it did going in, in a recent project, toggling smoothing options didn't affect the appearance of the image at all. Zoom does not appear to relieve the artifacting.
    A little clarification: this PDF was created from a flat PNG, but I have had this issue with PNGs and TIFFs as well, generated by both Photoshop and Illustrator. To reiterate, the PDFs display fine in other software—Finder preview looks great, and the same file viewed in my browser via Google Drive looks as intended as well. A colleague was able to replicate this issue in Acrobat on his Windows machine. This appears to be a rendering issue specific to Acrobat with regards to the files I use it to create.

  • Horribe image quality in PDF

    Hello,
    my problem is very simple.
    The quality of the image of my PDF is really horrible.
    I need to have a PDF file because in order to print a magazine, that's the file that I need.
    So I converted my picture:
    http://image.noelshack.com/fichiers/2013/09/1362170332-2.png
    Good quality for now.
    Then, when I convert it PDF with Adobe Acrobat XI,
    the result is very blurry, I tried to print it, very very bad quality ...
    Is there any solution to keep the quality as good as it was?
    (by the way, my image was a .png )
    Thanks to the person who'll help me!

    The relative quality of any bitmap file after conversion to PDF depends entirely on the conversion settings you used. A lossless PNG file could be compressed to a super-low-quality JPEG or kept visually identical with lossless JPEG2000 compression depending on how and where the PDF is made.
    As your screenshot shows the image within a page of text, I assume you're creating the PDF from another application - in which case the export settings will control everything. If you convert an isolated image file to PDF with drag-drop or the Create.. button on the Acrobat toolbar, the settings are defined by Preferences > Convert to PDF > PNG and default to "JPEG medium".

  • Pdf with photos brightened

    Hi all,
    we have a problem with photos and a pdf generated with a pdf report generator (JasperServer).
    This pdf contains photos and data, but some photos in pdf are brightened than original.
    The photos, before being inserted in the report, are transformed by ImageMagick in correct rendition (1000x1000) and then inserted in report by JasperServer.
    In final pdf, some photos are brighter than originals.
    I append 3 screenshots.
    1. Example with correct photo
    (left: pdf with Adobe Reader, right: image used in pdf with chrome)
    Original image: 1600x1200
    Image used in pdf: 1000x750
    2. Example with photo incorrect in pdf
    (left: pdf with Adobe Reader, right: image used in pdf with chrome)
    Original image: 640x480
    Image used in pdf: 1000x750
    3. Example with photo incorrect in pdf
    (left: pdf with Adobe Reader, right: image used in pdf with chrome)
    Original image: 2230x1913
    Image used in pdf: 1000x858
    This visualization of brightened images appears opening pdf in Adobe Reader, Okular...but not in Chrome for example (in screenshots we opened the image in Chrome, but if we open the pdf we have the same result for Chrome).
    The problem does not seem to be related to the size of the image, but we aren't able to understand why it appears.
    Has anyone had similar problems?
    Can you suggest special checks to be done?
    Thanks in advance.

    When you look at the PDF document it looks different as the printout paper?

  • How can I programatically identify PDF files with embedded images?

    Our company has 27,266,949 .PDF files that we're planning to compress in order to save server space.
    We don't want to compress any of the .PDF files that have embedded images as to not alter the image's state.
    How can we programatically create a list to exclude from the compression process?

    Ah, see told you we were new to this and no, my taxs already have enough digits to the balance.
    Ok, so based on that, we should be able to use the preflighting tool to identify the PDF’s with images, factor them out, and then continue with lossless compression on the remaining balance.
    That will give us the compression we need to save space, but also allow us to stand in the court of law (if the scenario was to ever occur) and proclaim that none of our medical images have ever been altered by compression.
    Sound like a reasonable plan?

  • Export as PDF with embedded profiles for Grayscale images

    Does InDesign CS6 export pages with Grayscale images as PDF with embedded profiles?
    Possible profiles, for instance:
    – Gamma 2.2
    – Dot gain 20%
    – Black Ink ISO Coated v2 (ECI)
    Export mode:
    – Acrobat 5 or higher
    – No color conversion
    – Embed all profiles
    Test by Acrobat Pro
    Advanced > Print production > Preflight > PDF analysis > List objects using ICC/Lab/Calibrated Color
    [The question is not about the export of Color images as Grayscales]
    Best regards --Gernot Hoffmann

    I wouldn't ever use different RGB profiles and different CMYK profiles and
    different Gray profiles in one doc – it's just necessary for tests.
    If you had a hypothetical case where your InDesign document's assigned CMYK profile and intended output was ISOcoated_v2_300_eci and you recieved grayscales for placement with different gray profiles assigned, I think you would have to make the conversion in Photoshop if you want the grayscales to be converted to your ISOcoated_v2_300_eci output intent space.
    So in this case I have a grayscale image with Dot Gain 10% assigned and you can see the 50% patch is reading as 50% in Info panel:
    If set my Working Gray space to the ISO Coated profile as above and do a Convert to Profile with the Destination set to Working Gray:
    The preview doesn't change but I get converted gray values—50% is now 44%:
    If I place the grayscale in an InDesign doc with ISOcoated_v2_300_eci assigned as the CMYK profile, the preview won't change (you have to turn on Overprint /Sep Preview), and the converted numbers will show in Separation Preview. The preview and numbers will also be unchanged in Acrobat if you export to default PDF/X-4

Maybe you are looking for

  • Could someone help me fix my graphics drivers in Ubuntu?

    I have a Radeon 9500 Pro video card.  Normally I use the restricted drivers, but they crash my computer (hard freeze) anytime I do anything with OpenGL (including glxgears and my own compiled OGL programs).  I decided to try to update to 8.03 and pra

  • Single Vertical Line When Using ADF for Scan or Copy on HP Officejet Pro 8600

    HP Officejet Pro 8600 Premium Printer (CN577A) OS: MS 7 64 bit When using the ADF for my CN577A HP Officejet Pro 8600 Premium printer, I get a single vertical line on the document that is produced. This occurs when copying or scanning, both in black

  • Power Mac G4 will not Recognize any Internal Hard Drives

    My G4 was working fine and I wanted to install a driver for a 'Twin Turbo Mac Video Card' I had in a PCI slot but it required OS9 running. At the time, I had two internal drives 230 and 120 G running 10.4.11 but no OS9. However, I did have an externa

  • Saving PDF as Word .doc or .rtf portrait landscape weirdness

    Hello all, I have a PDF that was originally created in Word (by someone, not sure who) and I have been asked to modify the text a bit. I began doing that in Acrobat 7.0.9 - but kept running into font encoding issues, and I'm almost dangerously cluele

  • New LaCie external DVD player/writer

    I recently purchase an external LaCie writemaster DVD unit at an Apple store. However, when I try to watch a movie, the icon doesn't appear on my desktop. I believe I've downloaded the software directly from the LaCie site and installed What am I doi