Pdf naming slugs

I have problems printing out page info when printing pdfs. Sometimes when I make a pdf by exporting from InDesign I can print the file out of Acrobat and i will print the crop marks and page info. Other times I have to go into "Advanced" and check off trim and page info. I dont know why this happens.
The other issue is when Im printing out oversized docs... sometimes the crops are in the wrong place (almost looks like its trying to tile) and/or the page info is illegible or off the page.  I have tried printing with Auto Rotate & Center on and with it off-but still get the same results. i have a 44" x 156" banner that I made a pdf for to show the client. When I print... the slug is too small to see. Can I add a footer manually and get it to print outside of the crop marks somehow? Thanks for any help with this. Im using Acrobat 8.1.5 and Mac OS 10.4.11.

Indesign CS3
More info of the problem can be found here:
http://www.layersmagazine.com/forum/showthread.php?s=1ea7a40e429318ae0029c8e5cc70d122&t=49 1&page=2
The work around listed below seems to work:
Apparently this is a huge problem that many designers who work with large workflows are frustrated with. It's actually not a bug but rather the way Adobe created InDesign.
To fix the problem, export your file as an .INX exchange file. Then open that file (make sure nothing got messed up) and save it over your original .INDD.
It's not a great fix, but it's the only one I've found. Apparently, this problem happens less with CS3.
I discovered the cause and fix for this problem on an Adobe.com forum at http://www.adobeforums.com/webx/.3bc2ecf5/25

