Substitution of a page in Pdf file

how to substitute a page , the front one , in pdf file

Good day,
This is typically something that you would need Acrobat for, however you may be able to accomplish this task using the CreatePDF service's toolset.
Based on your description of the issue, I'm assuming you have two PDF files.  Based on that assumption, try these steps:
Log into the CreatePDF service with your Adobe ID credentials
Using the 'Export PDF to Word/Excel' funciton, convert both of your documents to Word files
Using Word, you should be able to cut, copy & paste the content you'd like to replace.
Save your Word document
Using the 'Convert File to PDF' function of CreatePDF, convert your updated Word document back to PDF
Normally this would be done in Acrobat with the Extract & Insert Page functions, but I'd suggest giving the workflow I outlined a try to see if it will work for you.
Please let me know if you have any questions.
Kind regards,
David
Acrobat Community Manager
Adobe Systems

Similar Messages

  • Spool List more than 99 pages to PDF File to Mail

    Hi All,
    I want to convert a big spool list (342 Pages) to PDF file to send it by e-mail.
    I use the following code to convert my spool to PDF file:
    Convert to PDF file*
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          src_spoolid              = w_spool_id
          no_dialog                = 'X'
          dst_device               = c_device
        IMPORTING
          pdf_bytecount            = gd_bytecount
        TABLES
          pdf                      = it_pdf_output
        EXCEPTIONS
          err_no_abap_spooljob     = 1
          err_no_spooljob          = 2
          err_no_permission        = 3
          err_conv_not_possible    = 4
          err_bad_destdevice       = 5
          user_cancelled           = 6
          err_spoolerror           = 7
          err_temseerror           = 8
          err_btcjob_open_failed   = 9
          err_btcjob_submit_failed = 10
          err_btcjob_close_failed  = 11
          OTHERS                   = 12.
      CHECK sy-subrc = 0.
    Transfer the 132-long strings to 255-long strings*
      LOOP AT it_pdf_output.
        TRANSLATE   it_pdf_output           USING ' ~'.
        CONCATENATE gd_buffer it_pdf_output INTO gd_buffer.
      ENDLOOP.
      TRANSLATE gd_buffer USING '~ '.
      DO.
        it_mess_att = gd_buffer.
        APPEND it_mess_att.
        SHIFT  gd_buffer LEFT BY 255 PLACES.
        IF gd_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    The problem with the FM 'CONVERT_ABAPSPOOLJOB_2_PDF' is when my spool have more than 99 pages. In this case, the FM generate a backscreen job (sm37) to convert my spool and generate a binary PDF spool.
    After this step, the 'FM SO_DOCUMENT_SEND_API1' send an e-mail with the binary PDF File recovered in the spool list but i can't open the file with Adobe Reader because the format is wrong.
    Someone knows how could i convert my big spool list to PDF file to send it by e-mail adress ?
    Thanks a lot for your precious help that i need so much !

    Generate big spool list
    REPORT  ZGEN_SPOOL.
    tYPE-POOLS: slis.
    TYPES: BEGIN OF str_mara,
    matnr TYPE mara-matnr,
    ersda TYPE mara-ersda,
    ernam TYPE mara-ernam,
    laeda TYPE mara-laeda,
    aenam TYPE mara-aenam,
    vpsta TYPE mara-vpsta,
    END OF str_mara.
    DATA: i_mat TYPE TABLE OF str_mara,
    wa_mat LIKE LINE OF i_mat.
    DATA:params LIKE pri_params.
    DATA: days(1) TYPE n VALUE 2,
    valid TYPE c.
    DATA: obj TYPE REF TO cl_salv_table.
    SELECT matnr
    ersda
    ernam
    laeda
    aenam
    vpsta
    UP TO 4999 ROWS
    FROM mara INTO CORRESPONDING FIELDS OF TABLE i_mat.
    TRY.
    CALL METHOD cl_salv_table=>factory
    IMPORTING
    r_salv_table = obj
    CHANGING
    t_table = i_mat.
    CATCH cx_salv_msg .
    ENDTRY.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
    EXPORTING
    * destination = 'QAS'
    list_name = 'ZTEST_VERTEX'
    list_text = 'TEST'
    no_dialog = 'X'
    immediately = ' '
    expiration = days
    IMPORTING
    * OUT_ARCHIVE_PARAMETERS =
    out_parameters = params
    valid = valid
    * VALID_FOR_SPOOL_CREATION =
    EXCEPTIONS
    archive_info_not_found = 1
    invalid_print_params = 2
    invalid_archive_params = 3
    OTHERS = 4
    IF sy-subrc ne 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    TRY .
    NEW-PAGE PRINT ON PARAMETERS params NO DIALOG.
    CATCH cx_sy_nested_print_on .
    ENDTRY.
    CALL METHOD obj->display.
    NEW-PAGE PRINT OFF.

  • I recently signed up for a one month trial of adobe pro.  I logged in.  I cannot convert a single page of PDF file to word or Excel with this trial.  I just get the request to sign up for a year.  What good is the trial if I can't try it?

    I recently signed up for a one month trial of adobe pro.  I logged in.  I cannot convert a single page of PDF file to word or Excel with this trial.  I just get the request to sign up for a year.  What good is the trial if I can't try it?

    Hey vcomfort6,
    Please ensure that you are using Adobe Acrobat and not Reader to convert PDF file to word or excel.
    Could you tell me whether it is a scanned document? Does this happen with all PDFs or any specific one?
    Do you get any error message? What exactly happens when you try doing the same?
    Hope to hear from you.
    Regards,
    Anubha

  • I like to edit single letter in the pdf file having more then 1000 page, Example "T" in place of "V" in all the 1000 pages in pdf file. Please let me know

    I like to edit single letter in the pdf file having more then 1000 page, Example "T" in place of "V" in all the 1000 pages in pdf file. Please let me know !

    In a PDF you can´t change single letter.
    You can only try to convert the PDF document into a Word document.
    Now you can search and replace a letter.

  • [solved] How to remove specific pages from PDF file?

    I'm looking for a way to remove few pages from PDF file.
    Last edited by delor (2008-07-04 10:28:22)

    To remove first page I did this:
    pdftk original.pdf cat 2-end output result.pdf
    Any other propositions ?

  • Printing web page to pdf file using Acrobat Standard 9

    When I print a web page to a pdf file, the text in the file is mostly garbled.  I have no problems in creating pdf files from MS office or other software.  I have Windows 7 Home.
    Any help will be appreciated.
    Thanks

    I do have Internet Explorer 9 and I was able to print web pages correctly following  your suggestions.
    Thanks for your help.
    Date: Sat, 12 Nov 2011 06:53:59 -0700
    From: [email protected]
    To: [email protected]
    Subject: Printing web page to pdf file using Acrobat Standard 9
        Re: Printing web page to pdf file using Acrobat Standard 9
        created by Bill@VT in Acrobat Windows - View the full discussion
    There were problems with IE9 on it's initial release and that may be what you are seeing if that is the browser (you did not indicate the browser and that may be a key). If you have a different browser you might try that one with the same pages to see if it browser related.
    By saying garbled it sounds like the fonts did not make it or you have selected "Use Local Fonts" in Acrobat. Try checking the latter first. Then check if the fonts are embedded in the PDF by checking the document properties (ctrl-D). If they are not, go back to the browser and select the press or print job options before printing and see if they get embedded and if your problem is resolved.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4021509#4021509
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4021509#4021509. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Acrobat Windows by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I scan a page to PDF file, but I  couldn't to highlight it.

    I scan a page to PDF file, but I  couldn't to highlight it. I use Adobe Reader, is any way I can use this funtion?

    You need run OCR first using Acrobat, then you should be able to highlight text.

  • I use iMac desktop. I can't save web pages as PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothing inside. Then I tried to save email as a PDF file by using Safari browser. And I got a complete and sucessful PDF file. I usually save web pages or web mail, online receipt as PDF file by use Firefox. But since I have updated to the new version, there were many problems with my Firefox. I tried to restore all my application and made Firefox in the old 3.6.3 version which I used to have no problem. But now still not working.

    I solved it for myself: it was my HP smart-web printer crap that was a plug in and add on for firefox that somehow automatically got installed when I upgraded to 5. I disabled both in the add-ons manager, and voila, printing is working.
    It seems there are many things, like this and the Google toolbar, that were screwed by the oddly fast update to 5. Looks like Mozilla didn't give anybody any notice! Must've been some really bad security hole.

  • I use iMac desktop. I can't save web pages to PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothing inside. Then I tried to save email as a PDF file by using Safari browser. And I got a complete and sucessful PDF file. I usually save web pages or web mail, online receipt as PDF file by use Firefox. But since I have updated to the new version, there were many problems with my Firefox. I tried to restore all my application and made Firefox in the old 3.6.3 version which I used to have no problem. But now still not working.
    ''Duplicate post, continue [https://support.mozilla.com/en-US/questions/746583 here]''

    hello jlzibell, please go through the troubleshooting steps described at [[Websites say cookies are blocked - Unblock them]].

  • Blank pages in pdf file!?!

    I just created a 100-page book with 567 photos. All looks well in iPhoto, but when I "order" the book and then look at the generated pdf file, the first 74 pages look fine, but pages 75 to 100 are blank! I've repeated this process several times and each time the results are the same.
    Anyone have any idea why and what I can do about these blank pages? I'd like to submit the book to Apple as soon as possible, but I don't want to take a chance of receiving a book with 25 blank pages.
    Thanks!

    Hi!
    I'm using the Picture Book theme. And after much tinkering, I think I've found the problem -- and the solution.
    Remembering posts from some time ago discussing ways to improve the quality of the printed photos -- including tweaking the iphoto prefs file -- I used the Property List Editor app to check my book settings (BookTargetDPI-BookTargetMediumIMageDPI-BookTargetSmallImageDPI). The three items were all set to 300. I reduced them to 250 each, then tried 'ordering' the book again. Lo, and behold, there were now 20 fewer blank pages. So I set about playing with different combinations of settings, trying to find the optimum resolutions that would print all 100 pages. I've ended up with something like 250-220-220.
    Now I have no idea what these settings actually control, or what the optimum settings would be for this or any other book project, but clearly, they affect how many pages are accepted for printing. While the 300-300-300 settings worked for my last book, that book was only 20 pages. For this current book, those numbers are too high.
    I looked at many of the other posts in this forum and wonder if those having trouble with blank pages haven't also played with these settings. I tried moving the iPhoto prefs file out of the Library/Preferences folder in order to force iPhoto to create a new file with default settings, and discovered that 150-150-300 seem to be Apple's preferred settings. But the very first book I ordered from Apple, which used those settings, was a bit disappointing in terms of resolution. Hence my boosting of these numbers for the second book.
    The problem of blank pages could also have something to do with file size. At the higher resolutions, the generated pdf file tipped the scales at a beefy 193 MB, but at the lower resolutions, the pdf file is a relatively svelte 133 MB. There might be some limitation built into iPhoto to prevent people from trying to send1 GB pdf files to Apple's printers.
    In my case at least, the problem is NOT related to the number of photos I'm using. After playing with the numbers, I actually went back and added a dozen more photos, pushing the total to 587 across 100 pages. And with the new resolutions, all photos on all pages print fine.
    I wish I knew what all of this meant and how it could be used to predict iPhoto's book creation behavior, but at least I'll be able to print this book now.
    Thanks for your quick reply! Hope my experiences help someone else with similar problems.

  • Print web page to PDF file with live links in PDF file like Apple Safari's pdf prints?

    With Firefox for Macintosh, can I print a web page to PDF in such a manner that when I option the PDF file and click on a link, it is a live link that opens in my system's default web browser?
    With Apple Safari, when I print a web page to a PDF file, the links on that page are "live" and work to open the web browser to their destination. The PDF files I get from Firefox are dead. Clicking on link does not open in browser.
    Is there a way to get FireFox to act more like Safari in this regard?
    Thanks

    Seems the referenced thread is about Lion. I am having this problem in Snow Leopard 10.6.5 with Firefox. Any way to get PDFs with working links in Snow Leopard using FIrefox? I do not really want to have to use Safari for this purpose.
    Going forward when and under what circumstances will future versions of Firefox be able to create PDFs with live links? Are there any circumstances where a current or past version of Firefox can do it under any current or past version of OS X?
    Thanks.

  • How do I save or export my web pages as PDF files?

    I'm trying to save or export web pages from my Firefox that I'm using on Windows Vista as PDF files. There isn't an option for this nor any information in your help files on this. Thanks for your time and I look forward to a response.
    == This happened ==
    Just once or twice
    == I tried to save a page as PDF today, June 29, 2010

    Actually, you should right-click on the collection and choose the command Export This Collection As Catalog (and check the box next to Include Negatives). This will create a new catalog and you can move this and the photos thus created to the 2nd computer and then in Lightroom on the 2nd computer use File->Import from Another catalog

  • Extracting pages from PDF file and creating new subfile PDF

    I am a .NET C# developer looking into creating an app that extracts a subset of pages from a PDF document, say, given a start and end page number, and possibly creating a new PDF file with that subset of pages.  Is there a convenient way of doing this ?

    Ok. The Acrobat SDK is not directly going to help, because the Acrobat SDK requires Acrobat, and Acrobat is not for server use.
    Adobe have the Adobe PDF Library for server use. C/C++, there may be a Java interface too from DataLogics, but huge overkill for this task, and many find it rather pricy for a simple task like this. There are third party libraries and tools, but this is not the place to discuss them.

  • Link to page in pdf file

    I working in Flash CS3 and I am creating an interactive CD. I
    would like to be able to link from Flash to a specific page in a
    pdf file that is stored locally. From what I understand, it can't
    be done. I was wondering if anybody had a work around.

    if you are trying to get to page 2 of the pdf use:
    getURL("myPDF.pdf?#page=2")
    Dan Smith > adobe community expert
    http://www.dsmith.tv
    "JillHynes" <[email protected]> wrote in
    message
    news:fj4hke$35j$[email protected]..
    >I working in Flash CS3 and I am creating an interactive
    CD. I would like
    >to
    > be able to link from Flash to a specific page in a pdf
    file that is stored
    > locally. From what I understand, it can't be done. I was
    wondering if
    > anybody
    > had a work around.
    >

  • Moving pages in pdf-file Acrobat X

    Is there another methode of moving pages in a pdf-file then drag / drop?
    It takes ages to scroll past ± 200 pages.
    Thanks

    Thanks for the replies.
    My solution at this moment is:
    - maximize the thumbnail window
    - reduze the thumbnail size until the pages are still recognisable
    - make sure the moving pages and location are "in sight"
    - select the pages to move
    - drag the pages to their new location.
    It would be nice when one could use CTRL-X and CTRL-V.
    But this will do also.
    Regards.

Maybe you are looking for

  • Why doesn't my iTouch show up in My Computer when it always has before?

    Lookie, I have had this problem intermittently and it is quite frankly, driving me crazy. I am aware that you cannot 'enable disk mode' on an iPod Touch. I understand that this measure is put into place to prevent people from illegally ripping apps a

  • ORA-06562: type of out argument must match type of column or bind variab

    Hi everybody I have this -6562 oracle error when running a procedure where ther's the dbms_sql package here is the code : PROCEDURE PROC_CREATE_CAT_FILES ( v_period in varchar2, v_cat_files_dir in varchar2 as v_detail varchar2(2000); cursor_name INTE

  • How to write to MS Word using LabWindows/CVI

    HI all is there any toolkit available to write to MS Word in LabWindows/CVI. like the report generation toolkit in Labview is there any option in CVI. regards Regards Solved! Go to Solution.

  • UTL FILE help Urgently needed

    Hello All, I have some flat files which contain data in the form of single continuous line stream (i.e. without carriage returns in the file). I am supposed to read those file(s) and import the data in Database tables. The file size may be greater th

  • Reconcilitation of challan

    hi, At the time of recociclitation of challan ,after execution when i save the document system give  run time error. Runtime Errors         CALL_FUNCTION_CONFLICT_LENG Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE Date and Time          10.03.20