How to format pdf -  printer frielndly - dashboard

Hello,
I created dashboard with tree section. Every section has two request/report with arrange horizontal. I print this dashboard to pdf. Now I have section 1 , section 2 and part of section 3( header ) in first page. In secent page I have resto of section 3. I want two sections per page. How to set that section 3 must begin from new page.
Regards,
Luko
update
Ok I found Height in section.
Edited by: Luko on 2009-12-29 16:13

Apparently AA8 will work on Win7, though Adobe does not support it. They only support AA9 on Win7. The printer should be installed as part of the Acrobat installation. You do not add the printer in the sense that you suggest. Does Acrobat itself open? You probably need to do a repair to the Acrobat installation. Updates may also help if you are only running AA8.0. The updates can be downloaded from Adobe.com>downloads>updates. Be sure to install the updates in order.

Similar Messages

  • How to Enable PDF Printing

    Hi Gurus,
    I am doing R12 upgrade and part of its finishing upgrade tasks, I need to "Enable PDF printing".
    What all are the steps to enable PDF printing.
    Please advice.
    Thanks
    Sony

    I am doing R12 upgrade and part of its finishing upgrade tasks, I need to "Enable PDF printing".
    What all are the steps to enable PDF printing.How To Print Concurrent Requests in PDF Format [ID 333504.1]
    How to Print PDF/UTF8 in R12? [ID 778970.1]
    R12.0.6+ : Oracle Application Object Library Pasta Printing Health Check Test [ID 732270.1]
    http://forums.oracle.com/forums/search.jspa?threadID=&q=PDF+AND+Printing+ANd+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to restrict pdf printing on a condition

    Hello,
    We generate the pdf and distribute it to the user immediately. I've a business requirement to allow the user to print the pdf a maximum of 3 times. I was able to add the javascript to the pdf to make a webservice call that would keep a track of prints(by getting the pdf blessed by the livecycle readerextensions). Now, I've two questions :
    1.How can I disable printing on the pdf document when max number of reprints is reached?
    2.The pdf throws security warning when it makes the webservice call. Is there anyway to supress it?
    Thanks in advance for the responses.
    Feroz.

    Thanks Neerava. I tried compiling the project in the link you provided and I'm getting the following error:
    build-project:
         [copy] Copying 1 file to C:\ExternalAuthorization 2\output
         [echo] ExternalAuthorization: C:\ExternalAuthorization 2\build.xml
        [javac] C:\ExternalAuthorization 2\build.xml:46: warning: 'includeantruntime' was not set, defaulting to build.syscl
    asspath=last; set to false for repeatable builds
        [javac] Compiling 2 source files to C:\ExternalAuthorization 2\output
        [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:3: error: package
    com.adobe.idp.dsc.component does not exist
        [javac] import com.adobe.idp.dsc.component.Bootstrap;
        [javac]                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:4: error: package
    com.adobe.idp.dsc.component does not exist
        [javac] import com.adobe.idp.dsc.component.BootstrapContext;
        [javac]                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:6: error: cannot
    find symbol
        [javac] public class BootstrapImpl implements Bootstrap {
        [javac]                                       ^
        [javac]   symbol: class Bootstrap
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:8: error: cannot
    find symbol
        [javac]     private BootstrapContext m_ctx;
        [javac]             ^
        [javac]   symbol:   class BootstrapContext
        [javac]   location: class BootstrapImpl
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:10: error: cannot
    find symbol
        [javac]     public void setBootstrapContext(BootstrapContext aCtx) {
        [javac]                                     ^
        [javac]   symbol:   class BootstrapContext
        [javac]   location: class BootstrapImpl
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:3: error:
    package com.adobe.edc.server.spi.authorization does not exist
        [javac] import com.adobe.edc.server.spi.authorization.*;
        [javac] ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:4: error:
    package com.adobe.idp does not exist
        [javac] import com.adobe.idp.Context;
        [javac]                     ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:5: error:
    package com.adobe.idp.dsc.clientsdk does not exist
        [javac] import com.adobe.idp.dsc.clientsdk.ServiceClientFactory;
        [javac]                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:6: error:
    package com.adobe.livecycle.rightsmanagement.client does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.RightsManagementClient;
        [javac]                                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:7: error:
    package com.adobe.livecycle.rightsmanagement.client does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.EventManager;
        [javac]                                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:8: error:
    package com.adobe.livecycle.rightsmanagement.client.infomodel does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.infomodel.Event;
        [javac]                                                             ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:9: error:
    package com.adobe.livecycle.rightsmanagement.client.infomodel does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter;
        [javac]                                                             ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:19: error
    : cannot find symbol
        [javac] public class PrintServiceSPISample implements ExternalAuthorizer
        [javac]                                               ^
        [javac]   symbol: class ExternalAuthorizer
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:21: error
    : cannot find symbol
        [javac]     private EventManager           _evt_manager = null;
        [javac]             ^
        [javac]   symbol:   class EventManager
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:22: error
    : cannot find symbol
        [javac]     private ServiceClientFactory   _sc_factory  = null;
        [javac]             ^
        [javac]   symbol:   class ServiceClientFactory
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:23: error
    : cannot find symbol
        [javac]     private RightsManagementClient _rm_client   = null;
        [javac]             ^
        [javac]   symbol:   class RightsManagementClient
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:25: error
    : cannot find symbol
        [javac]     public ExternalAuthPropertyDTO[] getProviderProperties()
        [javac]            ^
        [javac]   symbol:   class ExternalAuthPropertyDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:30: error
    : cannot find symbol
        [javac]     public ExternalAuthResultDTO evaluate( ExternalAuthDTO auth_info )
        [javac]                                            ^
        [javac]   symbol:   class ExternalAuthDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:30: error
    : cannot find symbol
        [javac]     public ExternalAuthResultDTO evaluate( ExternalAuthDTO auth_info )
        [javac]            ^
        [javac]   symbol:   class ExternalAuthResultDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:27: error
    : cannot find symbol
        [javac]     return new ExternalAuthPropertyDTO[0];
        [javac]                ^
        [javac]   symbol:   class ExternalAuthPropertyDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:32: error
    : cannot find symbol
        [javac]     ExternalAuthResultDTO ret_val = new ExternalAuthResultDTO();
        [javac]     ^
        [javac]   symbol:   class ExternalAuthResultDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:32: error
    : cannot find symbol
        [javac]     ExternalAuthResultDTO ret_val = new ExternalAuthResultDTO();
        [javac]                                         ^
        [javac]   symbol:   class ExternalAuthResultDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:54: error
    : cannot find symbol
        [javac]         Context context = (Context)auth_info.getContext();
        [javac]         ^
        [javac]   symbol:   class Context
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:54: error
    : cannot find symbol
        [javac]         Context context = (Context)auth_info.getContext();
        [javac]                            ^
        [javac]   symbol:   class Context
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:102: erro
    r: cannot find symbol
        [javac]         EventSearchFilter print_search = new EventSearchFilter();
        [javac]         ^
        [javac]   symbol:   class EventSearchFilter
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:102: erro
    r: cannot find symbol
        [javac]         EventSearchFilter print_search = new EventSearchFilter();
        [javac]                                              ^
        [javac]   symbol:   class EventSearchFilter
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:118: erro
    r: cannot find symbol
        [javac]         Event[] out_events = _evt_manager.searchForEvents( print_search, 10 );
        [javac]         ^
        [javac]   symbol:   class Event
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:148: erro
    r: cannot find symbol
        [javac]         _sc_factory  = ServiceClientFactory.createInstance();
        [javac]                        ^
        [javac]   symbol:   variable ServiceClientFactory
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:149: erro
    r: cannot find symbol
        [javac]         _rm_client   = new RightsManagementClient( _sc_factory );
        [javac]                            ^
        [javac]   symbol:   class RightsManagementClient
        [javac]   location: class PrintServiceSPISample
        [javac] Note: C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java use
    s or overrides a deprecated API.
        [javac] Note: Recompile with -Xlint:deprecation for details.
        [javac] Note: C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java use
    s unchecked or unsafe operations.
        [javac] Note: Recompile with -Xlint:unchecked for details.
        [javac] 29 errors
        [javac] 1 warning
    BUILD FAILED

  • How to reinstall PDF Printer in Print & Scan window on OSX 10.8.2

    Hello,
    I was having issues where PDF's were not saving when I was printing them, so I thought that if I deleted the PDF printer from my list of printers and reinstalled it, my problem would be solved.  Now I can't figure out how to reinstall (add) the PDF printer back into this window.  I have uninstalled and reinstalled Acrobat, and I have been searching the web for about an hour.
    I am running OSX 10.8.2
    I have Adobe Creative Cloud installed
    I am on an iMac 3.4 Ghz Intel Core i7
    32 GB of RAM
    Thanks for any help you have.
    J

    Moving this discussion to the Creating, Editing, & Exporting PDFs forum.

  • How To formate PDF Data(Binary) to HTML Formate

    Hi All,
    I am using PDFs in my application. Once the user has submitted his project in formation through pdf, it stores in BAPI. When i tried to retrive the data from back end to display in a view. it shows me all the information is in single line because of PDf binary data. Can any one knows about how to display pdf data in a view (html) with multiple lines.
    Thanks
    Regards
    Ravi.Golla

    Hi Ravi,
    See this thread...It might be useful for u..
    /people/mark.finnern/blog/2003/09/23/bsp-programming-handling-of-non-html-documents
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fd2d690-0201-0010-de83-b4fa0c93e1a9
    Urs GS

  • How to install PDF printer to Adobe Reader?

    I've created a form that will be sent to my colleagues to fill out. Once they fill it out, they will need to save the form as a read-only pdf and send it to our clients.
    I understand, after reading a lots of threads in this forum, the best way would be to have my colleagues to open the form(s) in Acrobat and then print to a PDF. This will allow them to create a static copy of the form, which will not have any fields or access to change the data. My question is if this is possible for them as they have Adobe Reader 8, 9 & X? If yes, how do they install the PDF printer?
    /Sally

    Ok....any other suggestions how I can make this work? I need to create the form as an open document for my colleagues to fill it in with information then send it as a read-only pdf to our clients......

  • How to get PDF Printing working with APEX packed with 11g

    Hi ,
    Recently i installed 11g db on one of my systems (Windows XP) ,as it comes with APEX i thought to move my apex app(which were in 10g) to the same .........when i moved my apps , i got everything working but PDF PRINTING .
    I have configured Report Printing :
    Print server: Advanced
    Print server Protocol: HTTP
    Print server Host Address: localhost
    Print Server Port: 9704
    Print server script :/xmlpserver/convert
    Your help is appreciated.
    Thanks ,
    Ribhi

    Hi Jes,
    Thank you for your reply. BI Publisher is runing on the same server where Database 11g with APEX installed. I loged in to the database as SYS DBA and copied and paste Oracle script below to enable Network services. The script run successfully, still cant print. Pls Help me to solve this problem.
    Regards,
    Ribhi
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give FLOWS_030100
    -- the "connect" privilege if FLOWS_030100 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, make sure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'FLOWS_030100'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'FLOWS_030100',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'FLOWS_030100', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'FLOWS_030100', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    Edited by: Ribhi on Nov 13, 2008 1:18 PM

  • How do install pdf printer?

    I cannot follow the instructions to install a pdf printer because there is no printer download setup feature available on the adobe.com web site.

    Hi belliotriehm,
    Are you on Mac OS or Windows? The Adobe PDF Desktop Printer is only available on Windows.
    If you are on Windows, you can find the link to download by logging on the https://cloud.acrobat.com, and clicking the Create PDF link.
    Please let us know if you need further assistance.
    Best,
    Sara

  • How to modify PDF print template in Portal..

    Hi,
       we are running BI and Portal (NW 7.0, SP14).
        In the portal we enables the BI queries printing in PDF, but as far we use standard web template.
        Now i copied the web template and want to add new Fields to the PDF document, such as like Query Name, User, System and customer Logo. 
       I was able to add web text items with the required field to the customer web template, but i was not able to see these fields when printing the document...
        Please provide me with step for step describtion on how to add new fields to the PDF export or how should i proceed...??
    Many Thanks,
    Nazih

    Hello,
       many thanks for your help.
    1. I have added to the web template three new "TEXT_ITEM" elements with Date, QueryName, etc.
    2. then i have added this "text web items" to the PDF-pring command -> Data binding as you have advices.
    Here is the Result of the XHTML File:
    <bi:EXPORT xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp">
      <bi:TEMPLATE value="Z_0ANALYSIS_PATTERN">
      </bi:TEMPLATE>
      <bi:ITEM_REF_LIST type="UNORDEREDLIST">
        <bi:ITEM_REF index="2" value="TEXT_ITEM_1">
        </bi:ITEM_REF>
        <bi:ITEM_REF index="3" value="TEXT_ITEM_2">
        </bi:ITEM_REF>
        <bi:ITEM_REF index="4" value="TEXT_ITEM_3">
        </bi:ITEM_REF>
      </bi:ITEM_REF_LIST>
      <bi:REPEAT_HEADER value="">
      </bi:REPEAT_HEADER>
      <bi:SHOW_EXPORT_DIALOG value="X">
      </bi:SHOW_EXPORT_DIALOG>
      <bi:REPEAT_KEYCOL value="">
      </bi:REPEAT_KEYCOL>
    </bi:EXPORT>
    - Now the Issue is i cannot see these web items in my PDF document when i export the query as PDF...??? the PDF-document is empty...??
    *- and Any Idea how can i add an Image-object (Logo) to the PDF document too..??*
    Many Thanks again,
    Nazih
    Edited by: Nazih Kayyali on Nov 20, 2008 4:17 AM

  • How to format browser printing

    Hi,
    I have a print button in a JSF page(let it be page1) .Whatever data is there in the page1, the same thing should come in the print and printScreen should be a pop up.
    So i have desinged print screen(page2) same as page1.So when i click on print button in page1, i am calling window.open('page2.faces').
    I am getting the print screen also.
    In this print screen , i have inserted a print icon, on click of which it shows print preview .In print preview data is not getting formatted.It's coming in a zig-zag manner.Can anyone suggest me how to achieve this formatting.

    Hi Lisa,
    When you print a song list, choose the Custom theme; it'll then print with the exact column order of your playlist.

  • How to get pdf printer back?

    Just downloaded acrobat XI pro Windows, but pdf driver can't be found in the printer folder.  Do I need to re- download acrobat XI pro?

    If you did download AA XI, do you still have that on your system. If so, then archive it to a CD or backup drive. If you no longer have it, you may want to download it again and archive it for the future. It gets a bit old trying to help folks who do not archive and then need to get it again because of a HD crash or such.

  • How to enable PDF printing (Ubuntu, Tomcat+Cocoon, Apex 3.1 or greater)

    Hi,
    Hope that this my guide help someone
    http://ubuntuforums.org/showthread.php?t=1004742
    Br, Jari

    thank you very much for the document (posting) on Ubuntu forms.
    I have tried it with Ubuntu 9.04 and it works as well as it was on your 8.04 system.
    thax again
    R/ Zaf

  • Printing entire Dashboard from BI 7.0

    Hi, I'm developing a custom dashboard that uses HTML DIV's and Java Script.  I know the users are going to want to print out the entire Dashboard and have the output look as it does on the screen.  The dashboard is optimized for 1280X1024 so I am imagining that the output would have to be scaled to fit onto letter or even legal.
       Does anyone have any design guidlines on how to make the printout look like the actual dashboard screen?  All of the BW and custom HTML elements would have to show.  Do I have to do anything special?  Embed everything into a group or anything like that?
    Thanks, Ken Murray

    PDF within BI 7.0 does not maintain the layout while printing dashboards.
    One option is to use Export to Excel function to download to Excel and use Excel formatting and print the dashboard.
    Another option is to use standard browser print functions, you can use a print specific CSS file for doing this.

  • SGD 4.6 - PDF Printing on Windows Clients not working

    Dear all
    Installed SGD 4.6 with Win2008 Terminal Server.
    PDF printing works from Mac clients, but not from Windows XP.
    Is this a known issue?
    kind regards
    Werner

    Please be aware of the following:
    http://download.oracle.com/docs/cd/E19351-01/E23103-01/cjbchfdj.html#z40000061595090
    New Default PDF Printer Driver for Windows Applications
    The default printer driver used for Portable Document Format (PDF) printing from Windows application servers is now HP Color LaserJet 2800 Series PS. This change was made to provide support for Windows 7 and Windows Server 2008 application servers.
    In previous releases, the default PDF printer driver was HP Color LaserJet 8500 PS. If you are upgrading from an installation that uses this printer driver, SGD is reconfigured automatically to use the new default printer driver. If you are upgrading from an installation where you have configured SGD to use a different printer driver, your existing configuration is preserved on upgrade. If you are using using Windows Server 2003, Windows Vista, or Windows XP application servers, the new default printer driver results in the PDF printer not being mapped.
    Regards,
    Arno Staal
    Divider B.V.

  • Sgd 4.5 pdf printing problems

    Hello,
    I'm trying to configure print to pdf over sgd 4.5.
    We use a win 2008 r2 application server. I have the HP Color LaserJet 2800 Series PS added as printer driver. it seems sgd server print the file, but the client receives a message that the Acrobat file ".... tmp" can not open because it is demaged.
    anyone an idea?
    Regards
    Tobias

    Please be aware of the following:
    http://download.oracle.com/docs/cd/E19351-01/E23103-01/cjbchfdj.html#z40000061595090
    New Default PDF Printer Driver for Windows Applications
    The default printer driver used for Portable Document Format (PDF) printing from Windows application servers is now HP Color LaserJet 2800 Series PS. This change was made to provide support for Windows 7 and Windows Server 2008 application servers.
    In previous releases, the default PDF printer driver was HP Color LaserJet 8500 PS. If you are upgrading from an installation that uses this printer driver, SGD is reconfigured automatically to use the new default printer driver. If you are upgrading from an installation where you have configured SGD to use a different printer driver, your existing configuration is preserved on upgrade. If you are using using Windows Server 2003, Windows Vista, or Windows XP application servers, the new default printer driver results in the PDF printer not being mapped.
    Regards,
    Arno Staal
    Divider B.V.

Maybe you are looking for