Similar Messages

  • Save each page as PDF naming mod

    I had an issue I needed help with a while back, now I need to mod the script.
    Here's the original post
    Peter Kahrel, ""Save each page as PDF" naming mod?" #1, 16 Jan 2008 8:00 am
    I have a 456 page document that was made from a data merge. It has a background image, a foreground image and a job number/description.
    I need to save each page out as a jpg and name the file with the contents of the "jobnumber" text box. Previously Peter Kahrel helped me out tremendously with a little function that looked at the job number (which was always PNXX-xxxx) and swapped it out with the real job number.
    Now the contents of the jobnumber field isn't structured, i.e., "AvocadoSwirl_V", or "BurntSienna_G".
    Is there a way to set a script label for the "jobnumber" text box and just name the output file whatever is in there?
    Here is the existing script:
    var destinationFolder = Folder.selectDialog ("Choose a Folder");
    var myPDFExportPreset = app.pdfExportPresets.item("WebVidOverlay");
    doc = app.activeDocument;
    doc.sections.everyItem().includeSectionPrefix = false;
    app.findTextPreferences = null;
    app.findTextPreferences.findWhat = 'pnxx^9^9^9^9';
    found = doc.findText();
    for (i = 0; i < found.length; i++ )
    f = File (destinationFolder + "/" + found[i].contents + '.pdf');
    app.pdfExportPreferences.pageRange = found[i].parentTextFrames[0].parent.name;
    doc.exportFile (ExportFormat.pdfType, f, false, myPDFExportPreset);
    As always, Thanks a million,
    Randy

    >Does that sound do-able?
    Most things are doable, provided that your information is precise: first you say that pages may or may not have a text frame labelled "jobnumber" and that that frame may or may not have text in it (your post can be read like that anyway). Now you say that every page has a text frame labelled "jobnumber" and that that frame can be filled with either of three text strings. Or maybe all three strings? You say
    >then I should be able save each file with the names "Avocado.jpg", "Burnt Sienna.jpg" and "pnga-0431.jpg" respectively.
    Or do you mean "save each file with the names "Avocado.jpg", "Burnt Sienna.jpg" _OR_ "pnga-0431.jpg" respectively."? The way you phrased it, it looks as if you want to save three files from a page. But your example shows that you meant "or", not "and".
    But anyway, the last two lines of your example appear to make clear what you want. The attached script exports each page of the active document to JPG, using the contents of the text frame labelled "jobnumber" on that page. The script assumes that each page has such a text frame and that there is something in it, and that whatever is in it provides a legal file name. It doesn't do any error checking/catching at all.
    Peter
    app.jpegExportPreferences.resolution = 300;
    app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.exportRange;
    app.activeDocument.sections.everyItem().includeSectionPrefix = false;
    path = app.activeDocument.filePath + '/';
    p = app.activeDocument.pages.everyItem().getElements();
    for (i = 0; i < p.length; i++)
      jpg_name = p[i].textFrames.item ('jobnumber').contents + '.jpg';
      app.jpegExportPreferences.pageString = p[i].name;
      app.activeDocument.exportFile (ExportFormat.jpg, File (path + jpg_name));

  • CFDocument and PDF Named Destinations

    In essence I am building a single merged document (PDF)
    combining a single HTML document and n number of names from a SQL
    database. My plan is to use CFDocument to create a complete page
    set for each individual in the database and tack it on to the end
    of the PDF.
    As I process each individual I would like to insert a Named
    Destination in the PDF for that person at the beginning of their
    Page Set. Does anyone know how this can be done? Your help is
    greatly appreciated.
    Would it be better to use CFReport for this merge process?
    Can you add a Named Destination in CFReport generated PDF?

    Functionally, it appears that processing the allowed PDF parameters after opening a PDF involves (1) open the PDF then (2) process the parameter or parameters.
    Once the target PDF is "open" a second pass that attempts to process a parameter or parameters, on the now open PDF seem to not "take".
    So, typically, after open-process parameter(s) happens the PDF has to be backed out of. Then the same PDF can be "opened" again followed by processing of the parameter(s).
    If not already in hand, here's the reference document.
    Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf
    Be well...

  • Embedded pdf named destinations

    when i link my embeded pdf to a named destination it does not focus on the destination. it just goes to the page of the destination
    hers the code
                if(mysql_num_rows($result) > 0){
                    while($row = mysql_fetch_array($result)) {
                         $DEST = $row[deskID];
                        echo "<OBJECT CLASSID='clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11' WIDTH=700 HEIGHT=400>
                            <PARAM NAME='SRC' VALUE='BuildingPlan.pdf#nameddest=$DEST'>
                            <EMBED SRC='BuildingPlan.pdf#nameddest=$DEST' HEIGHT=450 WIDTH=600>
                                <NOEMBED> Your browser does not support embedded PDF files. </NOEMBED>
                            </EMBED>
                            </OBJECT>";       
    This is a really urgent problem if any one has any idea i would be very greatful

    Functionally, it appears that processing the allowed PDF parameters after opening a PDF involves (1) open the PDF then (2) process the parameter or parameters.
    Once the target PDF is "open" a second pass that attempts to process a parameter or parameters, on the now open PDF seem to not "take".
    So, typically, after open-process parameter(s) happens the PDF has to be backed out of. Then the same PDF can be "opened" again followed by processing of the parameter(s).
    If not already in hand, here's the reference document.
    Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf
    Be well...

  • Inconsistencies with file saving and PDF naming

    Sometimes when I save a file (or export a PDF) the assumed location is where I opened the file.  Other times it the assumed location is the last place I saved a file.  There does not seem to be any consistency.
    Also, when I save a PDF, the automatic name when saving is sometimes the same as the name of the INDD file I'm exporting from, other times the automatic name is from an older file version of an export.  For example my INDD file might be V7.INDD, but when I export to a PDF it goes back to a former version like V4.INDD.
    I don't mind how something is done, but I would like consistency to prevent errors on my part.  Are there settings that I'm missing?

    Check the title stated in the metadata of the file.  This gets created by all Adobe applications at creation of the file and if you export, print, or Create PDF the file name is gathered from that information.

  • Export PDF naming issue

    When exporting a file from ID CS4 patched all the way up I getting the wrong file name from files that have saved as with a different version number. For example files with saved as: filename-r4.idd
    are showing up as filename-r3.idd
    Ron Smith
    Inte-Great

    To reset a file so that the export will acquire the file name:
    export to
    .inx
    open and
    save as to the new file name
    then export to
    PDF
    Then, as J Maloney suggested, Save/Save As before exporting to PDF in the future. Or, if you do manually rename the PDF on Export, don't save the file afterwards.
    HTH
    -mt

  • Links to named destinations in IFRAME positioning the PDF a page and half past

    I created a PDF file w/ named destinations so that I can allow the Internet user w/ browser and Acrobat Reader plug-in to link to specific sections of the PDF. The zoom is set to Fit Horizontally, and the position is the top of the page in my example PDF. I used Acrobat Pro 8.1 to create the PDF.
    Problem is when trying to load the PDF into an IFRAME, displayed with the named destination using a tag like:
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1000#view=FitH&nameddest=Mission" target="myframe" >Click 1 </a>
    When clicking on the link to the named destination, the .pdf is loaded or reloaded into an IFRAME and the page with the named destination is usually correctly displayed. Only in IE 6,7,8 the pdf will frequently (about 1 out of 4 times) be positioned a page and a half past the named destination.  Clicking to a different link, and then back to the original link will usually reposition the PDF correctly. Chrome and Firefox always position the PDF exactly to the named destination.  I'd like to know how to create the named destination so that it will always be positioned correctly, or to use a different link that will always position correctly.  I'm using Reader 9.1.2
    HTML:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    </head>
    <body>
    <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1000#view=FitH&nameddest=Mission" target="myframe" >Click 1 </a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1100#view=FitH&nameddest=Highlights" target="myframe">Click 2 </a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1200#view=FitH&nameddest=Trustees" target="myframe">Click 3</a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1201#view=FitH&nameddest=Statement_of_Op erations" target="myframe">Click 4</a> <p>
    <a href="http://intranet" target="myframe">Click 5</a> <p>
    <iframe name="myframe" width="100%" height="800">
    </iframe>
    </body>
    </html>

    I'm working with Lyle on this, and I have done some additional testing.
    What I found is that the positioning for named destinations seems to work ok with IE8 when the html page and pdf file are located on one of our external web servers (rather than local intranet servers).
    I am wondering if this is due to the latency involved in downloading the file, allowing the DOM to register the plugin?
    I've posted a query at Microsoft's forum, but they are pointing me back to Adobe...saying they cannot know how the plugin handles rendering...even though I responded that it seems to work across the board with Firefox and Chrome.
    Here is my thread in the Microsoft forum.
    Erratic Behavior with PDF named destinations
    http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/4f6adaa2-de8f-47d6-b e4b-444edfdd26d7/

  • How do I split each page into a PDF and name them after a line of text on the split page?

    All,
    I am running a report that is creating hundreds of letters to be sent to customers.  When I run the report it creates one large PDF (one letter = one page).  To help with a specific business solution I need to split each page into an individual PDF.  I know I can extract the pages using the extraction tool.  I have also been able to duplicate this from the Javascript console, but only with generic names.  The problem is that I need each PDF named after the customer's account number.  The account number is listed on the page that I am extracting, but I am having a hard time parsining the text on the pages to find it.
    I need to be able to turn each page into a seperate PDF and then rename that PDF to match the account number list on the page.
    The account number, is of course, different for every customer and has varied prefixes.  The line of text that I need to read starts like this:
    Account Number#: NJA00001
    I need to just pull the NJA00001.
    I would really love to automate this process.
    Can you help me with this?  Thanks in advance.
    PS: I am a little rusty on my Javascript, its been a couple years.

    This can probably be achieved with a custom-made script, but it's not possible to know for sure before seeing some sample files.

  • What do i have to do to avoid "loading flash" when embedding video in pdf?

    I can embed h.264 video in pdf via acrobat pro or inDesign.
    However, there's always a moment of waiting, Acrobat Background color flashes up,
    before the movie is finally loaded and played back.
    I have seen Tutorials where this doesn't occur,
    but no difference seeable from what i do.
    Any ideas how to avoid this behaviour that occurs however i embed the video.
    Second problem: When i play the mebedded video in the full size of the presentation
    it kind of gets stuck on the slide. You have to hit the arrow button several times
    until at some point it actually advances to a random slide further down the presentation.
    My computer is very powerfull and i use the newest InDesign CC and Acrobat XI.
    I read all the help and i do what Adobe says i should do.
    Is it possible that Adobe just can't handle Video in PDF on a professional level??
    Any hints on how to make this look right is appreciated!
    best
    Stefan

    Adobe's promotion of Rich Media in PDF has reduced of late, it's no longer a headline feature for the Acrobat team (though the Frame guys seem addicted to it). Flash within "documents" is a legacy concept - sorry but that's just how it is. More and more people are consuming documents on devices or apps which cannot and will never support Flash/JavaScript/etc. that it's ruining the core principle of PDF - namely that a page looks the same to everyone.
    Adobe's decision is that media-enabled interactive files (called "publications", not documents) are now the domain of HTML5 (Edge, Muse, etc) or native apps (DPS). That's where the development is being concentrated.

  • [JS][CS4]PDF Export With RegExp Doesn't Include First Zero-Please Help

    This is a script we put together with the help of Jongware, Shonkyin and Kaysan a while back...
    Here's the link to the original thread:
    http://forums.adobe.com/thread/481958?tstart=0
    ( function() {
    if(app.documents.length != 0){
    var myFolder = app.activeDocument.filePath;
    if(myFolder != null){
    var myPageName, myFilePath, myFile;
    var myDocument = app.activeDocument;
         //var myBaseName = myDocumentName + "_" ;
              //1.  Update modified links, find and alert operator of missing links.
              var linksLog = updateLinks(myDocument, "");
         if (linksLog != "") {
              alert("Missing Links\n" + linksLog + "\nPlease resolve and try again.");
              return;
         function updateLinks(doc, log) {
              var myLinks = doc.links;
              for (var j = myLinks.length - 1; j >= 0; j--) {
                   switch (myLinks[j].status) {
                        case LinkStatus.normal :; case LinkStatus.linkEmbedded : break; // nothing to do
                        case LinkStatus.linkOutOfDate : myLinks[j].update(); break; // update
                        case LinkStatus.linkMissing :
                             log = log + "Link '" + myLinks[j].name + "' is missing\n";
                        break
                   } // end switch
              } // end for
              return log
         } // end updateLinks
    var my_suffix = decodeURI(app.activeDocument.name).replace(/^(\d+).*/, '$1');
    //my_suffix = Number(my_suffix);
    if (typeof (my_suffix) != 'number')
    my_suffix = Number(my_suffix);
    for(var myCounter = 0; myCounter < myDocument.pages.length; myCounter++){
        if (myDocument.pages.item(myCounter).appliedSection.name != ""){
            myDocument.pages.item(myCounter).appliedSection.name = "";
    myPageName = myDocument.pages.item(myCounter).name;
    app.pdfExportPreferences.pageRange = myPageName;
    myFilePath = myFolder + "/" + "MyTest_" + (my_suffix + myCounter) + ".pdf";
    myFile = new File(myFilePath);
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    myDocument.exportFile(ExportFormat.pdfType, myFile, false, "[Press Quality]");
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
        else{
            alert("No documents are open. Please open a document and try again.");
            exit();
    alert("Finished exporting");
    The problem is, I never considered pages 0 through 99. The script works perfect for 138-140 TEST 10_WORKER.indd. It creates PDFs named:
    MyTest_138.pdf
    MyTest_139.pd
    MyTest_140.pdf
    If the document name is 098-100 TEST 10_WORKER.indd, It creates PDFs named:
    MyTest_98.pdf -  should be MyTest_098.pdf 
    MyTest_99.pdf -  should be MyTest_099.pdf 
    MyTest_100.pdf - This is perferct
    And of course, the double 0s, 008-010 TEST 10_WORKER.indd
    MyTest_8.pdf -  should be MyTest_008.pdf 
    MyTest_9.pdf -  should be MyTest_009.pdf 
    MyTest_10.pdf -  should be MyTest_010.pdf 
    Why doesn't it use the first 0(s) in the name? 0 is a digit and every RegEx tester I've checked it with includes the zero.
    Any assistance with getting this script to use the leading zero if there is one would be greatly appreciated.
    Also, if there is a way to export each PDF from a multipage document which doesn't start with a number, it would be extremely helpful.
    Thanks in advance
    Danny

    The zeros aren't there because they never were there. Your loop starts at 0 and that could be a page number. To pad your page numbers to three-digit numbers, replace this line:
    myFilePath = myFolder + "/" + "MyTest_" + (my_suffix + myCounter) + ".pdf";
    with this one:
    myFilePath = myFolder + "/" + "MyTest_" + (my_suffix + pad(myCounter)) + ".pdf";
    and add the following function somewhere at the end of your script:
    function pad (n) {
        return ("00000"+n).slice(-3);
    Peter

  • PDF - Sharing Data?

    Ok, here's the background and my dilemma:  I work for a non-profit organization and we have employees filling out forms (protected MS Word Documents)  for our various clients in different departments.  Being the resident computer/IT guy, I was asked if we could translate a few of those forms into PDFs.  This wasn't a problem for me.  I do my Acrobat work on my PowerMac, but 98% of my users are PC.  I created the PDFs based on the MS Word Doc, they staff can open the PDF, type in the information, save as their file, print, etc.  No problems there.
    The problem is that I've been asked, and now after struggling for a few days to accomplish this, how to export the data from one completed PDF and import it into another PDF.
    For example, I have a Case Manager fill out information on a client referral in a PDF , save it as a PDF named for the client.  Now (and what they're really asking me to accomplish) they don't want to spend all that time filling out another PDF when some of the information is already on the initial form.  I don't need that whole "submitting information" capability that building a "PDF Form" curtails.  The information just needs to be transferred from one PDF to another.
    I know we have some PDFs in use from the US Government that I can have someone fill out, save as, then export the data in FDF file form, and then import that data to another (USGov) form.  So what am I missing here?  Why can't I seem to do the same?
    Any thoughts/insight would be helpful.  Thank you in advance for your efforts on my behalf.

    RCruseJFCS wrote:
    I know we have some PDFs in use from the US Government that I can have someone fill out, save as, then export the data in FDF file form, and then import that data to another (USGov) form.  So what am I missing here?  Why can't I seem to do the same?
    Is this being done with Reader, or do your users have Acrobat? If Reader, it could be that the forms have additional usage rights which allow Reader to export form data. It normally cannot do this, and Acrobat cannot apply this particular usage right. LiveCycle Reader Extensions can, but it isn't inexpensive. To confirm this, can you provide a link to one of the forms that allows this?
    You can set up the documents so that you can use JavaScript to copy form data from one to another. The documents that you want to copy data from need to set their "disclosed" property to true, and the documents that want to copy data need to have a script that checks the open documents to see if the one it needs to copy from is opened (using app.activeDocs), and then copy the field values into its own.

  • Password protecting part of a PDF

    Hi
    Is it possible to password protect part of a PDF, namely two radio buttons so that only those who have the authority can indicate a pass or fail on a form submission. Also if the form is emailed to the Assessor as an attachment is this restricted to 500 times (the form would be sent to the assessor for checking then marked and emailed as an attachment back to the submitter)?
    Very many thanks for any help.
    Derek UK
    (iMac OS10.6.5)

    Hi George
    Many thanks for your helpful answer. The form doesn't need to be very secure, so if you feel able to point me to the script, I would be very grateful.
    Regarding distribution, the job is for a student assignments. The form consists of a series of questions with spaces for students to type in their answers. The completed form is then saved and emailed to the assessor to mark as pass or fail then returned to the student. So it's the two radio buttons I want to protect so only the assessor can select them.
    I don't know how many copies of the assignment forms might be distributed - anything from a couple of hundred to a couple of thousand, if the project took off. The assignments would only be used as attachments.
    Regards and thanks,
    Derek

  • Trouble adding comments in new pdf

    Just upgraded from Acrobat 8 to 9 PRO.
    Frequently, when I create a new pdf (scanned document into computer or "print" photo to a pdf), I am unable to get the commenting tool bar to allow me to add commnets.
    This apparently is because the file is protected?
    But, if I have created the pdf, how do I remove that protection to allow commenting (arrows, boxes, text boxes, etc.)

    Our scanner is Panasonic DP-3010 multi-function machine - high capacity in an office environment.,
    My desktop software is set up to automatically save the scanned file as a pdf named by the day's date.
    I then open the file and resave it with a name that is appropriate.
    If I print a jpg, I open the photo in windows explorer (XP Pro SP3)/ opens Windows Picture and Fax Viewer,  and then "print" choosing "Adobe PDF" from the drop down list of available printers.
    All of this is just as in Adobe 8.
    I print to adobe and the window pops up with the pdf.  However, the commenting toolbar is not available.  That is the major difficulty that was never an issue with Adobe 7 or 8 but is now my stopping point with 9.  Arggh.
    Tim LaLonde
    Haskin Electric, Inc.
    1948-2008: 60 years strong!.

  • Automator: Render PDF as Images changes the filename.

    I have a PDF named "Bamboo Cutting Board Sales Sheet.pdf" that contains one image.
    When I run the PDF through the Automator action Render PDF As Images, the filename is saved and changed to "002ddf334.jpg.
    How do I keep the original file name?

    I see. 
    This worked when I tested on 1 PDF:
    The Run Shell Script Action is:
    basename=${1##*/}
    echo ${basename%.*}
    If it's still out of order, add: Sort Finder Items [by creation date] after Render PDF Pages as Images

  • Remove file name prefix when exporting to PDF

    Hello,
    I found a script here which exports the active document as a PDF to the desktop.
    I would like for it to change the file name such that the first two characters are removed.
    Example:
    The existing file name is: X_pagelayout.indd
    I would like this script to create a PDF named: pagelayout.pdf
    Thoughts?
    Your help is very much appreciated.
    var myFolder = "~\Desktop";
    var myDoc = app.activeDocument; 
    var myDocname = myDoc.name.split(".indd");
    myDoc.exportFile(ExportFormat.PDF_TYPE, File(new File(myFolder+"\\" + myDocname.join(".pdf"))));

    Hi tlumbis,
    I didn't get any issue, any way try the below new one.
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
    var myFolder = "~\Desktop"; 
    var myDoc = app.activeDocument;  
    var myDocname = myDoc.name.split("_")[1]; 
    var myNewName = myDocname.replace(/.indd/gi, ".pdf");
    myDoc.exportFile(ExportFormat.PDF_TYPE, File(new File(myFolder+"\\" + myNewName))); 
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    thx,
    csm_phil

Maybe you are looking for

  • Getting rid of Multiple Spaces in Code View (after Copying/Pasting)

    Hello, I'm trying to find a way to get rid of multiple spaces between words in Dreamweaver CS3's code view. Oftentimes, when I copy/paste text from elsewhere (e-mail, website, etc), the Dreamweaver code shows up with multiple spaces. Normally, that w

  • Rebuild library one song at a time? Is there a work around?

    Just got an email from Apple saying they cannot help me with this, even if i pay their service charge! Great customer service apple. My library crashed during the fix so i am attempting to rebuild my library from my hard drive and transfer it to itun

  • Check on Date

    Dear we are creating credit memo request ( order type ZCR) with reference to the Invoice , we need a check that system will allow to create credit memo request (ZCR) only for those invoices that generate in past . System stops for creating credit mem

  • Website and iphone web app

    launching iphone app and app website the site address is www.gcminteractive.com, feel free to have a look and let me know what you think you can also dowload the app for free.

  • COPA exit COPA0007 for external data transfer

    Hello all, Have anyone already used COPA0007 Enhancement? Is ther any customizing that is needed in order to SAP stop execution with a break-point in the FM's associated. I'm trying to change data in external data transfer and I can not stop executio