ECL Viewer Redlining does not work in cFolders for PDF

Hi,
I am using cFolders 4.5 with ECL viewer 6.0 patch level 4. Redlining functionality works for AutoCAD and graphics files such as JPG. However, when I try to use the redlining functionality on a PDF I get the message "This feature is currently not supported. Please contact your cFolders system administrator. The ECL viewer will shut down".
Any ideas on why this is happening. Is there anything specific I need to do to enable redlining for PDF files on cFolders.
Thanks,
Lashan

Hi Lashan,
This can be only realized in form of a modification.
To get the functionality, you have to change the code of BSP page
'doc_de_redline.htm'. You can find this information at transaction SE80
> BSP application 'CFX_RFC_UI' > Pages with Flow Logic
Switch to Layout:
<! object width="800px" height="500px" classid="clsid:E5B45843-BBE0-11D4-A7A4-0060087A7901" alt="Please wait....." >
<PARAM name="DIM" value="<%= P_FORMAT %>"></PARAM>
<PARAM name="DOWNBASEURL" value=""></PARAM>
<PARAM name="BASEID" value="<%= P_BASEID %>"></PARAM>
<PARAM name="BASENAME" value="<%= p_basename %>"></PARAM>
<PARAM name="BASEDESC" value=""></PARAM>
<PARAM name="BASETYPE" value="<%= p_fileext %>"></PARAM>
<PARAM name="BASEMIME" value="<%= p_bmimetype %>"></PARAM>
<PARAM name="LAYERCOUNT" value="<%=p_layercount%>"><(>
<<)>/PARAM>
> ENTER CODE HERE <
<! Liste der Layers >
<% l_index = 0.
Add at the comment the following line:
<PARAM name="PDFSUPPORT" value="1"></PARAM>
Regarding redlining of pdf files:
Please create a file" EAI Viewer.xml " and place the below xml code in the file. save it.
Code is as follows:
<?xml version="1.0" encoding="utf-8" ?>
- <settings created="20050719120931" name="EAI Viewer">
  <Created>X</Created>
- <Format>
- <Description>
  <PDF>Adobe Acrobat (*.pdf)</PDF>
  <SAP_WFE>SAP cProject Suite start file (*.sap_wfe)</SAP_WFE>
  <PGP>PGP encrypted file (*.pgp)</PGP>
  <JT>EAI DirectModel (*.jt)</JT>
  <VRL>VRML (*.vrl)</VRL>
  <WRL>VRML (*.wrl)</WRL>
  <STL>Stereolithography (*.stl)</STL>
  <PS>PostScript I, II (*.ps)</PS>
  <EPS>Encapsulated PostScript (*.eps)</EPS>
  <DGN>Microstation (*.dgn)</DGN>
  <PCX>PC Paint (*.pcx)</PCX>
  <PICT>Macintosh Paint (*.pct)</PICT>
  <PCT>Macintosh Paint (*.pct)</PCT>
  <RAS>Sun Raster (*.ras)</RAS>
  <GIF>Graphic Interchange Format CompuServe (*.gif)</GIF>
  <C4>EDMICS C4 (*.c4)</C4>
  <PNG>Portable Network Graphics (*.png)</PNG>
  <JPG>JFIF Compliant (*.jpg)</JPG>
  <JPEG>JFIF Compliant (*.jpg)</JPEG>
  <BMP>Windows Bitmap (*.bmp)</BMP>
  <TIF>Tagged Image File Format (*.tif)</TIF>
  <TIFF>Tagged Image File Format (*.tif)</TIFF>
  <MLR>CALS MIL-R I,II (*.mlr)</MLR>
  <MIL>CALS MIL-R I,II (*.mi)</MIL>
  <_907>Calcomp (*.907)</_907>
  <_906>Calcomp (*.906)</_906>
  <cals>Calcomp (*.cals)</cals>
  <MI>HP ME 10/30 (*.mi)</MI>
  <HPG>HPGL/HPGL-2 (*.hpg)</HPG>
  <HPGL>HPGL/HPGL-2 (*.hpgl)</HPGL>
  <IGS>IGES (*.igs)</IGS>
  <CGM>Computer Graphic Metafile (*.cgm)</CGM>
  <DWF>AutoCAD (*.dwf)</DWF>
  <DXF>AutoCAD DXF R11-14 (*.dxf)</DXF>
  <DWG>AutoCAD DWG 2.5-14 (*.dwg)</DWG>
  <MDL>(*.mdl)</MDL>
  <MPC>(*.mpc)</MPC>
  </Description>
