Can I use just IAC to create a PDF Binder?

Hi All,
I just started looking at the SDK, and normally I'd read it until I found my answer, but the boss wants something done by yesterday.
I have a stand-alone Visual C++ app that creates a number of different files, such as ACAD drawings, PDF files, Word docs, etc.  My users all have Acrobat Pro 9.  I'd like to be able to use just IAC to get Acrobat to convert a list of files to PDF, then bind them all together in one PDF, all with just one click of a button by the User.  I've looked at the PDFBinder Sample, but this requires making a Plug-In, and then accessing the Plug-In via IAC.  I was hoping there would be a more direct way just using IAC.  The documents imply IAC can give you control "just like a user", and since a user can create a Binder PDF, I was hoping IAC could let me do it, without having to use Plug-Ins or JavaScript.
So, can anyone point me to any classes in the IAC API that will do this?  Or am I stuck using the sample PDFBinder way?
Thanks for your time!

You can do this using the JSObject & JavaScript via IAC - but it's quite difficult from C++ as it was designed for more COM-orientred languages such as VB & .NET.
It would actually be easier to do it from C++ as a plugin + your own IAC.

Similar Messages

  • What kind of  inforobject can be used for compounding while creating charac

    Hi all :
         what kind of standard inforobject can be used for compounding while creating characteristic ?
        I found that some could be , but some couldn't ,  like 0RESP_PERS.
    THE ERROR :
    1      Characteristic 0RESP_PERS was included in the compounding for COS09 (-> Long Text)      QLong text exists
    2              0RESP_PERS is just an attribute and is not allowed in the compounding No long text exists
    0RESP_PERS is an object, why  can't be  used for compouning? 
    Could you please tell me why ?
       Thank you very much!
    Edited by: jingying Sony on May 10, 2009 7:05 AM

    Hi Jingying Sony,
    One can mark an infoobject as an Attribute Only in the General tab.
    This means that the infoobject will only act as an attribute and cannot be used as a characteristic in infocubes. Neither can it be used as a navigational attribute and I guess it may not be available for compounding then(since in compounding - it implicitly becomes a characteristic).
    For your ref
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    If you uncheck this checkbox, then may be it will allow you to compound this characteristic..
    You may try with a (self created) ZRESP_PERS reference chararacteristic of 0RESP_PERS, to confirm this.
    One more link for your reference
    http://jgtang82.javaeye.com/blog/191795
    Hope this helps,
    Best regards,
    Sunmit.

  • Can we use custom RFC in creating models in Visual composer??

    Dear Experts,
    Can we use custom RFC in creating models in Visual composer??
    If yes, kindly provide some documents or links which would guide me how to achieve it.
    Warm Regards
    Upendra Agrawal

    Hi,
    Yes,you can do it.
    Configure the rfc and use like others Standard BAPI procedure.
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc/connectivity]
    Regards,
    Govindu

  • How can i use just icons on the bookmarks toolbar

    i would like to see all my bookmarks..so how can i use just the icons, and not the text on my bookmark toolbar?

    *Roomy Bookmarks Toolbar: https://addons.mozilla.org/firefox/addon/roomy-bookmarks-toolbar/

  • 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

  • Hi can I use apple pages to create a line or scatter graph ?

    Hi can I use apple pages to create a line or scatter graph ?

    If you need to see the legal document that makes this OK see this Apple document, section 2C

  • Which user exit can be use before production order creating?

    which user exit can be use before production order creating?
    i want to check AFPO data,then show error message before production order creating.
    1.i try to use PPCO0001( enhancement when saving the order) to check AFPO data, then show some error message,sap system will generate a abap down error.
    2.i try to use PPCO0007(Exit when saving production order),
    i can show error message,but i can't check AFPO's data.

    Hi,
    You can access AFPOD structure using field symbols.
    Try below mentioned code in routing:
    constants: c_afpod TYPE char30 VALUE '(SAPLCOKO1)AFPOD' .
    FIELD-SYMBOLS: <fs_afpod> TYPE ANY .
    data: wa_afpod TYPE afpod.
    ASSIGN (c_afpod) TO <fs_afpod>.
    wa_afpod = <fs_afpod>.
    Then later you can use wa_afpod in exit PPCO0007. Hope this will work for you.
    Sumit

  • Can I use preview to export multiple page PDF as jpegs?

    Using Preview, I export multiple page PDF as jpeg and results are the first page only as jpeg. Can I use preview to export multiple page PDF as jpeg for every page?

    Automator is great for this if you need to export many pages to JPG, or just have to do this often.
    Two other quick and dirty way sto get it done:
    (1) Enable thumbnail view, click on the ONE PAGE you want to convert to jpg, then choose "export." If you choose more than one page, only the first will get exported to jpg.
    (2) Create a copy of the file, delete all the pages except the one you want to export to JPG, and export that page. You may be able to "undo" the delete, get all your pages back again, and re-delete all but the one you want to export, etc. I would not recommend doing this on the original version of the file because of Preview's autosave so-called "feature."

  • I'm so confused!! I just want to create interactive pdf files (with video and flash files), but this free trial version is confusing!! help!?!

    i'm so confused!! I just want to create interactive pdf files (with video and flash files), but this free trial version is confusing!! help!?!

    Thanks for your suggestions. I checked to see if the options you suggested were set incorrectly but they were set to sync all. This led me to think the problem was actually in the iphone. I re-initialized the iphone and did not allow the system to restore any of the previous settings. In essence, I forced the phone to reset to factory settings. Then my video podcasts started syncing. All is well now. I did notice that I had seven podcasts selected that were "HD" presentations, and as such, are not compatible with the iphone. I don't know if this had anything to do with my earlier situation, but now I'm getting the video podcasts automatically. I'm happy. It wasn't much fun forcing the iphone to forget all of my preferences and I'm still customizing the phone now several days later. I think I have everything working and back to normal except I haven't identified any of my email accounts as of yet. Thanks for your help.

  • Can I use Adobe ExportPDF to split a PDF document?

    Can I use Adobe ExportPDF to split a PDF document?

    Hi
    We don't have this functionality but I will forward your request to our product team
    You might want to try Acrobat XI, trial is available at http://www.adobe.com/cfusion/tdrc/index.cfm?product=acrobat_pro&loc=us
    Thanks
    -sarabjit

  • If CASE Statement can be used just nest to 'WHERE' keyword in sql?

    HI All,
    There are 2 tables,
     dbo.headcount_smart_view & dbo.headcount_user_view,they
    are not joined i.e. there is no join between these 2 tables.
     User is trying to create the access restriction on table
    dbo.headcount_smart_view as below,
    The following case clause is just next to 'WHERE' keyword :
    CASE select distinct dbo.headcount_user_view.role_cd from
    dbo.headcount_user_view where UPPER(dbo.headcount_user_view.cmt_id) = UPPER(@Variable('BOUSER'))
    WHEN 8 THEN dbo.headcount_smart_view.l3_id In (select distinct
    dbo.headcount_user_view.divid from dbo.headcount_user_view
    where UPPER(dbo.headcount_user_view.cmt_id)=UPPER(@Variable('BOUSER')))
    WHEN 9 THEN dbo.headcount_smart_view.l4_id In (select distinct
    dbo.headcount_user_view.divid from dbo.headcount_user_view
    where UPPER(dbo.headcount_user_view.cmt_id)=UPPER(@Variable('BOUSER')))
    ELSE
    dbo.headcount_smart_view.l2_id In (select distinct
    dbo.headcount_user_view.divid from dbo.headcount_user_view
    where UPPER(dbo.headcount_user_view.cmt_id)=UPPER(@Variable('BOUSER')))
    END
    The user is getting 'syntax error', it seems that the value is not getting compared with any column hence getting the error.
    can case statment  be used just next to 'WHERE' keyword in sql? 

    I don't have the entire table query...
    but could u tell me wil the sql given below work ....
    if not, why? and what can be done to make it work ?
    SELECT * FROM Customers 
    where case select  CustomerID from customers 
    when 8 then 'Spock'
    when 9 then 'Yedi'
    else 'Jedi'
    end;
    Nope
    because of wrong syntax
    What the purpose of the case when statement here? I'm not seeing a condition in WHERE. You should use it in a condition like below
    SELECT * FROM Customers
    where case CustomerID
    when 8 then 'Spock'
    when 9 then 'Yedi'
    else 'Jedi'
    end = @SomeParameter
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Which type of books can I use JUST on my IPOD classic?

    Does anyone know.  I have purchased other books and then can't use them on the classic (just on the tablet).  I know this is an easy answer, but I can't figure it out.
    All the best

    Alas, the Classic doesn't support radio. The basic classic can only play stored audio files. iTunes plays radio by streaming it over the network.

  • Can't use Debit card to create Apple ID

    Hi guys,
    Have tried several times, but just can't register an Apple ID with a Debit card.
    The information always says wrong card information.
    But i used the exact same information for my Amazon account and have bought several items via it.
    Then what the problem could be?
    Thanks,
    Anthony

    hey man, I asked this on another thread and someone said they used a debit(bank) card that had a visa logo on it to pay for the ipad. I'm sure we will be fine as long as the debit card can be used as a visa or MasterCard, that's exactly why the visa logo is applied to the card, and apple is a huge corporation that would be foolish if they didn't allow payment using these types of cards. hope this helps put u at ease, I'm anxious too

  • Can I use the iPad to create video of notetaking with audio?

    I'm looking to use iBook Author to create some units of study for my students.  I want to create a video that is just of my notes (not of my hand writing the notes) and an audio of me explaining what I'm doing while I'm writing the notes.  Is there a way to use the iPad for this, or is there a program or an app that I could use for this?  I also have a MacBook Pro and an iPhone in addition to my iPad.
    Edited to add: What I'm thinking of is somewhat like the Khan Academy uses to teach students in their videos.  It's just their writing with audio, but it's not a video of them writing, which makes me think that there's some app or software they're using to show the notetaking that records audio and turns it into a video.
    Message was edited by: QuiltGuppy

    Screenchomp is a good app that we use at a school for this - its owned by Techsmith, the same company that owns Jing and Camtasia, two leaders in the market. Two other options to look at (which I preferred to Screenchomp) are ShowMe and Educreations.
    If you're just looking at a co Peter based solution for the MacBook,mid recommend screencast-o-matic.

  • Can I use the BAPI_PO_CREATE1 to create a PO with reference to a PR?

    Hi experts.
    I have a big question. I have been spend many hours in this site to find an answer about if I can use the BAPI_PO_CREATE1, to create a Purchase Order with reference to a Purchase Requisition. I could n ot find nothing about this.
    Can somebody tell me if can I use it?
    There are some threads that say "It is posible", but I would like to know the Structure name and the field name where I have to put the Purchase Requisition in the BAPI to create my PO.
    I hope that somebody can help me.
    Thanks a lot!!
    Best Regards.
    Jesus Martinez
    ABAP Developer
    Comala, Colima, Mexico

    I know this is an ancient topic, but in order to have all the necessary info together: (for everyone's future reference)
    How to create a PO with reference to a Purchase requisition which is properly released and assigned:
    Bapi_po_create1
    POHeader: document type (also POHEADERX)
    POItem : item number, plant, storage location, PR number, PR item (also POItemx)
    and that should be all! it would be useful if SAP clarified that in their documentation because this is a very common scenario...

Maybe you are looking for

  • Animated gifs -- broken feature; locked topic

    Hey -- what gives? Why is the main discussion in this forum of Mail's baffling inability to send an animated gif file been locked, with no further replies allowed? Is Apple so embarrassed at the absurdity of this simple feature being broken for so lo

  • Process Order Schedule Finish date before Schedule Start date

    On rare occasions, the process order Schedule Finish date is before the Schedule Start date.  This causes an error on the APO system when the process order is CIF to APO.  Does anyone have any ideas how this occur? Thanks. Best regards, Sandy

  • TS1559 Wifi still isn't working?

    Followed all steps from the article on how to resolve this problem yet it still is not working, what now?  Even updated all software and restored my iPhone to its factory settings and still won't work.

  • I want to buy a mac but i live in panama, do you ship to panama?

    Hey i want to buy a macbook pro retina with some adjustments so i need to order, but i live in panama, can i make them to ship to panama?

  • USB 2861 device capture blue screen of death

    Hi, I have a camera that is hooked up through a video adapter called "easycap", which converts analog video to USB. I can view the video input perfectly through eg. messenger. When I try to capture the video with JMStudio, I get the windows blue scre