Importing multiple pdf's in infoview at a time.

Hi ,
As you know through infoview we can import pdf, word or excel file which are in our local system through infoview.
Steps:
In infoview --> New -->document from local computer --> pdf
We browse and select them into infoview.
Is there any possibility if I have 20 pdf's in my desltop to import it at one go.
Any help will be really appreciated.

You can do this by publishing through the SDK.
I have attached a sample that shows how to publish a Crystal Report to the Enterprise system; you will need to modify this to suit your needs.
For example, the plugin you use would be the CrystalEnterprise.PDF plugin.
As well, I would suggest becoming familiar with the Developer Library: http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
This contains all of the relevant documentation for our SDK's.

Similar Messages

  • Importing multiple PDF pages into text boxes

    Hi,
    Im wanting to import a pdf doc of adverts (roughly 300 pages) into indesign into a text box to allow me to treat the individual pages as text items to allow me to space them and fit them to the pages accordingly. I can add single pages into a text box using the place command however it wont flow all the pages into the text box one after each other.
    is this possible?

    I expect this would need to be scripted unless you are able to use a grid,  in which case the "gridified" placing options in CS5 might allow you to place  all the pages that will fit on a single page at one time from the loaded cursor.  That's not something I've played with, though so I can't wear it would  work.
    I'm not sure placing them as inline anchored objects (as you describe), by  the way, is going to give you the sort of placement control you want.

  • Import multiple pdf into indesign file

    Hi ALL,
    Trying Script:
    By using inbuilt script "PlaceMultipagePDF.jsx" import all the pdf in the selected folder (i.e., 111.pdf, 222.pdf, 333.pdf) in the "test.indt"
    But my requirement:
    1. open test.indt file and import 111.pdf alone after that close with any file naming.
    2. open test.indt file and import 222.pdf after that close with any file naming.
    3. open test.indt file and import 333.pdf after that close with any file naming.
    Trying Script Code:
    var myFolder = Folder.selectDialog("Select the folder containing the Indesign Files", "");
    var myIFiles = myFolder.getFiles("*.indt")
    for(j=0; j<myIFiles.length; j++)
        var myIndesignFile = myIFiles[j]
        app.open(myIndesignFile)
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    var myFolder = Folder.selectDialog("Select the folder containing the PDF Files", "");   //Please check this line
    var myFiles = myFolder.getFiles("*.pdf")
    for(i=0; i<myFiles.length-1; i++)
        var myPDFFile= myFiles[i]
        var myDocument = app.documents[0];
            if(myDocument == true){
                var myPage = myChoosePage(myDocument);
            else{
                myPage = myDocument.pages.item(0);
            myPlacePDF(myDocument, myPage, myPDFFile);
    function myChoosePage(myDocument){
        var myPageNames = new Array;
        //Get the names of the pages in the document
        for(var myCounter = 0; myCounter < myDocument.pages.length;myCounter++){
            myPageNames.push(myDocument.pages.item(myCounter).name);
        return myPage;
    function myPlacePDF(myDocument, myPage, myPDFFile){
        var myPDFPage;
        app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;
        var myCounter = 1;
        var myBreak = false;
        while(myBreak == false){
            if(myCounter > 1){
                myPage = myDocument.pages.add(LocationOptions.after, myPage);
            app.pdfPlacePreferences.pageNumber = myCounter;
            myPDFPage = myPage.place(File(myPDFFile), [0,0])[0];         //check this line
            if(myCounter == 1){
                var myFirstPage = myPDFPage.pdfAttributes.pageNumber;
            else{
                if(myPDFPage.pdfAttributes.pageNumber == myFirstPage){
                    myPage.remove();
                    myBreak = true;
            myCounter = myCounter + 1;
    Can anyone give solution for my question.
    Thanks
    BEGINNER

    Hi,
    Try b/m code
    var myFolder = Folder.selectDialog("Select the folder containing the Indesign Files", "");
    var myIFiles = myFolder.getFiles("*.indt")
    for(j=0; j<myIFiles.length; j++)
        var myIndesignFile = myIFiles[j];
        app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
        var myFolder = Folder.selectDialog("Select the folder containing the PDF Files", "");   //Please check this line
        var myFiles = myFolder.getFiles("*.pdf")
        for(i=0; i <= myFiles.length-1; i++)
            app.open(myIndesignFile);
            var myPDFFile= myFiles[i];
            var myDocument = app.documents[0];       
            if(myDocument == true){
                var myPage = myChoosePage(myDocument);
            else{
                myPage = myDocument.pages.item(0);
            myPlacePDF(myDocument, myPage, myPDFFile);
            if(app.activeDocument.modified == true){           
                app.activeDocument.save(new File(String(myFiles[i]).replace('.pdf','') + ".indd"));
                app.activeDocument.save();
                app.activeDocument.close()
    Thanks
    Bala...

  • Can we import multiple pdf's at a time in the repository through infoview.

    Hi ,
    As you know through infoview we can import pdf, word or excel file which are in our local system through infoview.
    Steps:
    In infoview --> New -->document from local computer --> pdf
    We browse and select them into infoview.
    Is there any possibility if I have 20 pdf's in my desltop to import it at one go.
    Any help will be really appreciated.

    use the publishin wizard
    select "Add Folders"
    and select "Acrobat Reader (PDF)"
    good luck

  • How can I import multiple PDF pages into ID?

    I am putting together a catalog which consists of over 400 pages. We had the products on our website exported into a PDF format and I need to add a header and footer to each page via a master page in ID. I don't need to edit the actual PDF but I need to create a layer on top of what was exported. How can I import the 400 pages to be independent of each other without manually placing them?

    Depending upon what you want in the header or footer, you do it in
    Acrobat...Document>Header and Footer>Add.
    There's a multipage PDF place script that ships with ID...open the
    scripts panel and it should be there.
    Bob

  • Import multiple records into a PDF document?

    I'm not sure I'm using the correct terms, but let me spell out my problem.
    I have a PDF document with several text forms named with the same names as columns in an Excel spreadsheet saved into txt format.
    The forms are duplicated onto several pages so if there are five records in the spreadsheet, there are five pages in the PDF.
    I am able to open the PDF and choose Import Form Data and point to the Excel txt file.
    But in the Import Data from Delimited Text File dialog box, I am only able to choose one record at a time.
    I was hoping to be able to import multiple records onto multiple pages. This way I could do a bulk printing of the spreadsheet data into the PDF. But doing one record at a time is cumbersome and won't work as we expand the project.
    Any clues as to how to do this better?

    John,
    I don't have the actual client's data as that is proprietary.
    I do have two silly little test files that I put together, but I think you've answered my question.
    I've already told the client to use Word (gasp) and Excel with a mail merge and then export to PDF or print directly.
    Ironically this could have also been done with InDesign.
    But as much as I had to recommend Word, it was nice that the client started out by wanting PDF.

  • SCRIPT TO IMPORT MULTIPLE PLACED IMAGES..AND OUTPUT MULTIPLE IMAGES TO SINGLE PDF.

    Anyone got a script to import multiple placed images into CS4? or is this possible in CS5?
    and can we output multiple layers into a single PDF in illustrator?  Or multiple layers into single JPEGS from illustrator with one command instead of individually saving out each page... would be a huge time saver for me.
    Currently I output each completed layer individually and then right click those outputted jpegs in their output folder and choose "combine supported files into acrobat..." to make a single acrobat file..
    I`d also like to be able to CTRL click multiple layers and go save as... only those layers get saved out...
    And so adding something in the Save for PDF output dialogue box to save layers to multiple pages would be a helpful time saver..

    In CS 4 and CS 5 you can drag and drop fro m the finder or the Bridge, and I guess any other similar type viewer, multiple number of image files to a document. You can configure the bridge in such a way as to allow you to see the Bridge and your document at the same time for this very purpose.
    If you just drag and drop the files are linked if you drag while holding the shift key then the files will be embedded.
    ID and PS CS 5 have a minibridge which works the sam way but is an actually panel and will stay in the front.
    I separate the images but they import one on top of another.

  • Importing into multiple pdfs?

    Is there a solution to the following problem?...
    I can inport from a single lined excel sheet into a pdf form.
    But can I import from a multiple lined excel sheet?
    I have multiple lines in a Excel sheet (tab delimited) to go into pdf forms, set up from a template.
    Each excel line to go into a single templated pdf. (all with the same field names).
    So I will end up with multiple pdf forms each with one line from the excel sheet.
    Many thanks,
    letsgs

    It's possible, but to do it in Acrobat would require some custom JavaScript programming since there is not a built-in method for doing this. The script would have to open the template document, import the appropriate record from the data file, save the modified document, and repeat until all of the records have been dealt with.

  • Multiple pdf attachments from server folder using SO_DOCUMENT_SEND_API1

    Dears,
    I am trying to build a program able to send an email with multiple pdf attachments.
    The files are stored in a folder in SAP server.
    I am able to generate a pdf file from a spool and sucessfully attach it to the email using:
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
          IMPORTING
            bin_filesize           = v_bin_filesize
          TABLES
            otf                    = job_output_info-otfdata
            doctab_archive         = it_docs
            lines                  = it_lines
          EXCEPTIONS
            err_conv_not_possible  = 1
            err_otf_mc_noendmarker = 2
            OTHERS                 = 3.
        IF sy-subrc = 0.
          LOOP AT it_lines.
            TRANSLATE it_lines USING ' ~'.
            CONCATENATE gd_buffer it_lines INTO gd_buffer.
          ENDLOOP.
          TRANSLATE gd_buffer USING '~ '.
          DO.
            it_mess_att_aux = gd_buffer.
            APPEND it_mess_att_aux.
            SHIFT gd_buffer LEFT BY 255 PLACES.
            IF gd_buffer IS INITIAL.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
    Internal table it_mess_att_aux is the parameter contents_bin of FM SO_DOCUMENT_SEND_API1.
    I have now 2 files on a server folder which I would like to include as well.
    I am reading the content of the pdf files in following way:
    DATA:   gd_buffer                 TYPE string,
          OPEN DATASET lv_fileserver FOR INPUT IN BINARY MODE.
          IF sy-subrc <> 0.
            MESSAGE e257(zmsgsd) WITH lv_fileserver.
          ELSE.
            CLEAR: it_mess_att_aux[], gd_buffer.
            DO.
              READ DATASET lv_fileserver INTO gd_buffer.
              IF sy-subrc <> 0.
                EXIT.
              ENDIF.
              APPEND gd_buffer TO it_mess_att_aux.
            ENDDO.
            APPEND LINES OF it_mess_att_aux TO it_mess_att.
    I do not understand the purpose of the statement:
            TRANSLATE it_lines USING ' ~'.
    in this context. Could anyone explain it?
    All the files are attached to email with the desired name but corrupted and with the wrong size.
    Can anyone help me build the logic to attach a pdf file from server in a email?
    Thank you in advance,
    Kind Regards,
    João Cabrita

    hi , try this ,it is working fine  .
      DATA: i_objbin LIKE solisti1 OCCURS 0 WITH HEADER LINE,
              i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
              i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
    *          wa_doc_chng LIKE sodocchgi1,
              i_objtxt LIKE solisti1 OCCURS 0 WITH HEADER LINE,
    *         i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
           i_objhead LIKE solisti1 OCCURS 0 WITH HEADER LINE,
          i_tline TYPE TABLE OF tline WITH HEADER LINE,
          i_record LIKE solisti1 OCCURS 0 WITH HEADER LINE,
          wa_doc_chng LIKE sodocchgi1,
          v_lines_txt TYPE i,
           l_lines TYPE I VALUE '20'.
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format        = 'PDF'
          max_linewidth = 132
        IMPORTING
          bin_filesize  = bin_filesize
        TABLES
          otf           = int_tab_otf_final
          lines         = int_pdf_tab.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *****************soc ranjan***************************
    *  IF full_path IS INITIAL.
    *    CALL METHOD cl_gui_frontend_services=>file_save_dialog
    *      EXPORTING
    **    WINDOW_TITLE         =
    **           DEFAULT_EXTENSION    = 'PDF'
    **    DEFAULT_FILE_NAME    =
    *           file_filter          = 'Portable Document Format (.pdf)' " for restricting saving file only as pdf
    *      CHANGING
    *        filename             = file_name
    *        path                 = file_path
    *        fullpath             = full_path
    *    IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *    ENDIF.
    *  ENDIF.
    ******************eoc ranjan*****************
    *break-point.
      CONCATENATE full_path git_select_option-pernr INTO path SEPARATED BY '_'.
      CONCATENATE path 'PDF' INTO path SEPARATED BY '.'.
    **  **************************for downloading*********************************
    *  CALL FUNCTION 'GUI_DOWNLOAD'
    *    EXPORTING
    *      bin_filesize = bin_filesize
    *      filename     = path
    *      filetype     = 'BIN'
    *    IMPORTING
    *      filelength   = file_size
    *    TABLES
    *      data_tab     = int_pdf_tab.
    *  IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *  ENDIF.
      CLEAR : lop , el , sl , cl .
    *  ******************addeddd later  by ranjan  21.04.2011
    DATA : desc TYPE char40 ,
          desc1 TYPE char100 .
      CALL FUNCTION 'QCE1_CONVERT'
    TABLES
    t_source_tab = int_pdf_tab
    t_target_tab = i_record
    EXCEPTIONS
    convert_not_possible = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    WRITE : / 'Error in conversion of pdf lines'(015).
    ENDIF.
    APPEND LINES OF i_record TO i_objbin.
    *Creation of the entry for the compressed attachment
    DESCRIBE TABLE i_objbin LINES bin_filesize.
    i_objtxt = 'Hi'.
    APPEND i_objtxt.
    i_objtxt = '                                     '.
    APPEND i_objtxt.
    i_objtxt = 'Pls  find  the attached  salary slip ' .
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '         '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '        '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '         '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '         '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = 'Regards:  '.
    APPEND i_objtxt.
    i_objtxt = 'Corporate HR  '.
    APPEND i_objtxt.
    DESCRIBE TABLE i_objtxt LINES L_LINES.
    READ TABLE i_objtxt INDEX L_LINES.
    wa_doc_chng-doc_size = ( L_LINES - 1 ) * 255 + STRLEN( i_objtxt ).
    *Creating the entry for the compressed document
    CLEAR i_objpack-transf_bin.
    i_objpack-head_start = 1.
    i_objpack-head_num = 0.
    i_objpack-body_start = 1.
    i_objpack-body_num = L_LINES.
    i_objpack-doc_type = 'RAW'.
    APPEND i_objpack.
    ***CLEAR:  i_objpack .
    ***i_objpack-transf_bin = ' '.
    **i_objpack-head_start = 1.
    **i_objpack-head_num = 0.
    **i_objpack-body_start = 1.
    **i_objpack-body_num = L_LINES.
    **i_objpack-doc_type = 'TXT'.
    **i_objpack-obj_descr = desc1 .
    **APPEND i_objpack.
    *CLEAR: i_objhead .
    *i_objhead = DESC.
    *APPEND i_objhead.
    *break-point .
    i_objpack-transf_bin = 'X'.
    i_objpack-head_start = 1.
    i_objpack-head_num = 1.
    i_objpack-body_start = 1.
    i_objpack-body_num = bin_filesize.
    i_objpack-obj_name = 'Employee Payslip'.
    i_objpack-obj_descr = 'Employee Payslip'.
    i_objpack-doc_size = bin_filesize  * 255 .
    i_objpack-doc_type = 'PDF'.
    APPEND i_objpack.
    CONCATENATE 'Salary Slip of Month' p_month INTO desc SEPARATED BY ' ' .
    *DESCRIBE TABLE i_objtxt LINES v_lines_txt.
    *READ TABLE i_objtxt INDEX v_lines_txt.
    ****wa_doc_chng-doc_size = ( v_lines_txt - 1 ) * 375 + STRLEN( i_objtxt ).
    wa_doc_chng-obj_name = 'Payslip'.
    wa_doc_chng-expiry_dat = sy-datum + 10.
    wa_doc_chng-obj_descr = desc.
    wa_doc_chng-sensitivty = 'F'.
    wa_doc_chng-doc_size = v_lines_txt * 255.
    CLEAR i_objpack.
    DATA: l_usrid_long TYPE pa0105-usrid_long.
    DATA : emessage(70) TYPE c.
    CLEAR : l_usrid_long.
    SELECT SINGLE usrid_long
    FROM pa0105
    INTO l_usrid_long
    WHERE pernr = git_pa0001-pernr
    AND subty = '0010'.
    *break-point.
    IF sy-subrc EQ 0.
    i_reclist-receiver = l_usrid_long.                     
    i_reclist-rec_type = 'U'.
    i_reclist-com_type = 'INT'.
    APPEND i_reclist.
    ELSE.
    WRITE:/ 'No email id is maintained for this personnel number' , git_pa0001-pernr.
    ENDIF.
    IF NOT i_reclist[] IS INITIAL.
    ***************************************for senders id *************************************
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
      EXPORTING
        document_data                    = wa_doc_chng
      put_in_outbox = 'X'
       sender_address                   = 'xys'
       sender_address_type              = 'SMTP'
       commit_work                      = 'X'
    * IMPORTING
    *   SENT_TO_ALL                      =
    *   NEW_OBJECT_ID                    =
    *   SENDER_ID                        =
      TABLES
    packing_list = i_objpack
    object_header = i_objhead
    contents_bin = i_objbin
    contents_txt = i_objtxt
    receivers = i_reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8.          .
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • How do I output a large Ai file as multiple PDFs (via views, pages, whatever)

    I am working in FreeHand 10 and Illustrator CS3 on a large street map. The client wants to do his own edits to the map in Illustrator (version unknown) then output it so he can show a section per page, in an atlas he plans to publish. And maintain the map himself in the future. The base map is 30 inches square, and the section excerpted on each page of his atlas will be 7 x 9 inches.
    The client currently outputs (text-only) directories in MS Word, and I'm wondering if I need to tell him "Hey, you need to buy and learn InDesign (as well as Illustrator) to output your atlas" or whether there's an easy way to output a large map in multiple PDFs, a page at a time that he could use as images in Word. I am trying to keep it sensible for everyone plus affordable.
    What I know about Word is you can make a picture box, and crop images placed in the picture box, but I could only get it to crop an inch or two at most. Not the comparative "limitless" picture box found in Quark (and I assume InDesign).
    (In FreeHand I had a similar atlas project where I created the master map on page 1, then made a couple dozen small pages, each with a rectangle (a frame) on a top layer. I gave each frame a "lens fill" set to a magnification of 1X, and put the centerpoint over the desired part of the master map. The section of the map appeared in the frame. This worked great for the first five or ten pages -- I could make multi-page PDFs -- a sort of PDF atlas. Eventually all the processing of lines, type, and fills bogged down my Mac's (or FreeHand's) memory so the PDF export would abort mid-stream -- I ended up outputting only individual map pages or 10-12 pages per PDF).
    IS THERE A WAY to do a similar, multi-page output, or a series of little PDFs, in CS3? (Or in CS4, which is in the mail)? I know the "professional" way is to place the full EPS or PDF of the map in a page layout program and crop the picture box to the desired area. That's making more and more sense.
    I get the sense from what I don't find in the CS3 User Manual that the only way to output a drawing is a page at a time (and naturally only one page per file). I would feel a little nervous in CS4 making an array of multiple pages butted against each other and laying the map on top of them all (but maybe that would work). CS4 has "views" but I don't know if they correspond to output files.
    There are enough pages in the finished atlas that it's not economical to make the master map into a big PDF, save multiple copies, then crop each PDF on a different section of the map (such as using Apple Preview). Enough hand-work that labor would equal the cost of the software we're tentatively too frugal to buy. (A clue as to how to proceed).
    The client is on a PC (not necessarily a powerful one); has a friend with Illustrator. Is open to upgrading his equipment. I'm on a Mac G4, running Illustrator CS3 and soon CS4.
    At a certain point it may be the least troublesome approach is to lay the learning curve and burden of [computer and] software acquisiiton on the client and let each piece of software do what it does best. Or say, "sorry, editable files aren't practical, but here's a good set of prints for you to mark up, and I'll do the edits and make you a set of PDFs" which is more how I usually work.
    I acknowledge this was a rather long, multi-stranded question; thanks to anyone who waded through it, and I apprciate any wisdom anyone can offer. Thanks!

    ...continued
    If this is a valued and expectedly ongoing relationship, regardless of whether the files working files are going to be in FH or AI, I would make sure that both your and his working files are both on the same application (and I would say even the same platform).
    > The client currently outputs (text-only) directories in MS Word, and I'm wondering if I need to tell him "Hey, you need to buy and learn InDesign (as well as Illustrator) to output your atlas".
    I would politely and briefly commend the client for considering doing his own routine edit maintenance, but caution him that such edits need to be done in the native map files, not in the "container" file of whatever program he imports the artwork into. Doing so will likely involve a not-impractical, but still-significant learning curve for him or his staff--editing the maps requires at least working familiarity with a vector drawing program--and offer your services to help him along the way as he learns. If the client is going to commit to doing his own edits, he needs to commit up-front to doing them
    correctly in the native illustration files' format. Otherwise, he will be asking for trouble down the road that will eventually cost him more than the benefits of bringing the edits in-house.
    >...or whether there's an easy way to output a large map in multiple PDFs, a page at a time that he could use as images in Word.
    PDF exported from FH will not provide the client the editability you have suggested he needs. PDF exported from Illustrator (with AI editability included) will have the same file-size problem you've already encountered: Content of the map beyond the page is merely masked, not actually removed.
    > I am trying to keep it sensible for everyone plus affordable.
    I commend
    you for that stance. Freelance illustrators often shoot themselves in the foot by being overly protective of
    practial illustration / design work that a client rightly
    needs to be able to edit. Helping the client achieve self-sufficency can be just as profitable (or more so) than requiring the client to come back to you for every little edit.
    > What I know about Word...
    Include in your explanation with your client: Common office- or personal-productivity software, by their nature, lack technical capability necessary and proper for commercial reproduction. It's not that they are "bad" or "amateurish" programs; they're just not designed for the purpose.
    Leave open the option of re-importing the map illustrations into Word, if the client still wants to. But re-emphasize that any routine
    editing of the working map files needs to be done in their native illustration program.
    > (In FreeHand I had a similar atlas project where I [used Lens objects]. This worked great for the first five or ten pages...[but eventually]...bogged down....
    Illustrator provides nothing like FreeHand's excellent Lens Fill feature. You can use Clipping Masks and Symobls as a cumbersome workaround, but you'll have the same file-size issues, because you are merely masking artwork, not actually removing it.
    I must admit I can't remember if FH's Lens objects actually trim to their content after being Ungrouped, (and don't presently have FH on this laptop to check), but I don't think so. If they did, then Lens objects would be an alternative to the other cutting method described below.
    > IS THERE A WAY to do a similar, multi-page output, or a series of little PDFs, in CS3? (Or in CS4, which is in the mail)?
    I strongly suspect that artwork that
    spans adjacent pages in AI CS4 will be treated the same as artworking which
    extends beyond the artboard in current AI: it will be merely masked with a clipping path when exported to PDF, not trimmed. The same sloppy and data-heavy content problems will persist.
    > I get the sense from what I don't find in the CS3 User Manual that the only way to output a drawing is a page at a time (and naturally only one page per file).
    No. In CS3 you could:
    1. Open the 30 x 30 map in AI on a 30 x 30 Artboard.
    2. In the Print dialog, set up 7 x 9 page tiling, and in the Output pane, select Tile Full Pages.
    3. Export a multi-page PDF.
    But again, the content of the PDF pages would merely mask the artwork that extends beyond each page tile. Your PDF file(s) will still likely be much larger than necessary.
    Understand, that may still be a workable option if the client places in his page layouts some
    other format that actually crops the artwork. In other words, you could:
    1. Get the FH native artwork into AI and perform all the cleanup necessary for the AI file to become from now on your permanent working file.
    2. Use a single Artboard, and use PageTiling as described above to export the multi-page PDF.
    3. Use Acrobat Professional to export the PDF pages to raster images.
    4. Place the raster images in whatever program is to be used for the whole document page layouts.
    > The client is on a PC (not necessarily a powerful one); has a friend with Illustrator. Is open to upgrading his equipment. I'm on a Mac G4, running Illustrator CS3 and soon CS4.
    The above workflow should work fine. To be self-sufficient, it would require as a minimum:
    * The client contracting with you to build a proper and clean AI version of the FH map. Depending on the actual content, that may be a straightforward file translation, or it may require alot of tedious and time-consuming cleanup after importing the FH artwork.
    * The client (and/or friend) would need Illustrator and Acrobat Pro, plus whatever program he choses for the page assembly work. If he/they use AI CS4, that
    may suffice for the page-assembly portion of the work, too. That's yet to be seen. One limitation that comes immediately to mind is that AICS4's long overdue multiple page capability is (unlike FH's) limited to 100 pages.
    > Or say, "sorry, editable files aren't practical, but here's a good set of prints for you to mark up, and I'll do the edits and make you a set of PDFs" which is more how I usually work.
    That is, of course, for you to work out with the client. It sounds like your head is screwed on straight. You are looking for the most practical and expedient solution to server your customer, not being denfensive and desirous of requiring the client to come to you for every little edit.
    The decisions is going to boil down to how much actual illustration editing know-how he wants to take on. It can be a great hands-on training opportunity for you as his "on call" trainer. That arrangement would provide your client the practical autonomy he wants, with the comfort and confidence that things won't get out of whack with you as his outsource guru.
    Or, the client may find that the editing tasks require more hands-on skill than he wants to take on. Consider doing a walk-through exercise to show him (and/or his staff) the skills involved in the kinds of edits they will need to make routinely.
    Regardless, though, I would firmly insist that the editing needs to be always done "according to Hoyle" in the native illustration program--and
    never (stress this) by means of cheezy workaounds in the page-layout program, or some intermediate program. That is
    not in your client's best interest, even if it seems initially the "easy way out." It will quickly lead to the map artwork becomming an unmanageable mess.
    continues...
    JET

  • Place multiple PDF files (or a folder of PDF files) into one InDesign document

    Hi,
    I know there are several scripts to place multipage Pdf's in InDesign.
    Based on those scripts I made one myself which places a PDF file with multiple pages as an InLine graphic where the name of the PDF file is inserted as a heading.
    Works great. But when I want to import 20 PDF files I have to run that script 20 times which isn't handy.
    So I'm looking for a way to choose a folder in which are several PDF-files that will be placed inside 1 ID doc.
    Any suggestions?

    Use .selectDlg():
    function getPDFs(){
        var f = someFolder.selectDlg ('Select a folder')
        if (f != null){
            return f.getFiles('*.pdf');
        return [];
    Peter

  • How to Merge Multiple PDF's

    HI Forum
    I am a newbie to both Acrobat and VB,
    Basically a perl Developer,
    I have created a application to Merge multiple PDF's into a Single PDF, but the problem I am facing is some pages are missed during Merging
    For Example
    I have 4 pdf's (1.pdf, 2.pdf, 3.pdf, 4.pdf), each PDF has 2 pages, totally 8 pages,
    When i merge using my application, it is getting collapsed and then merged
    Here is my Code
    <code>
    Imports System.IO
    Imports Acrobat
    Public Class Form1
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            MergePDF()
        End Sub
        Sub MergePDF()
            Dim gPDDoc1 As AcroPDDoc
            Dim gPDDoc2 As AcroPDDoc
            Dim gPDDoc3 As AcroPDDoc
            Dim gPDDoc4 As AcroPDDoc
            gPDDoc1 = CreateObject("AcroExch.PDDoc")
            gPDDoc2 = CreateObject("AcroExch.PDDoc")
            gPDDoc3 = CreateObject("AcroExch.PDDoc")
            gPDDoc4 = CreateObject("AcroExch.PDDoc")
            Dim chk1 = gPDDoc1.Open("D:\sathish\1.pdf")
            Dim chk2 = gPDDoc2.Open("D:\sathish\2.pdf")
            Dim chk3 = gPDDoc3.Open("D:\sathish\3.pdf")
            Dim chk4 = gPDDoc4.Open("D:\sathish\4.pdf")
            Dim mergefile As Boolean
            Dim numpg1, numpg2, numpg3, numpg4
            numpg1 = gPDDoc1.GetNumPages()
            numpg2 = gPDDoc2.GetNumPages()
            numpg3 = gPDDoc3.GetNumPages()
            numpg4 = gPDDoc4.GetNumPages()
            MsgBox(numpg1 & numpg2 & numpg3 & numpg4)
            mergefile = gPDDoc1.InsertPages(numpg1 - 1, gPDDoc2, 0, 1, 0)
            mergefile = gPDDoc1.InsertPages(numpg2 - 1, gPDDoc3, 0, 1, 0)
            mergefile = gPDDoc1.InsertPages(numpg3 - 1, gPDDoc4, 0, 1, 0)
            Dim savemergefile As Boolean
            savemergefile = gPDDoc1.Save(1, "D:\sathish\merged.pdf")
        End Sub
    End Class
    </code>
    I Dont know how to give the correct page end to merge,
    Thanks in Advance for your Kind replies,
    Thanks & Regards
    Sathish V.

    Great idea. do you have example code? I found some code but it its contingent upon the pages having a page number on them. the pdfs im dealing with have no page numbers on the pages. also this code deletes pages in a range. I need to delete all other pages except for the page numbers on the range. thanks! Option Explicit Sub Delete_PDF_Pages() ' Adobe code based on http://vbcity.com/forums/t/51200.aspx Dim xMsg          As String Dim xInput        As String Dim xOutput        As String Dim xResponse      As Long Dim xLast_Row      As Long Dim xErrors        As Long Dim xDeleted      As Long Dim i              As Long Dim j              As Long Dim AcroApp        As CAcroApp Dim AcroPDDoc      As CAcroPDDoc Dim AcroHiliteList As CAcroHiliteList Dim AcroTextSelect As CAcroPDTextSelect Dim xarray()      As Variant Dim PageNumber    As Variant Dim PageContent    As Variant Dim xContent      As Variant xInput = "C:\Users\jaime\Desktop\Granado LLC\test\TestPages.pdf" xOutput = "C:\Users\jaime\Desktop\Granado LLC\test\TestPages_Output.pdf" xLast_Row = [A1].SpecialCells(xlLastCell).Row ReDim xarray(xLast_Row) xResponse = MsgBox("About to delete all pages which contain values from the range A1:A" & xLast_Row & Chr(10) _             & Chr(10) & "Input:" & Chr(9) & xInput _             & Chr(10) & "Output:" & Chr(9) & xOutput _             & Chr(10) & Chr(10) & "('OK' to continue, 'Cancel' to quit.)", vbOKCancel, "Delete Pages") If xResponse = 2 Then     MsgBox "User chose not to continue. Run terminated."     Exit Sub End If ' Files and data OK? If Dir(xInput) = "" Then xMsg = "Input file not found - " & xInput & Chr(10) If Dir(xOutput) <> "" Then xMsg = "Output file exists - " & xOutput & Chr(10) xarray = Application.Transpose(Range("A1:A" & xLast_Row)) For i = 1 To xLast_Row     If Not IsNumeric(xarray(i)) Or xarray(i) = "" Then         xMsg = "Non-numeric ""Delete"" value of """ & xarray(i) & """ found on row " & i & Chr(10)         Exit For     End If Next If xMsg <> "" Then     MsgBox (xMsg & Chr(10) & "Run cancelled.")     Exit Sub End If ' Open the PDF... Set AcroApp = CreateObject("AcroExch.App") Set AcroPDDoc = CreateObject("AcroExch.PDDoc") If AcroPDDoc.Open(xInput) <> True Then     MsgBox (xInput & " couldn't be opened - run cancelled.")     Exit Sub End If ' Read each page... For i = AcroPDDoc.GetNumPages - 1 To 0 Step -1     Set PageNumber = AcroPDDoc.AcquirePage(i)     Set PageContent = CreateObject("AcroExch.HiliteList")     'Get up to 9,999 words from page...     If PageContent.Add(0, 9999) <> True Then                 Debug.Print "Add Error on Page " & i + 1         xErrors = xErrors + 1         Else         Set AcroTextSelect = PageNumber.CreatePageHilite(PageContent)             If Not AcroTextSelect Is Nothing Then             xContent = ""             For j = 0 To AcroTextSelect.GetNumText - 1                 xContent = xContent & AcroTextSelect.GetText(j)             Next j             For j = 1 To xLast_Row                 If InStr(1, xContent, xarray(j)) > 0 Then                     Debug.Print "Page " & i + 1 & " contains " & xarray(j) & " - " & xContent                     ' To avoid problems with the delete...                     Set AcroTextSelect = Nothing                     Set PageContent = Nothing                     Set PageNumber = Nothing                     If AcroPDDoc.DeletePages(i, i) = False Then                         MsgBox ("Error deleting page " & i + 1 & " - run cancelled.")                         Exit Sub                     End If                     xDeleted = xDeleted + 1                     Exit For                 End If             Next         End If             End If Next i If AcroPDDoc.Save(PDSaveFull, xOutput) = False Then     MsgBox "Cannot save the modified document"     Exit Sub Else     MsgBox (xDeleted & " pages deleted. (" & xErrors & " errors.)") End If     AcroPDDoc.Close AcroApp.Exit End Sub

  • InDesign CS3 crashes when importing multiple files.

    I've got a new box that's been running pretty solid for several weeks now. It's Win 7 with 8 gigs. Just last night it starts crashing when I'm importing multiple files. Doesn't matter if it's JPGs, TIFFs, or PDFs.
    I can import all the same files one by one using the place command.
    Importing multiples using the place command or dragging & dropping crashes.
    It's not a case of placing a PDF using the bleed box and no bleed box is set. And that usually doesn't crash InDesign, just fails to import.
    I deleted the preferences file to no avail.
    CS 5.5 has no problems. No, I can't just use 5.5. I'm the only person with it and really only use it for converting files for customers that don't have the common sense to send a PDF. Other people in the shop have to be able to open these same files.
    Any ideas? This is already a pain since one of my main jobs is ganging business cards 72 up on a sheet.
    Thanks,
    Mike

    Only difference between with and without the plugin is the Faulting process id, Faulting application start time, and Report Id...
    Faulting application name: InDesign.exe, version: 5.0.0.458, time stamp: 0x45f900b6
    Faulting module name: APPFRAMEWORK.RPLN, version: 5.0.0.458, time stamp: 0x45f903d0
    Exception code: 0xc0000005
    Fault offset: 0x0001b8b0
    Faulting process id: 0x2ac
    Faulting application start time: 0x01cd4b1c9256c068
    Faulting application path: C:\Program Files (x86)\AdobeCS3\Adobe InDesign CS3\InDesign.exe
    Faulting module path: C:\Program Files (x86)\AdobeCS3\Adobe InDesign CS3\Required\APPFRAMEWORK.RPLN
    Report Id: ec708910-b70f-11e1-ad4c-e840f209298e
    There's also a .net crash but not with every instance of the InDesign crash.
    Application: InDesign.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: exception code c0000005, exception address 0AD6B8B0
    Stack:

  • Importing layered pdfs into Photoshop

    I'm a landscape architect and use Photoshop to colour up my CAD designs. It is a big time saver if I could carry across the separate layer information in my CAD plan to within Photoshop - it would make it much quicker to colour in just the paths, for example.
    At the moment I do this by creating a series of separate pdfs from autocad, each showing different layer(s), then overlay these in photoshop.This works but is rather cumbersome.
    It is possible to create layered pdfs automatically within autocad, keeping the cad layers separate as layers in the pdf. However, so far as I can see, there isn't a way to get photoshop to read in that pdf and use it to create its own layered psd file.
    Maybe there is a nifty file converter routine out there if photoshop really does not support this. Any ideas gratefully received!
    Thanks, Matt.

    Yes, thanks for that.
    Autocad 2010/11 does indeed produce pdfs with a mapping of cad layers to pdf layers. So, for instance, I can have all the trees on a CAD layer and they appear on a separate pdf layer. I can switch visibility of the pdfs layers on and off within Acrobat.
    Actually, you have been able to do this since about 2006 if you have both acrobat professional and autocad. When you install acrobat it creates a little menu bar add-on inside autocad for creating pdfs, and an option within that allows preservation of layer information.
    What it seems I cannot do is to ask Photoshop to import that structured pdf file and keep the layered structure. Which seems a little daft given that Adobe make Photoshop and are the originators of the pdf format.
    Oh, and yes, you are right that it is possible to manually save multiple pdfs out of autocad, each one having different layers visible, then reassemble them within Photoshop to re-create the layered structure. That is what I was describing as our current approach in my question. As I pointed out there, it is rather laborious. The sort of thing you would rather hope software could do automatically. Never mind!
    Regards
    Matt

  • Cannot import multiple songs into my library!

    I can import a folder and a single song but I can't import multiple songs in iTunes 7!! Version 6 was fine! Also the icon for iTunes is missing!

    All PDF files imported to the iTunes library by the user will be treated as "books". You should find your digital booklet in the Books section of your library. Use the Get Info dialog box to change the media kind to music and add in the correct Album, Artist, Album Artist and Genre. The booklet should merge into the album. If not see my tip Tried that, there are STILL too many covers!
    To confirm; audiobooks, digital booklets, iPod clickwheel games, iTunes LPs, iTunes extras, ringtones and selected movies are excluded from the repeat download policy that applies to other purchases from the iTunes store. Podcasts and iTunes U content is supplied independently of the store and future availability will depend on the provider. Any content may be removed from the iTunes store at any time without notice and would thus be no longer available for redownloading. You should always maintain your own backup of your iTunes library and its content.
    tt2

Maybe you are looking for

  • Cannot delete greyed out podcasts on Ipod Touch

    I cannot delete greyed out podcasts on my ipod Touch since uprading to iOS 5.1. They don't appear when connected to itunes. Scarcely the end of the world but a little annoying! I'd be grateful for any suggestions.

  • When will Weblogic Integration 9.2 release?

    Dear all, Could anyone provide me some information about the release date of Weblogic Integration 9.2? Cheers, Xuehui

  • TCP Syslog output for routers and switches

    I am installing a Log Correlation Server at a Customer site whom is very heavy Cisco. I have a 3825 at their Border, ASA boxes on both sides of the DMZ, and 40 + cisco Switches in the Infrastructure routing between Production VLAN's. One of the featu

  • Creating an SMF service for application server

    Hi... I'm not sure this is the proper place to post this I installed application server 8.2 pe on Solaris 10 6/06 and I tried to create a service using asadmin create-service, but the option fo creating service does not seem to exist. Is it a matter

  • Shared vram vs vcard

    Which is better the newer shared video ram Imacs or the 2008 versions with dedicated 256 chip?