Does Reader support saveas conversion to tiff?

Hello,
I am working on a form that has javascript to save the document as TIFF images.  The scripting works fine in both Adobe Standard and Pro.  However, when the document is saved as "Reader Extended PDF" in pro then opened in Reader X, the file conversion run by the submit button fails. 
I have read that Adobe Reader X had issues where it only supported save functions to temp or appdata folders, but an update (10.1?) was supposed to address this issue.
The code in the folder level js file is:
mySaveAs = app.trustPropagatorFunction(function(doc, path)
     app.beginPriv();
        doc.saveAs(path, "com.adobe.acrobat.tiff");
     app.endPriv();
myTrustedSpecialTaskFunc = app.trustedFunction(function(doc, file_path)
     // Privileged and/or non-privileged code above
     app.beginPriv();
try{
          mySaveAs(doc, file_path);
app.alert("Thank You - File Has Been Saved And Will Print Next",3);
}catch(e){
app.alert("Could Not Save File - Please Contact Administrator");
this.print({bUI: false, nStart:1, nEnd:1, bSilent: true, bShrinkToFit: true});
this.closeDoc(true);
app.openDoc("/C/waivers/myfile.pdf");
     app.endPriv();
Code under button is:
// Get the field value
var fn = this.getField("PrintedFullName").valueAsString;
// Specify the folder
var fldr = "/c/waivers/";
// Determine the full path
var file_path = fldr + fn + "_" + myDateString() + ".tiff";
// Save the file
myTrustedSpecialTaskFunc(this,file_path);
On clicking the submit button, I get the error in the app.alert above "Could Not Save File" in ReaderX, however it works perfectly in Standard or Pro.
Any suggestions would be greatly appreciated....this is the last hurdle before we can call this completed!  Thanks!

Just execute that code from the JS console. If TIFF conversion is not available, then you're out of luck.
It might be possible to develop a Reader plugin that does that, but you'll need to ask in the Acrobat SDK forum about that.
My understanding is the JS console isn't available in reader without adding scripts, changing registry settings and then it doesn't show unless you add code to pop it up or it blows an erorr.  Is this true on Reader or is there an easier way to find this out.
Man....I have to believe someone has run into this and just knows if Reader supports TIFF saveas versus doing a bunch of reghack to test it myself. You'd think this would just be documented clearly somewhere at Adobe. Yikes.
Anyone know for sure before I start modding my test pilot PC just to find out?

Similar Messages

  • Does reader support saveAs conversion file types ?

    Hello,
    The "JavaScript for Acrobat API Reference" doc specifies that second parameter 'cConvID' of the doc.saveAs function is conversion file type id. This method is supported since 5.0 version. There is no restrictions available for reader accept security.
    I tried to convert pdf document to tiff using folder level script:
    doc.saveAs("/e/test.tiff", "com.adobe.Acrobat.tiff");
    This produced the following error: "An unimplemented or obsolete function was called". I'm sure this is not a security issue as I'm able to save the document as pdf if second parameter is not specifed.
    From another side I tried to test which conversion types are supported and executed the following code:
    for ( var i = 0; i < app.fromPDFConverters.length; i++)
    app.alert(app.fromPDFConverters[i]);
    In this case I got: "Get not possible, invalid or unknown" on app.fromPDFConverters. My document is not hidden and this app property is supported from 6.0 reader version without any restrictions.
    I don't have an idea what's wrong here - the only explanation that reader scripting does not support conversions. Online Help states these features are supported:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.110.html
    Reader versions I tested it: 9.3 and 9.3.3 with win7 and Snow Leopard. If you have any related info please share it with me.
    Thank you a lot,
    Alexey

    Hi GKaiseril, thank you for reply,
    There are my answers:
    Have you read the section about  the 'quick bar' which appears at the top of each object, property, or  method page?
    - yes, I read
    What  is the box at the far right of the bar for?
    - Availability
    What is the meaning of the  black 'S' in that box mean?
    - Requires the document save right, my document has extended usage rights including save. In addition, I'm able to save the document using saveAs function without second param specified. The problem is only reproduced if I specify conversion type id.
    Have you looked in those references for the  application object's 'viewerType'  and 'viewerVariation' properties, and the description for the quick  bars?
    - Yes, I looked. There is no such restriction for the method and property specified.
    What are the values for  those properties?
    The first box indicates that saveAs was first  added to Acrobat/Reader in version 5.0. The box at the far right of the bar show S - means you need document save right only, so saveAs function will work in  all versions and variations of Acrobat, including Adobe Reader since 5.0 version and if document have Save usage  rights.
    Have you read the section about trusted and privileged functions?
    - yes, I read. Again, I'm able to save my document without specifying the second argument  - it means my script environment and function call conditions satisfy the requirements.
    The note for the 'saveAs'  method:
    "Note: This method can only be  executed during a batch or console event. See Privileged versus  non-privileged context for details. The event object contains a discussion of JavaScript events."
    - it also can be executed from folder level scripts. For reader you need extended usage rights.
    Reader can only save as a  PDF.
    - Could you please provide more info/links for this statement? Accordingly to online help it should be possible to use "saveAs" function with conversion  type id for reader.
    How  to save a PDF with Acrobat JavaScript by Thom Parker - I read it sometime ago - did not find anything related to the issue.
    Thank you,
    Alexey

  • Acrobat XI does not support the conversion?

    I have Acrobat XI when I take a batch of PDF files and try to combine them into one PDF file I keep getting this error message......
    "Acrobat does not support the conversion of one or more of your files to PDF. Please remove these files or go to Settings and choose the PDF Portfolio option". I am making a electronic disk and the Portfolio option won't work for what I am doing. Does anyone know how to fix this? I have converted these files before and never had any problems with this. I have tried this on a new computer and now I get the error message. I attached a picture of the error.
    I have Acrobat XI on a
    Dell Optiplex 3020
    Windows 7 Pro 64 bit

    I just got done and went through every file and opened them to check the Document properties, then security tab, then security method and all of them say no security. Have any other ideas?

  • AutoVue server does not support file conversion

    We've developed the ISDK for viewing the files and it's working fine. As the next step, it's required to use AutoVue Web Services to convert the files to pdf and jpeg formats.
    I've deployed the AutoVueWS.war and VueServlet.war files in our application server and ping method works fine. But the 'Convert' method in web services gives below error.
    javax.xml.ws.soap.SOAPFaultException: convert failed:File conversion not supported. ConvertOption[|Format:PDF|ScaleType:TYPE_SIZE|ScaleFactor:0|Width:800.0|Height:600.0|PageType:RANGE|FromPage:1|ToPage:1|ColorDepth:-1|FileName:c:/output/readme.txt-1357634753084.1.PDF|StepsPerInch:0.0|CameraView:NONE]
         at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178)
         at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:111)
         at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108)
         at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
         at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:107)
         at $Proxy32.convert(Unknown Source)
         at autovuewsclient2.AutoVueWSClient2.main(AutoVueWSClient2.java:50)
    The client code is as below.
    VueBeanWS_Service service = new VueBeanWS_Service();
    //create proxy
    VueBeanWS proxy = service.getVueBeanWSPort();
    //call autovue ping Web method
    System.out.print (proxy.ping("Hello from Java") );
    //Call the convert Web method.
    try{
    ConvertOption option = new ConvertOption();
    option.setFormat(Format.PDF);
    option.setPage(1);
    option.setScaleType(ScaleType.TYPE_SIZE);
    option.setHeight(600);
    option.setWidth(800);
    String URI = "http://wordpress.org/extend/plugins/about/readme.txt";
    byte[] file = proxy.convert(URI, option, null, false);
    FileOutputStream fos = new FileOutputStream("c:/temp/output1.pdf");
    fos.write(file);
    fos.close();
    catch(Exception e){
    e.printStackTrace();
    File in the above URI is downloaded to the AutoVue Server properly. But the conversion is failed.
    Please help me to solve this error.

    Hi,
    To convert files to PDF format, AutoVue uses a built-in proprietary PDF print driver called the AutoVue Document Converter. The above error may occur if this print driver is not properly installed. To install the AutoVue Document Converter print driver, execute the InstallPdfPrintDriver.exe program from your AutoVue installation directory. Before proceeding with the install make sure the "Print Spooler" service is started.
    Here are the necessary steps in order to enable the "Print Spooler":
    1. Go to Start > Settings > Control Panel > Administrative Tools.
    2. Select Services.
    3. Select the "Print Spooler" service and make sure to start it.
    4. Try to install the AutoVue Document Converter print driver.
    Thanks,
    Daniel

  • Where does Reader X save update preferences?

    I'm trying to copy preferences to all users folders so anyone logs to the computer will have the same settings... I'm interested in update settings preferences in particular. I set it to don't download and would like to replicate that to all users.
    I tried both C:\Documents and Settings\<username>\Application Data\Adobe\Acrobat\10.0 folder and C:\Documents and Settings\<user Name>\Local settings\Application Data\Adobe\Acrobat\10.0 but it doesn't look like it keeps it here.
    I couldn't find any reg key that has anything to do with update preferences.
    Please advice.
    Thanks
    Ed

    It's most likely this file
    com.apple.CharPaletteServer.plist
    which is in the directory:
    ~/Library/Preferences
    From looking at the file, it's not clear that it has anything more than the last time it was used.

  • I purchased the Adobe pdf Pack to combine 50 PDF files to one and when I select them from my folder it claims "the files are not in a format not supported for conversion to PDF".  They already are pdfs, what am I doing wrong?".

    I purchased the Adobe pdf Pack to combine 50 PDF files to one and when I select them from my folder it claims "the files are not in a format supported for conversion to PDF".  They already are pdfs, what am I doing wrong?

    Moved to Adobe PDF Pack (read only)

  • Does JavaFX support the TIFF-format?

    We are considering to use JavaFX to rewrite one of our C++ desktop apps.
    The app should be able to show TIFF-images though.
    Does JavaFX support the TIFF-format?
    The JavaFX-script below does not show the TIFF-image nor does it throw an Exception.
    javafx.stage.Stage {
    title : "Hello World"
    scene: javafx.scene.Scene {
    width: 200
    height: 200
    content: [
    javafx.scene.image.ImageView {
    image: javafx.scene.image.Image {
    url: "file:/C:/temp/HelloWorld.tiff"
    }

    An altenative...
    public class TIFFImageView extends CustomNode{
        public-init var fileName: String;
        public var imgScaleX: Number = 1;
        public var imgScaleY: Number = 1;
        public var nbFrame: Number = 0;
        public var currentFrame: Number = -1 on replace {
            displayFrame();
        public var tiffDecoder: ImageDecoder;
        public var imageView: ImageView;
        public function displayFrame() {
            try {
                if(currentFrame >= 0) {
                    var ri = tiffDecoder.decodeAsRenderedImage(currentFrame);
                    var pi = PlanarImage.wrapRenderedImage(ri);
                    imgScaleX = 580 / pi.getWidth();
                    imgScaleY = 450 / pi.getHeight();
                    imageView.image = Image.fromBufferedImage(pi.getAsBufferedImage());
            } catch (e: Exception) {
                println("display frame error: {e}");
        function loadFile() {
            try {
                var tifFile = new FileSeekableStream(fileName);
                tiffDecoder = ImageCodec.createImageDecoder("tiff", tifFile, null);
                nbFrame = tiffDecoder.getNumPages();
                if( nbFrame > 0) {
                    currentFrame = 0;
            } catch (e: Exception) {
                println("load file error: {e}");
        init {
            loadFile();
        override public function create(): Node {
            Group {
                content: [
                    VBox {
                        translateX: 10
                        translateX: 10
                        spacing: 20
                        content: [
                            HBox {
                                spacing: 20
                                content: [
                                    SwingButton {
                                        text: "Load Image"
                                        action: function() {
                                            var chooser: JFileChooser = new JFileChooser();
                                            if (JFileChooser.APPROVE_OPTION == chooser.showOpenDialog(null)) {
                                                var file = chooser.getSelectedFile();
                                                if(file.isFile() and file.canRead()) {
                                                    fileName = file.getCanonicalPath();
                                                    loadFile();
                                    SwingButton {
                                        enabled: bind (currentFrame > 0)
                                        text: "Previous Frame"
                                        action: function() {
                                            currentFrame --;
                                    SwingButton {
                                        enabled: bind (currentFrame < nbFrame - 1)
                                        text: "Next Frame"
                                        action: function() {
                                            currentFrame++;
                                    SwingLabel {
                                        translateY: 5
                                        text: bind "Frame index: {currentFrame} / {nbFrame}"
                            imageView = ImageView {
                                transforms: [
                                    Scale {
                                        x: bind imgScaleX
                                        y: bind imgScaleY
    }

  • Does Spatial support "Earth Centered, Earth Fixed" to Lat/Long conversion?

    Does Spatial support "Earth Centered, Earth Fixed" to Lat/Long conversion? I've looked in coordinate list table but don't see "ECEF" (or anything that might by a synonym for ECEF) listed.
    Thanks,
    Julien

    Spatial does not support ECEF coordinates at this time, nor conversions to/from longitude, latitude, and height above the ellipsoid. It is possible that Spatial will support ECEF in a future release of the product.

  • When attempting to add an event to my calendar and I press "done," I receive a message that reads "Cannot Save Event." "That event does not belong to that event store." What can I do remedy this issue?

    When attempting to add an event to my calendar and I press "Done," I receive a message that reads "Cannot Save Event," "That event does not belong to that event store." How do I remedy this problem so I can add events and appointments to my calendar?

    i am having the exact same problem, same messages (no end date set; cannot save; no calendar set; event does not belong to that event store."
    it is unbelievable to me that this issue existed so long ago and hasn't been fixed. I just bought my first apple product (iphone4s) and am ready to toss it. Despite hours of searching on these forums I have been unable to find out how to fix my calendar. I have rebooted, adjusted settings to no avail. without a calendar, i can't use this product. Also, i am not technologically brilliant and can't handle the advanced fixes that some people recommend.
    question, is apple a product for the ignorant like me? or should i go back to nuts and bolts pc?
    all i really want is to be able to use the calendar without "uploading, reprogramming, contacting support offices for 3 hours, contacting network administrators, upgrading, switching fonts, changing operating systems.... etc. " I am just a regular person who needs a portable calendar.
    sorry to vent, but can anybody tell me (in simple terms) how to get my calendar to accept a simple apointment?
    thank you.

  • Hi... I would like to purchase a Tablet Sony Xperia Z 2 10.1 (the last one of the Z series) and I was told that Adobe does not support Sony anymore.... I need to be able to open and read Adobe PDF files and I would like to know if this tablet can still us

    Hi... I would like to purchase a Tablet Sony Xperia Z 2 10.1 (the last one of the Z series) and I was told that Adobe does not support Sony anymore.... I need to be able to open and read Adobe PDF files and I would like to know if this tablet can still use Flash Player...
    Is there anyo who can help me with this? I asked in the shop and I was told "yes of course" , but when I contacted Sony directly I was advised to check with Adobe as apparently in the recent months Adobe and Sony haven't been getting along anymore...

    You may be mixing up two entirely different Adobe products.
    1. Adobe Flash Player. Needed to view web pages designed with Flash. Not needed to view PDF files. Not available for Android (not just Sony).
    2. Adobe Reader. Reads PDF files. However, the Android can also read most PDF files without needing Adobe Reader.

  • Envy 17-j141na SD card reader - what card types does it support

    As in the title really - what card types does the SD reader on the Envy 17-j141na support? I can't find this actually documented anywhere.
    I know it supports up to SDHC, does it support the SDXC standard ?
    Mike

    Good Morning mykejb,
    As I stated your specifications do not state the exact cards it supports.  I regret that  I am unable to give you a yes or no answer.
      If you check around the card reader itself, sometimes on the bottom of the notebook, it will list the supported card types.  If not all I can suggest is try and see.   If it seems if the card is too small for the slot, you may need an adapter for an SDXC card.
    Here is a link to SD/SDHC/SDXC Specifications and Compatibility( from scan disk support).  Please note this quote"NOTE: Internal card readers on laptops from 2008 and prior may NOT support SDXC cards. SDXC cards will work in SDHC compatible readers (not SD readers) if the computer OS supports exFAT. For more information on exFat see: Operating Systems that support the exFAT File System"
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • I have tried to convert and this is what I get for an answerFile does not support conversion? How can that be Its a PDF??

    File does not support conversion? How can that be Its a PDF??

    Hi vang,
    Kindly refer this FAQ link:What file formats does Adobe PDF Pack support?
    Regards,
    Florence

  • I'm trying to purchase printable ITunes cards -- which I've done in the past...no problem. Now a message reads: this Apple ID does not support this purchase....or something to that effect. What do I do?

    I'm trying to purchase printable ITunes cards -- which I've done in the past...no problem. Now a message reads: this Apple ID does not support this purchase....or something to that effect. What do I do?

    First of all, I think you are confused by something.
    You don't print cards. You print Certificates. So which item are we dealing with here first of all?
    Also, you can't buy gifts with just Store Credit, so do you have a linked CC?

  • Exchange 2007 New Install Error - Read only MultiValuedProperty does not support this operation

    Existing Server/Exchange 2003 environment. New 2003 R2 x64 server fully patched and updated with no other apps installed attempting to install Exchange 2007 SP2.
    Initially I was getting the error "Could not find the default Administrative Group ‘Exchange Administrative Group (FYDIBOHF23SPDLT)’". This I
    fixed by completely uninstalling per this Microsoft article,
    this Microsoft FixIt article and this recommended blog post, ending with
    setup.com /preparead. I'm making progress, because now I'm getting a new error attempting the install. Specifically, Hub Transport installation fails with "Read only MultiValuedProperty does not support this operation."
    Executing
    setup.com /prepareSchema fails. I've set the msExchVer attribute for CN=Offline Address Lists to 4535486012416 and gotten no change, the install still fails. This
    Googled page exactly describes my problem, and all anyone could say was to add this version number. It doesn't work. Pretty much none of the threads I've read have a resolution beyond this. I'm stumped, any help would be greatly appreciated.

    What's the error message when executing  setup.com /prepareSchema fails? failed at Organization Checks?
    Could you please check whether you are on the right schema version?

  • Leopard does not support reading/writing to SD card via network?

    I have a Pixma MX700. I can read and write to SD cards using the card reader built into this machine ... IF I use Windows XP. Leopard will mount the card and allow me to view it contents but the minute I try to import a file to my iMac, I get error code 1401.
    I've been told by Canon support that the new MP Navigator EX driver for Leopard disables reading from the memory card over a network. They claim Leopard does not support this function and reading the posts from others having the same issue using different multi-function printers, this would appear to be a Leopard issue, not a Canon issue.
    Can anyone confirm this and/or offer a fix?
    Thanks!

    Hi,
    Could you check for SAP Note   1952701 - DBSL supports new HANA version number
    Regards,
    Gaurav

Maybe you are looking for

  • Special characters downloading file into application server

    Dear Friends, i have to download records into excel sheet through back ground job, while downloading records into applications server. all records are downloading properly up to here fine but some special characters also downloading. i had downloaded

  • Cover flow still not up to par

    Getting my dad (we're both photographers) to switch to Mac took enough convincing... he had used Windows for so long and when he saw my Mac the on thing that stood out to him was the fact that he couldn't edit his photo workflow in 'Finder' like he c

  • How to install flash content in a site?

    I am unable to install flash content in my Blogger blog, OS busters. I don't know how to do this. Is there any coding? Please help!

  • ORA- 01461 : Can Bind a long value only for insert into a column error

    I was trying to create a new job using dbms_job.isubmit begin sys.dbms_job.isubmit(job => 1111, what => '', next_date => to_date('21-10-2011 03:00:00', 'dd-mm-yyyy hh24:mi:ss'), interval => 'TRUNC(SYSDATE+1)+3/24'); commit; end; However, I am getting

  • Nano displays Apple icon on selection of playlists

    My Nano displays the Apple icon for a few seconds when I select playlists and then returns to the previous menu. In iTunes the playlist contents are visible, but I can't reach them through the ipod menu. I can traverse all other menu options. Anyone