How to save graphs or integrate with PDF???

Hi All ,
    I want to display graph in PDF document . As it is not possible to put graph directly into interactive forms, can i directly save graph as image file through coding and then insert that image into interactive form????
Regards
Kavita
Edited by: kavita chavan on Jan 7, 2008 3:16 AM

Hi All ,
    I want to display graph in PDF document . As it is not possible to put graph directly into interactive forms, can i directly save graph as image file through coding and then insert that image into interactive form????
Regards
Kavita
Edited by: kavita chavan on Jan 7, 2008 3:16 AM

Similar Messages

  • How to save as AI file with PDF compatability at the same location?

    Hi Guys,
    Requesting for script. Here are the details..
    I  do have lot of AI files (from different paths) which are do not have PDF compatability switch  on. So now I am looking for script that all the files should save as at  the same place (over write) and should switch on the PDF compatability  switch on.
    I tried with Action script, But the problem  is, action scripting is recording the path where I saved first time.  That means, all the files are save as into recorded path. This makes me  some what confusion, because source file will be 1 and save file with PDF  1. So in total 2 files will create which is not good.
    So I am  requesting you that script schould overwirte at the same path and should  switch on the PDF compatability.
    FYI: Using Adobe CS4...
    If you help for this, it is really greatful for me.
    Thanks in advance...
    Regards
    HARI

    #target illustrator
    var df = new Folder('~/Desktop');
    var topLevel = Folder.selectDialog('Please choose your Top Level Folder…', df);
    if (topLevel != null) {
         topLevel = topLevel.fsName
         var fileList = new Array();
         fileListRecursive(topLevel, /\.ai$/i);
         if (fileList.length > 0) {
              main();    
         } else {
              alert('This Folder or sub folders contained NO Illustrator AI files?');    
    function main() {
         with (app) {
              while (documents.length) {
                     activeDocument.close(SaveOptions.PROMPTTOSAVECHANGES);
              //var orginalUIL = userInteractionLevel;    
              //userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
              for (var a = 0; a < fileList.length; a++) {
                   var docRef = open(fileList[a]);
                   with (docRef) {
                        var aiOptions = new IllustratorSaveOptions();
                        aiOptions.compatibility = Compatibility.ILLUSTRATOR12; // Change to 14 for CS4
                        aiOptions.compressed = true;
                        aiOptions.embedICCProfile = true;
                        aiOptions.embedLinkedFiles = false;
                        aiOptions.flattenOutput = OutputFlattening.PRESERVEAPPEARANCE;
                        aiOptions.fontSubsetThreshold = 0;
                        aiOptions.overprint = PDFOverprint.PRESERVEPDFOVERPRINT;
                        aiOptions.pdfCompatible = true;
                        aiFilePath = new File(fullName);
                        saveAs(aiFilePath, aiOptions);
                        close(SaveOptions.DONOTSAVECHANGES);
              //userInteractionLevel = orginalUIL;
    function fileListRecursive(f, exp) {         
         var t = Folder(f).getFiles();
         for (var i = 0; i < t.length; i++) {
              if (t[i] instanceof File && RegExp(exp).test(t[i].fsName)) fileList.push(t[i]);
              if (t[i] instanceof Folder) fileListRecursive(t[i].fsName, exp);
    }

  • How to save data model design in pdf or any format..?

    how to save data model design in pdf or any format..?
    i ve created design but not able to save it any mage or pdf format

    File -> Print Diagram -> To PDF File

  • How to 'save a copy' of a pdf?

    I am trying to change the security of the pdf  in which 'extend features in adobe reader' option is enabled. To change this i have to save a copy of a pdf.
    How to save a copy of a pdf  using acrobat sdk or javascript or batch processing?
    I have tried saveAs method in javascript but it doesnt work.
    Please Advice.

    Im trying to save the document in a location, but it is giving me a "Error 3: Bad parameter".
    Here is my code.
    DURING
              ASFileSysReleasePath(fileSys,pathName);
              ASPathName newPathName = ASFileSysCreatePathName(fileSys, ASAtomFromString("D:\\newPdf.pdf"),NULL,NULL);
              PDDocSave(pdDocForExp, PDSaveFull | PDSaveCopy, newPathName,fileSys, NULL, NULL);
              PDDocClose(pdDocForExp);
    HANDLER
               char  buf[256], errmsg[256];
                sprintf(buf,  "Error %d: %s", ErrGetCode(ERRORCODE),      
                ASGetErrorString( ERRORCODE, errmsg,  sizeof (errmsg) ) );
                AVAlertNote(buf);
    END_HANDLER

  • Can someone please tell me how to save a snapsnot taken with Adobe Reader X?

    Could someone please tell me how to save a snapshot taken with Adobe Reader X ?

    After taking the snapshot, you need to open a new document in an application that allows you to paste images.

  • How to save current output page as pdf or xls format?

    hello expert,
    i have  make 2D line graph . now i am trying to save current output page as pdf or xls format.
    how can i do this?
    please reply soon
    thanks in advance

    I have a similar problem with Firefox on android. When saving a page as PDF, often the PDF page size isn't big enough and just shows part of the full web page. Is there any way to set the PDF page size and make it bigger,say A4 or some other size?

  • How to save ONE single page of pdf document?

    I have a 115 page pdf document that I can open in Adobe Reader. I want to email just ONE page of this file to someone. How do I save just that one page from the file (as opposed to sending the entire pdf document)?
    I know, lame question. Thanks for any help!
    Angela

    If you're on a mac forget about Acrobat on Lion (maybe even Snow Leopard and Leopard too). I ran into this issue on Lion so here I am....
    you have to go through the routine of "printing to",, With Acrobat go to the printer preferences panel > select pdf, select save as pdf... only to find you cannot and get some even more riduclous and useless pop up telling you to chose file save as.... which only lets you save the entire document! Utter
    waste of time and space...and not what you are after.
    Solution... Open the pdf with Preview, then Cmd + P will bring up the same dialog box mentioned above with pdf down bottom left... First enter the page number into the pages option's From dialog... eg From 40 to 40 (= page 40 only) then hit the pdf bitton and dave as,,, Works perfectly with Preview but no chance with Acrobat!!!! I am starting to get the feeling that this product is fast becoming redundant as it seemingly is not up to basic operations such as printing or saving off a single page anymore. Plenty of freeware solutions are now available on the net - some of which I am quite sure would handle this... but since preview is installed on mac by default.... why not?
    After all this have a good think abou whether you will or even need to Upgrade Acrobat the next time round. It seems the more 'advanced' Adobe get the more useless certain products are becoming.... Don't know if it's just me...
    UPDATED Sept 11
    Seems there is a way to print a single page with Acrobat X.. but not at all as straightforward as mentioned above...
    You need to go View>Tools> Extract, then select the page you want and save it as a seperate pdf. Then open the new pdf and print that... Wonderfully intuitive on Adobe' s part....

  • How to save sap script output in  pdf document

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms

    PDF Creation + connection to DMS
    cheers
    Aveek

  • HOW TO SAVE A SCANNED FILE IN PDF FORMAT

    I HAVE A HP LASER JET M1005MFP PRINTER...
    HOW CAN I SAVE A SCANNED FILE IN PDF FORMAT..???
    PLEASE HELP AS SOON AS POSSIBLE AS IT IS URGENT.

    To get your issue more exposure I would suggest posting it in the commercial forums since the LaserJet M1005 is a commercial product. You can do this at Commercial Forums.
    I hope this helps!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • How can save the lessons as a pdf?

    how can I save the lessons as a pdf? Or save the video for offline?

    Hi,
    If you are talking about Adobe muse help articles, you can try to print -> in Print Preview, save them as pdf. Like in this screenshot
    Hope this helps

  • How to Migrate 10g sso integrate with EBS 11.5.10.2  to 11g OAM(oracle access manager) with R12.1.3

    How to Migrate 10g sso integrated with EBS 11.5.10.2  to 11g OAM(oracle access manager) with R12.1.3
    Os:Linux 64 bit
    database:11.2.0.3 Rac

    Hi,
    You could try working through the EBS -> APEX integration article on the Apex community site (http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf)
    Rod West

  • How to save wpa profile (.wpaprofile) with my filters (like process as firefox and module as kernelbase.dll) ?

    Is there a way to save the wpa profile with the filters currently applied on the view ? For example, i have the computation graph with process as firefox filtered and module name as kernelbase.dll. When ever i open a new etl file and apply my profile (.wpaprofile),
    the computation graph is shown with only firefox process.
    Hope, i am able to explain myself.

    Is there a way to save the wpa profile with the filters currently applied on the view ? For example, i have the computation graph with process as firefox filtered and module name as kernelbase.dll. When ever i open a new etl file and apply my profile (.wpaprofile),
    the computation graph is shown with only firefox process.
    Hope, i am able to explain myself.

  • How to save a file generated with jxl on a server?

    Please can anyone tell how to save a newly genarated excel file in a folder on a server?
    response.setContentType("application/vnd.ms-excel");
    response.setContentType("text/html; charset=utf-8");
    response.setHeader("Content-Disposition","attachment; filename=report.xls");
    WritableWorkbook w = Workbook.createWorkbook(response.getOutputStream());
    WritableSheet s = w.createSheet("Report_detail",0);
    but this sends my file to a browser
    Thanx

    FileOutputStream...
    but this sends my file to a browserDon't tell me that surprised you? Why did you write that code in the first place?

  • How to save a bitmap to a pdf file format?

    Hello,
    We have a scanning application that can write out BMP files or TIFF files.  My boss would like to have the files in PDF format.  Is there a way to do this?  I can write code if given the specs.  Call an external routine if there is one available for free or low cost.  I initially get the info from a handle to a DIB, convert it to a Bitmap object, then save it to a TIFF.  I am using VB.NET and am looking for a solution that isn't too costly in cash or time since the benefit is small, but I do not know if there is one.  Even if someone can point me in the right direction I would appreciate it.
    Thanks

    Open in a graphics package and print to the Adobe PDF printer. TIFF files can be opened directly in Acrobat and converted (you would then use Save As to get the PDF). BMP files are not in the list of files converted by Acrobat, but you could still try -- might get an error message, but maybe it will work also.

  • How to save and then close a PDF Using Acrobat 9 (URGENT)

    I have been looking for a soultion for long time now but
    couldn't find any.
    I'm using a dynamic PDF form desgined using LC Desginer and created a button that should save the current opened form in the same location (no need to define the location because what I want to use is the command File -> Save) and then close the application (I'm using Acrobat 9 Pro Extended).
    I tried many scripts and gone throw JavaScript™ for Acrobat® API Reference but no luck.
    Once I click on the button I get the following error: NotAllowedError: Security settings prevent access to this property or method.
    Will you please help in this issue as it took long time and my project manager is pushing to get resolved ASAP.
    Guys, I'm new to this kind of tecnology so please be patient with me.
    Thanks in advance for your valuable help.
    The code I used in click event of the button is as follow:
         var myDoc = app.newDoc();
         myDoc.saveAs();
         myDoc.closeDoc(true);
    catch (e)
         xfa.host.messageBox(""+e);
    I used this earlier and got the same error:
    try{
          var myDoc = event.target;
         myDoc.saveAs();
    catch (e)
         xfa.host.messageBox(""+e);
    try{

    Hi Niall,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))} 
    The app.execMenuItem works here. Is your form designed to be opened in Acrobat/Reader or are you opening the form in html?
    The form will be opened by Acrobat/Reader. The statement worked but what I need is to save the PDF in the current location without popping up the Save As dialog box. In other words I would like to perform Ctrl+Saction and then exit the application not only close the form because the Content Management Solution we are using will require the application to be closed so it can CheckIn the document.
    I tried to use app.execMenuItem("Save");  but it seems it is not working because once I try to close the application or the form using app.execMenuItem("Close"); the do you want to save changes to "FORM" before closing? dialog box pops-up.
    For closing the application I tried app.execMenuItem("Exit"); and I got this error: InvalidArgsError: Invalid arguments.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Also you may want to consider how you are reader enabling the form. If you are using Acrobat to extend the form, then certain features like database connections will not work.
    The customer has Adobe LC Reader Extension so I will use it to extend the PDF but right now I do use Acrobat so I don't need to extend the PDF everytime I need to test it.
    Can I get all the arguments that execMenuItem uses?
    I really appreciate your help Niall.
    PS: I couldn't reply earlier yesterday because my work is on the server and I was at home (my time is +3 GMT it was night when I got your reply)
    Regards
    Mazen

Maybe you are looking for

  • Document in scenebuilder

    Hi; i just intalled scene builder and i try the tut issuetrackinglite but i can't find the tab : document in the inspector panel according to the tut help please

  • 24L4200U LED TV - Picture and Audio Settings?

    Hi, I just purchased a Toshiba 24L4200U LED TV. I wanted to know if someone could share their Picture/Audio Settings? Thank You!

  • WL 10 and Jaxws-ri

    I'm trying to deploy an ear file on WL 10 which was created using jaxws, and ant 1.7 but I'm getting the following error. The jars are included and it worked in WLS 9.2 WSSERVLET11: failed to parse runtime descriptor: java.lang.NoClassDefFoundError:

  • Updating multiple records without having to use a cursor

    I am trying to update multiple records in a table. Eg Table A -20 records Table B -10 records. Would like to update Table B with the updated records in Table A for those records which the primary key matches and I dont want to use cursors. Is this po

  • Extrude in Cinema 4D lite?

    Hello! Very excited to be using Cinema 4D Lite and I'm very imprssed with what you get out of the box. I looked at the side by side table for all the cinema 4d versions and the table says C4D Lite DOES support extruding, but every time I try to extru