Non PDF source in DDX

Hi,
I"m trying to assemble a portfolio where the source files are not pdf.  Which ddx tag could I use to achieve this?
I found the following ddx script, not sure if it will or will not work, but I need to provide this script with the actual file (document variable) and not a path to the file path.
<File filename="saint_bernard.jpg" mimetype="image/jpeg"/>
Thanks,
Lien

I may be mistaken, but I believe that Assembler will attempt to call the appropriate conversion utility to turn your file into a PDF before it does the assembly (toImage2 in this case).
You can use the document variable type to hold a non-pdf file.  That document variable would be passed to invokePDF using the properties screen as you would a "normal" PDF.

Similar Messages

  • Generated pdf file from 'ddx Assemble' has same properties as first file in ddx

    Why does Assembler service preserve the PDF Producer and Application of the resulttant pdf output file same as the
    first pdf file?
    e.g. see below if file1.pdf has PDF Producer as "Company1" and Application as "App1' the result file out.pdf
    has same PDF Producer  as "Company1" and Application as  "App1' .  I would like to see result output file as 'Adobe LiveCycle Forms 9.0' or ES2 or simillar.
    Any idea? Is there any new synthax for ddx for ES2?
    Thanks
    YogLC
    <?xml version="1.0" encoding="UTF-8
    <DDX xmlns="http://ns.adobe.com/DDX/1.0
      <PDF result="out.pdf">
         <PDF source="file1.pdf">
              <NoForms/>
         </PDF>
         <PDF source="file2.pdf">
              <NoForms/>
         </PDF>
         <PDF source="file3.pdf">
              <NoForms/>
         </PDF>
      </PDF>
    </DDX>

    Why does Assembler service preserve the PDF Producer and Application of the resulttant pdf output file same as the
    first pdf file?
    e.g. see below if file1.pdf has PDF Producer as "Company1" and Application as "App1' the result file out.pdf
    has same PDF Producer  as "Company1" and Application as  "App1' .  I would like to see result output file as 'Adobe LiveCycle Forms 9.0' or ES2 or simillar.
    Any idea? Is there any new synthax for ddx for ES2?
    Thanks
    YogLC
    <?xml version="1.0" encoding="UTF-8
    <DDX xmlns="http://ns.adobe.com/DDX/1.0
      <PDF result="out.pdf">
         <PDF source="file1.pdf">
              <NoForms/>
         </PDF>
         <PDF source="file2.pdf">
              <NoForms/>
         </PDF>
         <PDF source="file3.pdf">
              <NoForms/>
         </PDF>
      </PDF>
    </DDX>

  • Acrobat 9.3.4 no longer finds bookmarked non-PDF files (and then launches assoc app)

    I produce a documentation DVD consisting of a one-page PDF file of ~ 1400 bookmarks and a lot of content.  The bookmarks point to the content on the DVD which includes pdf files as well as text, DOC, XLS, and other misc. file types, and a large number of html, swf, flv, .jpg, etc. files which make up 4 complete web sites.  The web sites are entirely contained on the DVD (no extermal internet access is referenced or required)
    Content is accessed by clicking a bookmark which simply opens the file (regardless of type.)  Prior to Acrobat 9.3.4, appropriate warnings popped up for non-PDF files but if allowed by the user, the appropriate app was launched for the requested file.
    Since applying 9.3.4, a "Launch File" warning box pops up showing the file name (which lacks a device) and when the warning's "Open" button is pressed, a Windows error appears with the message "Windows cannot find 'file.txt'.  Make sure you typed the name correctly, and then try again.  To search for a file....  ", and finally an Adobe Acrobat information box pops up and says "Could not open the file 'path/file.txt'  ".
    I have read and re-read about launching external apps, restricted urls and attachments, trust manager preferences, etc. etc.  I've added the files to the privileged locations list under the enhanced security settings and on and on.  It no longer works, yet I tested this DVD on several computers just last week and it worked fine. So, as a shot in the dark, I decided to fire up my laptop and test it there again.
    Once on, the laptop immediately wanted to update about 12,000 software products but I politely said "No, wait until i test this out!"  The test was successful and the DVD's pdf file worked great again!  At that point I let the machine apply the Acrobat 9.3.4 update (and some uncountable number of Windows patches and fixes.)  It's running a current version of Win7.  After the reboot, i tried the DVD again (under Acrobat 9.3.4) and it failed as described above.  Because of Win7 I was able to revert to acrobat 9.3.2 using System Restore.  After doing that, the DVD worked again.
    Most of our user's machines are either Macs or WinXP (current versions) and i haven't had time to figure out if you can even recover from this update under those OS's.  (It says you cannot remove it from XP, however.)  Regardless, even if i can do it for my laptop and get it working again, i cannot do it for all of our users.
    So, my question is if i am not doing something wrong, how do i let someone at Adobe know this release is broken??  If i am doing something wrong on the other hand, what is it and how do i get this to work again??
    Thanks all.

    Thanks.  I did submit a report at the site.  I hope somebody reads it as this is a big problem for us.
    Thanks again.

  • About Flash P2P live streaming from non-webcam sources

    Hello, I am a university student. Our lab is attempting to work on a p2p live streaming using flash p2p features. The media source is not from a webcam but a file from a certain server, which is not directly supported by any of the 4 methods flash player offers(posting, direct routing , object replication,and multicast.) As some of the forum threads mentioned, our method is to use NetStream.publish() a stream and use send("callbackname", data)  to all subscribers that have joined in a NetGroup. So we can use p2p transmission. Now here are our questions:
    1. We know from MAX 2009 that flash p2p camera video multicasting implements pull-push mechanism inside which makes full use of p2p features like buffer map exchange. If we use NetStream.send() API to send non-webcam source data, will it also make use of this pull-push mechanism to spread data among all peers(subscribers) with proper data exchange?
    or more detailedly,
    I saw the P2P Gaming Libs at flashrealtime.com. It uses DIRECT_CONNECTIONS when creating publish-used NetStream in order to send data with lowest latency. My question is if I do not use DIRECT_CONNECTIONS, than when the NetGroup grow large (1000), will those peers that are not direct neighbors to the publisher in the same group relay data to each other using pull-push via buffer map?
    2. I have written a sample app and use send() to deliver data only (NetStream.bufferTime = 0) without camera video and audio. When the publisher sends the data  in a "for()" stantence for 20 times, the subscribers can only receive about 8 of them. But when I set a timer and periodically send them(e.g., 500ms), the subscribers can receive them correctly. My questions are: Is the packet loss caused by UDP unreliability? Can this be solved by setting the NetStream.dataReliable = ture? Can this totally be solved by setting a timer? How to set the delaytime property in timer? Are all data sent are orderedly received?
    I'm very appreciated if you can answer my questions? thanks.

    1. NetStream.send() data is delivered in the order it was sent, whether in client-server, DIRECT_CONNECTIONS, or multicast mode.
    2. the lowest latency will be achieved with DIRECT_CONNECTIONS.  however, that isn't scalable to large numbers of recipients.  the P2P multicast system trades low latency for scalability.
    3. there are no plans to support a natural NetStream streaming source that's not a camera/microphone.  Flash Media Server can perform that function.
    4. you should never need to implement "bitmap exchange"; the object replication system handles all the communication needed to accomplish its function. typically you will divide a file into segments, giving each one an index number. object replication uses ranges internally, so the index numbers should be contiguous.  nodes that have indices use NetGroup.addHaveObjects().  nodes that want indices they don't have use NetGroup.addWantObjects().  nodes that have objects will send them to nodes that want the objects.  when a node receives an object, it's automatically removed from its "want" set; once the node decides the object is acceptable, it adds it to its "have" set, at which point it can answer requests from other nodes who still "want" it.  eventually every node will have all the pieces and not want any.  for an example, please see Tom Krcha's articles on using object replication:
       http://www.flashrealtime.com/file-share-object-replication-flash-p2p/
       http://www.flashrealtime.com/video-on-demand-over-p2p-in-flash-player-101-with-object-repl ication/
    5. please see Tom Krcha's articles.  for VOD you will probably want to use the "LOWEST_FIRST" replication strategy, as that may allow you to start playing earlier.  for general file replication you'll get better sharing if you use RAREST_FIRST.

  • How do I create a single PDF Portfolio from an Outlook 2011 email with multiple non-pdf attachments?

    How do I create a single PDF Portfolio from an Outlook 2011 email with multiple non-pdf attachments?
    Email has 3 attachments--some are not pdf. I'd like all three converted into pdf files along with the email itself, and all appear in the email's pdf portfolio.

    I would also like an answer to this question. 
    I am trying to convert an Outlook email to a PDF, then all attachment are appended to the PDF as pages instead of attachments. 

  • Acrobat X Pro recognizes text in non-PDF documents

    Hi,
    When a perform a batch processing text recognition, Adobe X Pro converts all non-PDF files (eg : Word, Excel, PPT, etc) to PDFs.
    Is it possible to just have it OCR only PDF files?
    Also, I am now on Windows XP with trial version, but will be buying the Mac Version, will this solution apply to the Mac OS as well?
    Many thanks

    thanks, I transfered it to the mentionned category
    eL
    2011/4/7 Claudio González <[email protected]>
    This is the Reader forum. The Acrobat forums are here:
    >
    http://forums.adobe.com/community/acrobat
    >

  • Hyperlink to a non-pdf file

    I have a number of pdf files as pages in an ASP.NET website.<br />I want to include hyperlinks to other pages that are not pdf files.<br />I get the message "Could not open the file <file name>" which means that acrobat tries to open the file and not to transfer the control.<br />Is there a means to make Acrobat 9 pro Extended to return the control to the website?<br /><br />Thanks,<br />Dinu

    Thanks for the suggestion.<br />Indeed AA9Ext offers Edit | Preferences | Trust Manager where I ticked "Allow opening of non-PDF file attachments with external applications". It doesn't work, apparently my problem is not related to "file attachments".<br />I get "Security Block - Acrobat does not allow connection to: <url>"

  • How to  download the content to a PDF source file.

    Hi All,
    I am using FileDownload UI element in the ADOBE  interactive to download the content to a PDF file.
    Please help me how to download content to a PDF file.
    Thanks,
    Archana.

    hi Archana,
    you will get the byte format of the pdf form the pdf source attribute , create  a resource using that byte data of type pdf as following
    IWDResource iwdResource = WDResourceFactory.createResource(wdcontext.currentContextElement().getPdfSource(), "resource name", WDWebResourceType.PDF);
    create a context element say fileresource of type iwdresource.
    set it's value as following.
        wdContext.currentContextElement().setFileResource(iwdResource);
    and do the following code on the action of the download button.
    public void downloadFile( )
        //@@begin createExternalPopup()
        // get the resource from the context
        IWDResource resource = wdContext.currentContextElement().getFileResource();
        //create an external window. A download dialog should appear
        IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(resource.getUrl(WDFileDownloadBehaviour.AUTO.ordinal()) ,"Title");
        //@@end
    with regards
    shanto aloor

  • How to skip non-PDF files in Action on folder?

    Hello,
    I have an Action in Acrobat Pro XI that takes a default folder and (using JS) batch converts the PDFs to text.  However, it also tries to convert *.txt files.  I don't care that it imports the *.txt to *.pdf as temp file but it then stops the batch processing by asking if I want to save the changes to the temporary PDF.  How can I bypass this?  Here is the JavaScript it executes:
        /* Convert PDF to Text File (*.txt) */
        var inPath = "../";
        var outPath = "/c/users/***/desktop/test/output/";
        var myFile = inPath + this.documentFileName
        var myFileExt = myFile.replace(/^.*\./,'');
        if (myFileExt == 'tmp'){
            console.println(this.path);
        } else {
            console.println('Found a PDF!');
            console.println(this.path);
            this.saveAs(outPath + this.documentFileName + ".txt", "com.adobe.acrobat.plain-text");
    Options I'm fine with:
    Skipping all non-PDF files from the Actions WizardCan't find a method to do this.
    Disabling the Save As prompt for the temporary created PDFs (*.txt files)
    The line returned by console.println(this.path) if myFileExt == 'tmp' is this":/C/Users/**/AppData/Local/Temp/A9R6966.tmp
    It still creates a temporary PDF.
    I tried this.closeDoc('true') but it closes Acrobat entirely.
    I hope that is concise enough!  Thanks for looking.

    Skipping all non-PDF files from the Actions Wizard
    This used to be possible, but unfortunately it's not possible any longer in Acrobat XI.
    What you can try to do is just add a Save command to your Action and hope that it saves the temp files silently (maybe you can save them in some temp folder), and then closes them and continues...

  • How can I change the size of a pdf source file, or, convert it to Word?

    How can I change the size of a pdf source file, or, convert it to Word?

    A lot depends on the form of the PDF. Is it graphics, a scan of a text file, pure text, or other? What version of Acrobat are you working with.
    You can do a save as to get a WORD file, but do not expect great results. The ability to get a decent WORD file depends on what the form of PDF you are working from. If it was created from WORD with tags and all, you might get good results. If not, you might get a lot of messed up results.
    Explain what you are starting with and your ultimate goal. Also check the audit of the file (should be under PDF Optimize) to see where the file information is concentrated (text, fonts, graphics, other).

  • Non-SAP Source systems for gas and power trading operations

    Hi Experts, I have this client who has no R/3 systems. They have few MS Access databases, Oracle systems annd MS SQL DB. I have seen some of the most commonly used tables in all the databases and doesn't look like there are not even a single InfoObject that is similar to any one in Business Content. Now this makes me feel that I need create everything from scratch. Can anybosy guide me on the best way to go about extracting data from this non-SAP systems. Right from connecting to these systems to extracting data in BI to creating some meaningful reports.
    They do not have the concept of Master data here. All they have is Data in the MS Access databases.I need some assistance from experts here in how do I go about organizing this.

    hi,
    The BW can be connected to Non-SAP data using DB or UD connect.
    The data in Non-SAP source system is staged in form of tables.
    You can extract the data using Data Source based on DB or UD connection.you can define new info objects and data flow which extracts the data. In DS description you can mention the Non-SAP source system tables from where you want to extract the data, after that u can mention the fields to be extracted in BW.
    regards,
    Arvind.

  • Implementation strategy for non sap sources

    hai friends,
                could anyone help with the
    'implementation strategy for non sap sources'.

    Hi,
    Its the same as with R3 sources.Only difference is you'll have different underlying interfaces. Non SAP systems can either be flat files, ETL systems or legacy systems using ETL connection, Oracle or Java systems XML, etc.
    But your stategy would remain the same only per your non sap source system, the transactions and the ways you configure your datasources would differ.
    Cheers,
    Kedar

  • Master Data cleansing and transformation from non-SAP source systems

    Hi all,
    Our client (Media)wants to cleanse and transform his master data from non-SAP source system to be uploaded into BW (no R/3 yet). If anybody has a document regarding this topic that i could use, i will appreciate if u sent it to me.
    thanks.

    Hi,
    https://websmp203.sap-ag.de/~sapidb/011000358700001965262003
    https://websmp203.sap-ag.de/~sapidb/011000358700006591612001
    https://websmp203.sap-ag.de/~sapidb/011000358700001971392004
    https://websmp203.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000471477&_OBJECT=011000358700008927932002E
    /manfred

  • Allow Opening Of Non-PDF File Attachments With External Applications

    If this is an Adobe initiative, then "grrrr, thanks a lot".  Or, is this something on our local end?
    Lately we cannot open Excel (.xls or .xlsx) and Word documents (97-2003 or later versions) out of a PDF potfolio.  We upgraded to Reader 9.4.6 and I think it was around that time (maybe even 9.4.5) that this ability went away.  In the versions we have you cannot check "Allow opening on non-PDF....." as it is greyed out.  Is this where you allow .doc and .xls files to open?

    I too am having difficulty after upgrading to 9.4.6, but I am unable to open PDF files from my web browser (both Chrome and IE). If I edit my preferences and allow the PDF to open in the browser window, I can see them, but opening the application from a web page does not work.
    Turning pop up blocker off/on does not make a difference.
    Other files seem to open fine.

  • Looking for a non-pdf manual for S3

    Does anybody know where I might be able to find a non-pdf manual for the S3 on-line?  I want to print it out the manual, but the pdf is a nightmare to print and it doesnt come out the right size - without murdering a forest (204 PAGES).  Any help will be greatly appreciated.  Thanks!

    You can request a printed copy by mailed to you from Samsung. Check the little "Get Started" booklet that came with the phone. It will have the phone information for you to call and request one.

Maybe you are looking for

  • ABAP program to add in the process chain before the attribute change run

    Hi I need a ABAP program to add in the process chain before the attribute change run(process) to avoid the locks, can any one send me the program Regards, Satish

  • UDF Code Required

    Hi Experts,        i have the following requirement i had done this using graphical any way i am trying to write the UDF for the same.I am unable to complete this.Can anybody guide me to complete this. Reuirement is as :- I have two inputs as a and b

  • Problems with zoom

    Sometimes, when I press Ctrl-+ it zooms OUT instead of in. What's wrong?

  • [OBIEE11g] Agents for seeding cache

    Hello, I would like to set an agent for seeding cache for several users. So I set a request and an agent for this. In the agent configuration, Destinations tab, I uncheck everything and I check only "Oracle BI Server Cache (For seeding cache)". But I

  • RSA3 0 data records after upgrade

    Hello, We've just upgraded from 3.0B to 3.5 Patch16. We have export datasource from cube. Cube has new data in it, all available for reporting. There are aggregates on the cube, these have been rolled up successfully. When I run RSA3 to check the exp