- <Mimetype>
  <PDF>image/pdf</PDF>
  <SAP_WFE>application/sap_wfe</SAP_WFE>
  <PGP>application/x-pgp</PGP>
  <JT>application/x-jt</JT>
  <VRL>model/vrml</VRL>
  <WRL>model/vrml</WRL>
  <STL>application/stl</STL>
  <PS>application/postscript</PS>
  <EPS>application/postscript</EPS>
  <DGN>model/vnd.dgn</DGN>
  <PCX>image/pcx</PCX>
  <PICT>image/pict</PICT>
  <PCT>image/pct</PCT>
  <RAS>image/ras</RAS>
  <GIF>image/gif</GIF>
  <C4>image/c4</C4>
  <PNG>image/png</PNG>
  <JPG>image/jpeg</JPG>
  <JPEG>image/jpeg</JPEG>
  <BMP>image/bmp</BMP>
  <TIF>image/tiff</TIF>
  <TIFF>image/tiff</TIFF>
  <MLR>image/mlr</MLR>
  <MIL>image/mi</MIL>
  <_907>image/907</_907>
  <_906>image/906</_906>
  <cals>image/cals-1840</cals>
  <MI>image/mi</MI>
  <HPG>image/hpgl</HPG>
  <HPGL>image/hpgl</HPGL>
  <IGS>application/iges</IGS>
  <CGM>image/cgm</CGM>
  <DWF>model/vnd.dwf</DWF>
  <DXF>image/vnd.dxf</DXF>
  <DWG>image/vnd.dwg</DWG>
  <MDL>image/mdl</MDL>
  <MPC>image/mpc</MPC>
  </Mimetype>
- <Redlineable>
  <PDF>2</PDF>
  <SAP_WFE>0</SAP_WFE>
  <PGP>0</PGP>
  <JT>3</JT>
  <VRL>3</VRL>
  <WRL>3</WRL>
  <STL>3</STL>
  <PS>2</PS>
  <EPS>2</EPS>
  <DGN>2</DGN>
  <PCX>2</PCX>
  <PICT>2</PICT>
  <PCT>2</PCT>
  <RAS>2</RAS>
  <GIF>2</GIF>
  <C4>2</C4>
  <PNG>2</PNG>
  <JPG>2</JPG>
  <JPEG>2</JPEG>
  <BMP>2</BMP>
  <TIF>2</TIF>
  <TIFF>2</TIFF>
  <MLR>2</MLR>
  <MIL>2</MIL>
  <_907>2</_907>
  <_906>2</_906>
  <cals>2</cals>
  <MI>2</MI>
  <HPG>2</HPG>
  <HPGL>2</HPGL>
  <IGS>2</IGS>
  <CGM>2</CGM>
  <DWF>2</DWF>
  <DXF>2</DXF>
  <DWG>2</DWG>
  <MDL>2</MDL>
  <MPC>2</MPC>
  </Redlineable>
  </Format>
  </settings>
please upload this to your WebDAV (replace the old one and save this under a different name as
backup). The way to access WebDAV is explained in the cFolders configuration guide, chapter 'Creating the Settings URL for WebDAV Access' (the guide is attached to note 973764).
I hope that this information help you to solve the issue.
Thanks and Regards
Bhaskar

