Create a PDF by external Script

Hello Adobe Community,
My problem:
I have some InDesign(Interactive) PDF files, i want to cut them and merge together, without loosing the interactivity of PDF.
Also my Question:
Does exist any Adobe tool/service/etc they can i call with an external Script, to generate new PDF's by merge other PDF's?
Greez Dave

Within Creative Suite, not exactly.
Adobe have two systems that can automate the assembly of PDFs - LiveCycle and the Adobe PDF Library. LiveCycle is an enterprise-class server solution, and the PDF Library SDK is for programmers (C++, etc.). Neither are suitable for small-scale projects due to their cost and complexity.
If you don't care about automation, just use Acrobat. You can merge PDF files together through Acrobat's own interface or by context-clicking a bunch of PDFs in Explorer/Finder and choosing "Combine to PDF". Acrobat cannot be controlled by commandline options and it does not link to the ExtendScript tools used by the core CS6 applications, so combining files is entirely a mouse-driven manual process, but it's simple enough if you only have a handful of files to combine (or you're combining a large number of files into a small number of output documents).

Similar Messages

  • Create Static PDF after Initialize script

    I have a workflow that merges an XDP (built mostly of fragments) and form data.  At the end of the process I need to append some static PDF files to the end.  Because Assembler will not allow assembly of a dynamic XFA form, I am trying to use Output to flatten it first.  The problem is, there is script in the Initialize event of the form that rearranges some things based on a status value in the form data.  When I run the form through output, it is flattened before this happens.
    Does anyone have an idea of how to go about this?  We've been playing with PDF/A's and FormsService and can't get anywhere.
    Thank you!

    Ok here's the update so far...
    I did create a simple XDP to run through the same process and the initialize scripts ran as expected.  So that means the problem is the form.
    I watched the logs and saw this...
    May 12, 2009 5:04:45 PM EDT> <Warning> <com.adobe.formServer.Template> <servername> <application> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-5E413F5896790D39C5B0> <> <1242162285797> <BEA-000000> <ALC-OUT-002-515: Incompatible Form model: Form may render incorrectly. Form /COMeT/Forms/MasterForm.xdp has some server side scripts which may not be executed as FormModel is set to Client.
    Following this, you can see where all of the initialize scripts try to run but it says they fail.
    Then there is an error that comes up like a hundred times, right in a row...but it might be a completely different issue:
    java.net.UnknownHostException: usadc-vzwlsd23
    Any more ideas?  Thank you for the help.
    Ryan D. Lunka
    Cardinal Solutions Group
    [email protected]

  • I am trying to create a PDF document that calculates Gains and Losses in Mutual Funds. The calculation scripts are repetitive from line to line. The scripts work well until I reach the line 32. Script stops calculating...

    I am trying to create a PDF document that calculates Gains and Losses in Mutual Funds. The calculation scripts are repetitive from line to line. The scripts work well until I reach the line 32. Although I am using the same script as the fields above in the columm, the script eventually stops calculating and I can't figure out why. Is there a limit of how many calculation scripts you can enter? I will attempt to attach my pdf as soon as I figure out how. Thanks.

    For e31 :
    var e30 = +getField("e30").value ;
    var c31 = +getField("c31").value ;
    if ( (e30 !== 0) && (c31 !== 0) ) event.value = e30 + c31 ;
    else event.value = "";
    for e32 :
    var e31 = +getField("e31").value ;
    var c32 = +getField("c32").value ;
    if ( (e31 !== 0) && (c32 !== 0) ) event.value = e31 + c32 ;
    else event.value = "";
    for e33 :
    var e32 = +getField("e32").value ;
    var c33 = +getField("c33").value ;
    if ( (e32 !== 0) && (c33 !== 0) ) event.value = e32 + c33 ;
    else event.value = "";
    Java console doesn't show any error... That's why I am wondering if it's not a limitation issue... or memory issue, because they are maybe too many rows or something....
    The c value is not calculated.

  • How do I download a post script driver to create a PDF, I am receiving an erro message system error:1797 ?

    I am trying to create a PDF from my layout page. I get the message that I have to download a post script driver. I have gone to the Adobe download site and attempted to download the driver but I get the error message Failure is AddPrinter (generic post script printer). System error: 1797 Printer driver unknown.
    I have a HP Office Jet 6600 printer. Can anyone help?

    Hi Chapinpro,
    In order to convert your document/ Print your document to PDF you need to have PDF printer installed, which gets installed after installing Adobe Acrobat.
    Using Adobe Acrobat you can convert most of documents to PDF.
    Note: Postscript drivers are meant to convert documents to PDF format.
    "These drivers enable you to print documents from applications running in these Windows platforms to any printer that includes Adobe PostScript Level 2 or Adobe PostScript 3. You can also use this driver if you received a previous version of AdobePS bundled with an Adobe application, and are printing to any device that supports PostScript language level 2 or later. This version of the AdobePS printer driver does not work with PostScript Level 1 devices, and does not work with Windows NT 3.5x. " Reference:: Adobe - PostScript printer drivers : For Windows : Adobe Universal PostScript Windows Driver Installer 1.0.6 - English
    Regards,
    Ajlan Huda.

  • Create accessible pdf from html page

    Hello,
    I am trying to create a 508 compliant Pdf from a simple HTML page using the HTML to Pdf feature in Livecycle ES4 server. I was able to configure the service to generate tabbed Pdf, but the created Pdf has multiple accessibility issues.
    Some of the issues encountered are:  incorrect tab order,  some links are not tabbable while others are,  link text is being read “Blank”,  some text is skipped while tabbing,  missing alt text for images,  page being rendered in the responsive(mobile) view,  etc.
    I have tried both the available approaches, of 1) providing a URL to create the PDF, and 2) to send the html document as a zipped file, with same results.
    Attached is a sample PDF generated from a simple HTML page I created for demo.
    My questions are:
    Is it possible to generate 508 compliant (accessible) Pdf documents using Html to Pdf service from Pdf Generator? If yes, which settings might I be missing?
    Is there any other service provided by Adobe Livecycle Server that can generate 508 compliant Pdf documents from a 508 compliant HTML page?
    Your help is much appreciated.
    Thanks,
    Anup

    I don't think it's possible to do this using a standard JavaScript script in Acrobat, since the newDoc function doesn't work with URLs.
    The only option I can think of is to use an external automator that will call the Create PDF From Web Page dialog, paste the address from a file, and after the PDF file is created will continue to the next line.
    I might be able to create such a tool for you. If you're interested, contact me by email (click my username for the address) or PM.

  • Combine PDFs with a script

    I want to create a script, either AppleScript or JavaScript, that automatically combines all PDFs that are open in Acrobat Pro, then saves and closes the new binder. I'd also like to specify location of the saved binder.
    If that is possible, it may be possible to do it without opening any PDFs, just specifying which files to combine. That would save time not having to open any PDFs

    Consider using an external script, especially since I don't know how you'd do this with batch processing (aka Action) within Acrobat. For example, a VBScript/JScript could loop through the files in a directory, determine which files need to be combined, and use IAC (InterApplication Communications) with Acrobat to do the combining. Then save each new file to the appropriate directory. For more information on IAC, download the Acrobat SDK. There is an Acrobat SDK forum here where you can ask more questions.

  • Can you access the contents of an imported PDF from a script?

    I need to determine if certain text exists (and it's location on the pdf page) on a PDF that I've imported into ID.
    I know how to do it outside of ID -- but I'd rather do in a JS script.
    Thanks
    Akiva

    David,
    These links will give you several methods of recovering whatever songs remain on your iPod; some free, some third-party software, some more comprehensive for restoring Playlists, Ratings, Play Counts, etc. Read them and their associated links before deciding on a strategy that works for you. There are many various third-party software programs that will offer a more robust process, or an easier GUI. Do a Google search for them if the links below leave you wanting…
    Don King Resurrected: Deleted files from hard drive (free user steps – music recovery only)
    MacMuse: Computer Crashed (free user steps – music recovery only)
    Copying music from iPod to computer (a primer on various methods and software)
    Copying Songs from Your iPod to a Mac or PC (resource for 3rd party software)
    iPodRip Software
    PodUtil Software
    Senuti (Mac OS X v10.3 or higher Recovery Utility)
    XPlay (Software For Music Recovery &/or Cross-Platform Functionality)
    XPlay Photo Browser (For recovering Photos)
    After recovering your song files, strongly consider developing a thorough backup strategy for just this type of situation.
    You need at least three sets of your music:
    -- One full set on the PC within iTunes (on internal HD or ExHD)
    -- One full set on an separate external backup medium (CD/DVD/ExHD/other)
    -- One (full or partial) set on the iPod
    Music files on just the iPod and the computer is not considered having any backup. If you cannot store your complete music files on the computer, then create and maintain two external sets.
    Backup both the music files and the Library database file (iTunes Library.itl). What are the iTunes Library files?
    Here is a post on developing a thorough backup strategy: http://discussions.apple.com/click.jspa?searchID=394618&messageID=1263275

  • How can I create a PDF with flowing columns?

    I need to write a script that takes my input data and creates a PDF file that has flowing columns - that is to say, where I give it a long chunk of text and that text is automatically broken into two columns where the text flows down column 1 and when it hits the bottom of the page it starts filling up column 2.  I've been playing with enscript and pstopdf and they can do that, the problem is that I also need some sections of the PDF that aren't in 2 columns.
    I can probably explain this better with an example - assume my long chunk of text is the alphabet, I need my PDF to look like this:
    [Page 1]
    Header 1
    Header 2
    Header 3
    A   E 
    B   F
    C   G
    D   H
    [Page 2]
    I    K
    J   L
    Header 4
    Header 5
    M   N
    [Page 3]
    O   R
    P   S
    Q   T
    I tried generating an HTML file and converting the HTML to PDF inside Safari, but while the HTML looks good, WebKit drops the ball and forgets about the columns when converting to PDF.
    Is there a way to create the document in sections and then somehow combine them into one final document?
    Thanks,
    Chris

    I see I forgot some important points, sorry ...
    This needs to be part of an automated process, the data will be different each time which makes it difficult to calculate how much will fit in a given column on a specific page.
    The machine doing the processing does not have Microsoft Office on it, but I could install Open Office for sure and possibly Pages, although I don't know their scripting languages so I'm not sure whether that would take more time than I have ...
    Thanks,
    Chris

  • How do I create a PDF form for submission that can be used by Acrobat Reader only users?

    I am attempting to create a PDF document in Acrobat Pro with fields that can be submitted (via email) by users using only Acrobat Reader.
    I have tried changing the properties of the 'Submit' button, although I am not sure what I am doing wrong.
    Can anyone please help?
    C.

    I created a form using Adobe LiveCycle and added the submit via e-mail button. One change which I made was in the XML script I changed submission type to pdf, so that thepdf form itself would be e-mailed. This works fine if I use Adobe Pro 8, but when I tried the same using only Adobe Reader 7.0, it would not let me e-mail the form along with a message "This operation is not permitted".
    Any comments?
    Thanks

  • Java script not working in 1 pdf, but same script is NOT working in other

    Dear Experts,
    I have a problem with java script.
    I have created 2 PDFs with the same Form name and sub form names.
    I have written a javascript and this script seems to be working in one (Demand2.pdf) and NOT working in the other (Sample.pdf).
    The link for Demand2.pdf is
    https://acrobat.com/#d=XIydWx1RIU4oNdTySHtHfg
    and the link for sample.pdf is
    https://acrobat.com/#d=sKPRs2dtDY57RSvMVtnh3w
    Can you please guide me on this.
    Many Thanks
    BookFans

    Hi,
    The second file (Sample.pdf) is saved as Static. The script is changing the visual appearance of the form (showing and hiding objects). This requires the file to be saved as a Dynamic PDF. This is available in the save-as dialogue under the file name.
    Good luck,
    Niall

  • How can you create a pdf report to attach to an email?

    I have a need to create a PDF report with graphics and signature and somehow attached the PDF document to and email to send out. This is all hopefully done in my APEX application. Has anyone done anything similar?

    I have several projects that use PL/PDF - with the pdf form filling API's - to populate pdf form and then attach the output to a BLOB variable in PL/SQL - which can then be attached to e-mail, displayed to user's browser, and saved into a BLOB column in a table. If you are comfotable with coding PL/SQL packages, this is not difficult to do at all.
    The goodness of PL/PDF is that it is composed of PL/SQL packages with some wrapped Java programs - the output is generated directly from the database. You don't need to deal with the complexity and security concerns of calling an external Java middle tier to return the document. However, if you are not comfortable with PL/SQL coding, this may be a lot of work because the software does not have a report designer like Oracle BI Publisher, which costs more than $90K to run on a 2-CPU Server.
    Thanks.
    Andy

  • Creating a PDF from a database

    Hi all I hope somebody could help here as I have been around
    and around trying to work this out
    Problem: PDF creation from a database
    I have a database which has all the text information to
    create a PDF.
    All images are from the web and are not stored locally web
    serve on a server
    Goal:
    To create a viewable PDF on the fly from the database when a
    user clicks on a link.
    bring in the picture and relevant information then insert a
    header and footer
    Dose anybody have any php scripts that could achieve the
    final result effort less
    when writing this it just popped into my head , could I call
    a web page into the PDF
    if so how

    No that won`t work. AlivePDF uses its own method of embedding fonts (if I remmeber correct you can only use ttf not otf font formats). AlivePDF is not exactly well documented or much used. Its technics are a little "arcane". It was created by the same Guy whose brainchild was Stage3D so you can imagine how complex it is for us mere mortals. A good start is this little blog .
    I also can see why Adobe (who is his boss) isn`t exactly highly motivated to make AlivePDF too much of a Acrobat Double ;-)

  • Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

    Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

    If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5
    Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | Adobe LiveCycle Blog ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2
    Thanks
    Wasil

  • I created a pdf form from a Word doc with 9 pt aerial font formatting; the text on the pdf form is aerial 9 pt, but the fields are formatted in courier 12 pt - How do I reformat the font in the fields??

    I created a pdf form from a Word doc with 9 pt aerial font formatting; the text on the pdf form is aerial 9 pt, but the fields are formatted in courier 12 pt - How do I reformat the font in the fields??

    You can set up a temporary button (or link, bookmark, etc.) and add the following JavaScript action:
    // Mouse Up script for a temporary button (or bookmark, etc.)
    // Change the font and font size for all text fields in this document
    for (var i = 0; i < numFields; i += 1) {
        var f = getField(getNthFieldName(i));
        if (f.type === "text") {
            f.textFont = font.Helv;
            f.textSize = 9;
    It also sets the font size, but you can remove that line if you don't need to do that.

  • Export to PDF - Can a single report (rpt file) create multiple PDF files using the export command?

    Post Author: markeyjd2
    CA Forum: Exporting
    Greetings forum members,
    My question is, in its entirety: Can a single report (rpt file) create multiple PDF files using the export command, ideally one PDF file per DB record?
    In my case; I have a Crystal Report that reads data from a DB table containing ~ 500 records.  When I export the report to a PDF file, I get one PDF file, with ~ 500 pages.
    What I would like to do is export the report to ~ 500 individual PDF files; One file per DB record.  The file names would be based on the table's primary key.
    Is this possible?

    Post Author: Micha
    CA Forum: Exporting
    Hi,
    you need some lines of code, but its easy. Dependend on how to start the generation of your 500 PDFs, you can write an ASP page and start it via Web Browser, or a Windows Script and start it via scheduled job...
    Here's an abstract of the ASP code I use:
    First, you create a recordset (here: "rsc") which gives you the list of ID fields you want to export, then you create CrystalRuntime.Application object, then you loop through the recordset, open your report (here: "oRpt") and set login info. Then set the selectionformula, so that the report displays only the data of the current ID, e.g.:
      oRpt.RecordSelectionFormula = "(" & oRpt.RecordSelectionFormula & ") AND {myTab.myVal}=" & rsc("myVal")
    Then you export the report, move to the next record in recordset, and repeat the loop until recordset.EOF. Then you close recordset and connection.
    Micha

Maybe you are looking for

  • Why are my thumbnails and folders changing???

    For some reason my image thumbnails and folders are misbehaving. Thumbnails The thumbnail images will just disappear on SOME images in a folder but not all. Folders The folder sizes will max out in some folders but not in others. And, I am not sure t

  • Page works on windows but not on iPad

    Hi. This page works on Safari for Windows 4.0.3 but has issues on Safari for iPad: http://bit.ly/d3ouub Here's what's going on: - If you start a video in any of the AnythingSlider panels (Panel 1 and Panel 5 contain video), the video will overflow th

  • Mystery files with double extensions

    I have been coming across mystery files on my Mac. For example, if I have a file named "word file.doc" I might have a second file named "word file.doc.PkE" or something like that. The file is empty, so far as I can tell. The second extension is meani

  • Finding Last Successful Request of an Object

    Hi Expert's,     Can someone guide me Steps to find the last succesful transport request for a particular object which is succesfully moved from one system to another( i.e, Developement to Production)

  • Show Picture/logo on Selection Screen from OAER

    HI everybody, I uploaded a LOGO via TA OAER. It works fine, when I Use  call function 'REUSE_ALV_GRID_DISPLAY' But now I want wot display the logo on the selection screen using the picture_control ( TYPE REF TO cl_gui_picture) see: ABAP - Display LOG