Similar Messages

  • How come the current view button does not work?

    How come the current view button does not work?

    Sorry, I have no idea what you are asking; please provide some details, and/or a screenshot if possible: https://forums.adobe.com/thread/1070933

  • The "portable document format" icon is a Word 2010 icon, so selecting Adobe Reader as action does not work to display the PDF.

    In the Applications tab -- Content Type -- the "portable document format" icon is a Word 2010 icon (not Adobe), so selecting Adobe Reader or preview in Firefox as action does not work to display the PDF. I can see this Applications difference because my other Firefox laptop has the Adobe icon, and I can view PDFs. Essentially, a PDF is coming in as a Word document -- and the computer tries to open it up as a Word file.
    How do I get the correct PDF icon in the Applications list -- the same way it displays (and works) on my other laptop.

    Adobe PDF Plug-In For Firefox and Netscape 10.1.7 ?
    I think you need to add this to the list of applications and the action to take on the type of content. This can also be managed in the about:permissions page. [[Permissions Manager - Give certain websites the ability to store passwords, set cookies and more]]

  • Siri does not work when used for calling a contact function

    Siri does not work when used for calling a contact function

    Very strange, try to turn off/on your iPhone. Or make a reset (home+power button)...
    If it continues try to restore it.

  • Open a view twice does not work

    Hello,
    I have a problem with bsp-views:
    I open a new window via the JavaScript command
    <script type="text/javascript" language="javascript">
      open( "<%= controller->mv_srch_url%>",
            "searchTask", "resizable=no, scrollbars=no,
             status=yes, menubar=no, width=320, height=522,
             top=50, left=50" );
    </script>
    If I close this window via the 'X' on the upper right corner of the window and want to open the popup again it doesn't work. This JavaScript command passes correctly but no window is opened.
    If I close the popup via a button where a submit is made to the calling (parent) document and open it again, everything works fine.
    Now I have two questions:
    1. Does anybody have an idea why the popup cannot be opened again?
    2. If not, I would like to make a submit if the popup is closed by the 'X'. I tried this in my bsp-view:
    <script language="javascript">
            function do_submit(){
            var theForm = window.opener.document.getElementById("theForm");
               theForm.submit();}
            window.onUnload = do_submit
    </script>
    but it did not work.
    I would be very grateful for any help.
    Best regards,
    Ralph
    Message was edited by: Ralph Rillig
    Catching the 'X' does not work, but opening the popup twice is working. I used the following coding:
    open( "<%= controller->mv_srch_url%>",
            "searchTask<%=sy-uzeit>", "resizable=no, scrollbars=no,
             status=yes, menubar=no, width=320, height=522,
             top=50, left=50" );

    Ralph
    try the following...
    1) create a new parameter or variable named callPopup (type CHAR01) with a default value 'N'.
    2) then in your view put the following;
    <% IF callPopup = 'S'. callPopup = 'N'. %>
    <script type="text/javascript" language="javascript">
    open( "<%= controller->mv_srch_url%>",
    "searchTask", "resizable=no, scrollbars=no,
    status=yes, menubar=no, width=320, height=522,
    top=50, left=50" );
    </script>
    <% ENDIF. %>
    3) Then when the user press the button to search (or the event to call the popup) just put the value of this variable to 'S'.
    Try it...
    Ariel

  • Sound does not work in Photoshop Album PDF

    I have a 5 yr old pdf made with Photoshop Album 2. The sound does not work and also an attached video does not play (only shows as a still image). This pdf used to work perfectly when I got it but since of course I have change computer, os and acrobat versions many times. I think it worked fine when using Windows XP, don't know which version of Acrobat Reader. Currently running Windoiws7 and Reader 9.3
    I got this sent to me so I only have the pdf, no original files etc.
    Anybody know how to get this working?
    Thanks

    I have a 5 yr old pdf made with Photoshop Album 2. The sound does not work and also an attached video does not play (only shows as a still image). This pdf used to work perfectly when I got it but since of course I have change computer, os and acrobat versions many times. I think it worked fine when using Windows XP, don't know which version of Acrobat Reader. Currently running Windoiws7 and Reader 9.3
    I got this sent to me so I only have the pdf, no original files etc.
    Anybody know how to get this working?
    Thanks

  • Find does not work in numbers for iPad.

    help, my company has an excel document which I have saved to numbers. But the find option DOES NOT WORK, when the find option is tapped the find screen shows up but only accepts on or two letters. Then when the wheel/ tool is presses the screen goes blank and returns to the desk top. I received an email from iWork but have not received a follow- up response. Help.

    Hi lkennon,
    You need to select the text in the cell to make "Remove Link" active. First, make the column wider if necessary to give somewhere 'safe' to click to the right of the address
    Now drag over the address to select it
    and "Remove Link" will be active.
    You may find this useful (turn Smart Links off)
    Even so, pasting an already active link into Numbers seems to over-ride that setting. Use Edit > Paste and Match Style.
    Regards,
    Ian.

  • CS3 Free Transform Tool does not work at all for distortion

    I tried everything, worked with vector objects of different configurations and rasterized objects. Nothing works. When I press Free Transform Tool and go to bounding box corner it become rotate or resize tool. When I click a little bit inside the bounding box and hold Command Key (I tried many keys and without keys) it just moves the whole object, it did not select just one point that I need. Envelope Mesh does not work for the same reason, but I do not need mesh tool. I have Illustrator 13.02, Mac OS 10.4.11
    The Free Transform Tool functions exactly as the main selection tool. Please help.

    I STILL cannot get this to work. I have tried everything suggested in this thread. I have followed the directions in the help menus explicitly. I have tried grouping, ungrouping. I have tried it on type, on type changed to outlines, on simple rectangles. Without success.
    When I try to use the free transform tool and hover over a corner of the bounding box, I get either a double-headed corner arrow, a rotation arrow, or a move arrow. Using the first two, dragging the point and then holding down the control/command key results only in a scaling of the object.
    Should I restart? Should I re-install? What should I do?
    Best,
    Fielden

  • Cancel button functionality does not work--- while searching for G/l Acc

    HI SAP SRM Gurus,
    This is regarding an issue faced by the end user.
    For information my client is on WAS 6.4 Patch Level 155, SRM 4.0, EBP 5.0, SRM Server 5.0.
    In account assignment details..while searching for G/l account for the Account Assignment used at the time of creation of the shopping cart, if no G/l account is found, the ‘Cancel’ button functionality provided, does not work, however when
    G/l account(s) is/are found, then the ‘Cancel’ button functionality
    works properly.
    Kindly assist.
    Awaiting your reply in this regard.
    Thanks in advance
    Ankur

    Hi,
    Sound like a bug.
    Did you open an OSS ticket ?
    Kind regards,
    Yann

  • Discoverer Viewer/Plus does not work with Custom EUL owned by APPS user

    I am facing a unique issue with one of my customers. They have a custom EUL named XX_EUL_US and this does not allow connecting through discoverer viewer or discoverer plus.
    I have worked with custom EULS before at other customers and this was never the case. I am being told that this issue is happening as the EUL owner is APPS instead of some other user. Is this the case? Can discoverer viewer not be used with EULs owned by apps user?
    Please not that the Default EUL in ICX profiles is set to this EUL and no other EUL profiles are set.
    Appreciate any thoughts on this.

    Hi,
    I am not sure what you mean when you say you have a "custom EUL named XX_EUL_US". The EUL table should be created in a schema named XX_EUL_US. This will then be the EUL owner. You will then need to connect to Discoverer Administrator as the EUL owner and grant privileges to Apps users and/or responsibilities.
    The user should then be able to connect to Discoverer Plus/View using their apps username, responsibility and password.
    To be able to connect directly from an apps menu you need to have the ICX parameters set correctly. The ICX: Discoverer Default End User Layer Schema Prefix should be set to XX_EUL (without the _US). The ICX: Discoverer End User Layer Language Override should be set to US or not set at all.
    Rod West

  • Crystal Report Viewer Print does not work for IE7

    Post Author: ssdudeveloper
    CA Forum: .NET
    When I view a report in IE7, and click the Print button in the Crystal Reports Viewer toolbar, an empty dialog window opens and no print dialog appears. The print functionality works correctly when viewing the same report using an IE6 browser.
    I have tried changing the browser security settings (as per http://technicalsupport.businessobjects.com/cs/forums/thread/3171.aspx) - with Automatic prompting for file downloads set to Enable, but this does not resolve my problem.
    Is this a known compatability issue with IE7? Are there any workarounds/solutions to this?

    Hello,
    Please search before posting.
    Visual Studio 2010 is not meant to work with Crystal Reports 10.2.
    Download CR4VS2010 here:
    [/people/blair.wheadon/blog/2010/07/29/crystal-reports-for-visual-studio-2010-beta-2-and-runtimes-now-available|/people/blair.wheadon/blog/2010/07/29/crystal-reports-for-visual-studio-2010-beta-2-and-runtimes-now-available]
    Thanks,
    Bhushan.

  • Average in Results row in calculation properties for Bex Key figure does not work in Analysis for Office 1.4.7

    We are moving from Bex 3.5 to Bex 7.0 and using Analysis for Office 1.4.7
    We have queries that do an average for the results rows of dynamic calculations and the queries will not open in Analysis for Office 1.4.7 (example is below)
    We get an error message that can be found below
    We were able to open the queries in Analysis 1.4.5 with the correct results.
    We do not understand why it worked in an older version and not the new one.
    Is there something missing in the version 1.4.7 of Analysis for Office that is preventing our queries from running?
    We do not want to move back to 1.4.5 because the performance is better in 1.4.7.
    Help.....

    Hi Patty,
    I just checked 1.4.7 by making "Calculate Results As.." for Key figure and formula to Average(and also tried others as well). No error is coming in Analysis Office. reason might be because of other reason
    Any way, As Tammy Powlas suggested can you check with SP8

  • Apple Loops Utility does not work at all for imported file

    I have imported an MP3 into Logic Pro 8, which converts it to an AIFF file, and am trying to configure the project to sync to that tracks tempo. From what I understand, I do this by opening it in the ALU and having it add tempo information to the file.
    My problem is that when I open the file in the ALU, and I have version 2.0.1, literally almost NOTHING works. I can hit the play/stop/jump to start buttons and they work. However, the volume control does nothing. Likewise, the Tempo slider as well as the transpose dropdown don't do anything.
    On the Transients tab, the Transient Division dropdown and Sensitivity slider are grayed out. Since I've never used this tool before, I would assume that this is how I get the utility to detect the beats in the song. The waveform view just shows the song waveform, with no markers as it does if I open an Apple Loop.
    If I switch to the Tags tab, ever single checkbox is grayed out. Finally, if I go to the file menu, all Save options are grayed out.
    My first thought, is of course, that I'm just an idiot and that I don't know what I'm doing. However, in searching the forum, I found this post from a year ago where someone is complaining about what seems to be the exact same problem, and they did not receive a single response.
    http://discussions.apple.com/thread.jspa?messageID=8516386&#8516386
    Any ideas on either how to get ALU to work or to get my project to sync to the MP3 without requiring the ALU?
    Thanks!
    Mark

    In case you are importing a whole track you won't get the results you are expecting with ALU....
    Under *File Type* in the Tags tab select Looping so that the Transients Division and the rest of the settings be active.
    Hope this helps
    A

  • Page Process Does Not Work When Column for APEX_ITEM.HIDDEN is not shown

    I have created a Report Region based on a SQl Query. In the query I have three columns that need to be within an array, but 2 of the 3 columns should not be displayed on the report. Therefore, I don't have Show checked for them in the Column Attributes of the Report Region.
    In my testing, if I don't display the columns that are within the arrays on the report and run the page process to insert records into a table, I receive the error of "no data found". In reverse, if I display the columns, my insert is successful.
    Is this how the arrays work? Or is there something I have not done correctly.
    Below is the query for the Report:
    SELECT APEX_ITEM.CHECKBOX(1,ROWNUM,'CHECKED')ATTENDED,
    APEX_ITEM.HIDDEN(2,C.PARTY_ID) ID, -----this is the column I want to hide-----
    APEX_ITEM.HIDDEN(3,C.PARTY_TYPE_CODE) PTYP, ----this is the column I want to hide----
    C.PARTY_TYPE_CODE,
    S.PERSON_ID,
    S.PERSON_FIRST_NAME AS NAME,
    C.PARTY_CASE_ID
    FROM CASE.PARTY C
    INNER JOIN DN.PERSON S
    ON C.PARTY_ID = S.PERSON_ID
    WHERE C.PARTY_CASE_ID = :P18_CDBCASE_ID
    AND C.PARTY_SEQ_NO = :P18_SEQ
    Thanks,
    Keisha
    Edited by: user4579720 on Sep 16, 2009 2:30 PM

    Keisha,
    If you uncheck the "show" option, then the corresponding HTML for that item is not rendered on the page. Thus, when you try to inspect that item via APEX_APPLICATION.G_F02, it simply doesn't exist.
    One trick that I use when I want to have hidden items on the page, but not make them take up any space, is to concatenate them to items that will be visible.
    Using your query as an example, I would re-write it like this:
    SELECT APEX_ITEM.CHECKBOX(1,ROWNUM,'CHECKED')ATTENDED,
    APEX_ITEM.HIDDEN(2,C.PARTY_ID)
      || APEX_ITEM.HIDDEN(3,C.PARTY_TYPE_CODE)
      || C.PARTY_TYPE_CODE PARTY_TYPE_CODE,
    S.PERSON_ID,
    S.PERSON_FIRST_NAME AS NAME,
    C.PARTY_CASE_ID
    FROM CASE.PARTY C
    INNER JOIN DN.PERSON S
    ON C.PARTY_ID = S.PERSON_ID
    WHERE C.PARTY_CASE_ID = :P18_CDBCASE_ID
    AND C.PARTY_SEQ_NO = :P18_SEQThus, the second APEX report column will contain the HTML for the hidden items PARTY_ID & PARTY_TYPE_CODE, as well as the value for PARTY_TYPE_CODE. When you submit the page, you should not encounter any issues.
    Thanks,
    - Scott -
    http://sumnertechnologies.com/
    http://spendolini.blogspot.com/

  • In the help! The grip jack of my iMac does not work any more for this morning! How needs to make to repair it ? Please

    This morning, I wanted to listen to some music on my iMac via my earphones but the computer, did not get any more my earphones. Indeed, when I puts the sound, this one takes out outer loudspeakers and not my earphones. They are not posted in the preferences sound. I tried earphones on my mp3, they worked.
    You can help me to repair my grip jack. If they pleases you
    Sorry if you do not understand very well, I am French.
    Thank you!

    It sounds like the headphone jack on your iMac is having problems. One solution you might try is to insert and remove the earphones' jack several times. Sometimes this clears it up.
    If that doesn't work, you will probably need to have the iMac repaired. Is it under warranty or AppleCare? If so it should be covered at no charge. Contact Apple using www.apple.com/support/contact if you are in a country that supports it or call the appropriate phone number on this page. Alternatively carry the iMac in to an Apple retail store or service provider. If you are outside of warranty they can give you an estimate for the cost.
    Best of luck.

Maybe you are looking for