RoboHelp 7 Printed & Web Project

Hi,
I am trialing RoboHelp 7.
I have a project that requires us to have an online document
using WebHelp Pro and a printed version of the document also.
Can someone advise me on how this needs to be setup. I have
created a folder for my project and published my web files. However
I need to publish my printed file afterwards which removes all the
webhelp files, is there anyway of printing them within one project,
I have links to files within the documents and if published outside
the file the links are broken.

Alix-Louise,
First, to clarify:
When you say "publish," are you referring
to generating WebHelp and printed documentation, into the default
!SSL! directories?
Or are you publishing to a target location after first
generating the WebHelp and print doc?
Harvey

Similar Messages

  • PSD Colour Preference & icc profile for Print and Web projects?

    Using the same Photoshop files for Web- and (4c) printed media projects
    i wonder if these settings are suitable to enable a good range
    for both -
    may you please let me know ?
    i look forward to any feedback,
    thanks a lot in advance!
    ---- please visit
    http://img35.imageshack.us/f/psdwebprint.jpg/
    http://img35.imageshack.us/f/psdwebprint.jpg/for a screenshot of these settings ---
    1 - PSD PREFERENCE SETTINGS
    ... via
    edit / colour settings / settings :
    WORKING SPACES:
    RGB - ECi rgb
    CMYK - Coated FOGRA39 (OR Iso Coated V2 (ECI))
    Gray - Gamma 2.2
    Spot - Dot Gain 15%
    COLOR MANAGEMENT POLICIES
    RGB, CMYK, Gray - Preserve embedded Profiles
    Profile Mismatch - checked/active Ask when Opening, checked/active Ask when Pasting
    Profile Mismatch - checked/active Ask when Opening
    CONVERSION OPTIONS
    Engine - Adobe (ACE)
    Intent - Relative Colormetric
    checked/active Use Black Point ...
    checked/active Use Dither ...
    checked/active Compensate for scene ...
    ADVANCED CONTROLS
    unchecked/ Not active Desaturate ... 20%
    unchecked/ Not active Blend RGB ... 1.00%
    2 - FILE SETTINGS/PROFILE TAGGING
    ... via
    edit / Assign Profile
    PROFILE TAGGING FOR WEB
    ... ...  Assign SRgb .ICC Profile
    PROFILE TAGGING FOR PRINT
    ... ...  Assign Coated FOGRA39 (OR Iso Coated V2 (ECI)) .ICC Profile

    You might want to take a look at Deke McClelland'ssuggestion. Here's a link:
    http://www.youtube.com/watch?v=0A1rDNkgMF8

  • Printing a project with about 500 pages

    Hello,
    the company I'm working for is currently discussing using robohelp for the technical documentation. So now I'm trying to find out, if robohelp really suits our needs or not. Currently I'm testing robohelp 9 on a windows xp system with word 2010.
    In the documentation for robohelp it says, that one should not print documents with more than 100 pages. So I tried to print separate documents, but couldn't generate a suitable TOC - the result was simply a document, stating, that a TOC couldn't be generated, which won't be a acceptable output. My question is: how can I generate a TOC though printing several small chapters of the document?
    Or is it possible to print a project with about 500 pages without using those single documents?
    (Up till now, it was no problem for me, to generate a suitable printing documentation, but I'm not sure, if this will still work, when the project is complete and then contains about 500 pages.)

    Hi Feebeegeebee,
    thanks a lot for your answer!
    Well, I tried to generate individual documents by using the flag "individual documents" in the printing config... but then the TOC is printed separately and therefore doesn't contain anything at all...
    If you're generating those separate documents, then how do you get a suitable TOC? (Especially if you don't intend to make different books and therefore the pages should be numbered as if they would all belong to the same document). And what about the links... do they still work if one part of it is generated in a different document?
    Regards
    Gr33bo

  • Eclipse web project using Glassfish 4.1 can not load some libraries in modules directory

    We installed latest "Glassfish Tools for Luna" (updated on 2 October 2013) and created a new Eclipse dynamic web project using Glassfish 4.1. When try to annotate a class with "javax.enterprise.context.ApplicationScoped", it complains as "ApplicationScoped cannot be resolved to a type" although imported as "import javax.enterprise.context.ApplicationScoped".
    Checking "glassfish-4.1/glassfish/modules/" directory and there is cdi-api.jar that contains ApplicationScoped class. But when checking from the project libraries in the eclipse, couldnt see such a jar.
    My configuration:
    Eclipse 4.4
    Glassfish runtime java development kit : java 1.8.0_20
    Project java development kit : java 1.8.0_20
    Project compiler level : 1.8
    Project facets : Dynamic web module 3.1, Java 1.8, Glassfish Web Extensions 4.0, Javascript 1.0
    How to solve this issue?
    Thanks.

    There are 274 jars in the Glassfish 4.0 modules directory, whereas there are 282 jars in the Glassfish 4.1 modules directory. So it is not only cdi-api.jar. Moreover there are some libraries, the names of which have been changed.
    Why not simply importing all libraries in the modules directory to Eclipse, like Tomcat plugin does for tomcat/lib directory? So when manually deploying a library(jar) to modules directory Eclipse will discover it automatically.
    Thanks.

  • How to change the application alias for a web project in NW7.2

    Hi,
    a simple question, but I could not manage to solve it: How do I change the application alias (the url) of a web project? I'm using Netweaver 7.2 and all the tutorials I found refer to earlier versions and do not work anymore.
    In particular, I would like to change e.g. "server.com/vendor~webbappname" (the standard url of the web project) to "server.com/mywebapp".
    Thanks in advance for your help!

    Hi,
    Try customizing the <context-root> element in the web.xml deployment descriptor, for example:
    <?xml version="1.0" encoding="ASCII"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
              http://java.sun.com/xml/ns/javaee/application_5.xsd"
               version="5">
               <display-name>YourWebApp</display-name>
               <module>
                   <web>
                   <web-uri>YourWebApp.war</web-uri>
                   <context-root>mywebapp</context-root>
              </web>
         </module>
         <module>
              <ejb>YourWebAppEjb.jar</ejb>
         </module>
    </application>
    Afterwards, rebuild and redeploy your application.
    I hope that helps.
    Regards,
    Yordan

  • Images do not show up in web project in J2EE application[/b]

    I have cretead a web project in which i hava a servlet and couple of jsp's and some java util classes. This application gets the data from the database and displays it on a screen. Beside displaying, this app also transform the xml document to html using. I have the the XSL Stlesheet under Web Content along with all the jsp's.
    I also have images folder under Web-Content which has all the images for this application. When i run the application using Oracle 10g application server within Jdev, the application cannot find the images or the xsl stylesheet. Relative path to images in jsp is /images/someimage.gif while relative path to xsl is /some.xsl. For some reason it cannot find the images or the xsl when the application runs or deployed in OC4J container. Any help on this will be appreciated.
    I have checked the path in reference to the context-root and it seems to be correct.

    Relative path to images in jsp is /images/someimage.gif while relative path to xsl is /some.xsl.
    Is the images dir under the jsp dir?
    If the images dir and the jsp dir are at the same level, the relative path would be ../images/someimage.gif

  • I am using Firefox 11 and I am unable to print web pages. I can print PDFs ok. I tried to open the prefs.js file to delete anything that starts with print and I get an error message.

    I cannot print web pages. I've tried the solutions suggested like deleting anything that starts with print in the prefs.js file but I get an error message: Script: c:\users\rick\appdata\roading\mozilla\firefox\profiles\iviwh5c1.default\prefs.js
    line: 1
    Char: 1
    Error: invalid character
    code: 800A03F6
    Source: Microsoft JScript compilation error

    When editing '''prefs.js''' you need to use a simple text editor program. WinXP Notepad messes up the line formatting of prefs.js, so I use Wordpad - but you need to save the edited file in a Text-Only format (Wordpad asks about that when you go to save the edited file). I never used Win7, so I don't know if that version of Notepad messes with the line formatting of prefs.js or not.
    Another thing - make sure '''''"Hide extensions for known file types"''''' is de-delected in Windows file / folder options > view -> advanced settings. Otherwise Windows may add a .txt file extension that you won't be able to see, and that will break that file in Firefox. '''prefs.js.txt''' won't be recognized by Firefox, when is expecting to find '''''prefs.js''''' .

  • Printing web report by Excel

    Dear BW people,
    I tried to use the solution of Tobias Kaufmann to print web reports by means of Excel. When I apply this way of working to my report on BW 3.5, it works just fine. ut... when I do exactly the same on <b>BW 3.10</b> no Excel file is generated (though the HTML report refreshes).
    I tried to search a reason for this in debugging mode several times and for several hours and I discussed this issue with colleagues but without any result. Anybody with experience on this topic on a BW 3.10 server? If so, did this work and were some modifications necessary?
    Thank you very much!
    Best regards,
    Bart

    It seems that the two notes in the requirements part is necessary for our BW3.10.
    Still I still have three issues regarding the page setup of a printed Excel sheet. After spending a LOT of time, I was able to solve the problems... Is there a OfficeHTML-BW expert ?
    1° I would like to put filter values in the header of each printed paper. The How To document uses this parameter in the @page section:
    mso-header-data:"&L&0022Arial,Fett0022&12&G&C&0022Arial,Fett0022&14<&[REPTXTLG]> und
    <&[DATAPROVIDER_1/REPTXTLG]>";
    Is there a way to replace the queryname () by filter values?
    2° On the first page the table has columnheaders (normal), but on the second page these headers are not repeated.
    3° Even when I remove the <x:FitWidth>1</x:FitWidth>
    <x:FitHeight>2</x:FitHeight> and the use <x:scale>100</x:scale>, the result of the report is ALWAYS printed (fit to) 1 page. Ofcourse the texts are way to small. How can I make sure the report is printed in a normal way?
    I hope someone can answer at least one of my issues.
    Thanks in advance!
    Best regards,
    Bart

  • How to create the Custom project System as Web Project

    Hi,
    I have created a custom project system using this walkthrough. But
    this walk through is targeting Visual C# project system. I need to create the Custom project system as Web project and set the start up page as index.html file. How can I achieve this?
    Note: 
    I have got the Custom project system sample from VS2013 SDK samples(https://mpfproj12.codeplex.com/).
    But it demonstrate the Custom console applications only.
    - Abbas K

    Hi,
    So you didn't even follow this walkthrough yet? If you did, how did you do it?
    I failed to create such a web project system because I finally messed up my VS experimental instance. But it's possible to create a custom web project system, by following this walkthrough. Someone else has successfully made it, check this
    link.
    The difference is that you have to use web project type instead of the console application project type. You could copy a web project's .csproj file into the VSPackage project and rename it to xxx.myproj. There's an error in the walkthrough that the AssemblyInfo.cs
    file should be put into Properties folder and set the "Build Action" property to Content, "Include in VSIX" to true.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How does Azure Compute Emulator (or the Azure one) determine if a role is web project or something else ("The Web Role in question doesn't seem to be a web application type project")?

    I'm not sure if this is F# specific or something else, but what could cause the following error message when trying to debug locally an Azure cloud service:
    The Web Role in question doesn't seem to be a web application type project.
    I added an empty F# web api Project to a solution (which adds Global.asax etc., I added an OWIN startup class Startup etc.) and then from an existing
    cloud service project I picked Roles and
    chose Add
    -> Web Role Project in solution, which finds the F# web project (its project type guids are 349C5851-65DF-11DA-9384-00065B846F21 and F2A71F9B-5D33-465A-A702-920D77279786),
    of which the first one seem to be exactly the GUID that defines a web application type.
    However, when I try to start the cloud project locally, I get the aforementioned error message. I have a C# Web Role project that will start when I remove the F# project. I also have F# worker
    role projects that start with the C# web role project if I remove this F# web role project. If I set the F# web project as a startup project,
    it starts and runs as one would expect, normally.
    Now, it makes me wonder if this is something with F# or could this error message appears in C# too, but I didn't find anything on Google. What kind of checks are there when starting the emulator and which one needs
    failing to prompt the aforementioned message? Can anyone shed light into this?
    Sudet ulvovat -- karavaani kulkee

    Sudet,
    Yeah you are right, the GUID mentioned seems to be correct and the first one i.e. {349C5851-65DF-11DA-9384-00065B846F21} means the web application project which compute emulator uses to determine while spawning up role instances.
    You might want to compare the csproj of your C# and F# web projects which might give some pointers.
    Are you able to run your F# web project locally in IIS? If yes then you will definitely be able to run it on azure so I will recommend to test it in IIS Express first.
    Here are some other tips which you can refer or see If you are yet to do those settings
    1. Turn on the IIS Express - You can do it by navigating to project properties
    2. Install Dependent ASP.NET NuGets / Web Api dependencies (If there are any missing), Reference System.Web assembly
    Also I will suggest to refer this nice article about how to create a F# web Api project
    http://blog.ploeh.dk/2013/08/23/how-to-create-a-pure-f-aspnet-web-api-project/
    Hope this helps you.
    Bhushan | http://www.passionatetechie.blogspot.com | http://twitter.com/BhushanGawale

  • Can I print web pages from firefox using adobe pro 9 (Not using PDF download) and if so how

    Can I print web pages from Firefox 3.6.12 using adobe pro 9 (not using PDF Download) and if so how.

    {Ctrl + P} - do you have a PDF Printer listed in the Printer - Name drop-down?

  • How can I print web pages with HP psc 2175 printer?

    Hi,
    I'm having difficulty printing web pages with my HP psc 2175 printer. The printer spits out many pages before the actual page I want printed and then at times it doesn't print all of the section desired.
    In fact, when I copied one page the other day, saved it as a pdf file to my computer, opened the file and the document still would not print.
    Anyone have any idea what could be happening?
    Lee

    I have a strange issue - I am also using HP Envy 100 410A and its prints fine from iPad2. But when I try to print from my Gen 1 iPad, it goes thru the motions (shows the printer, allows to select which pages to print, double sided print etc.) but the printing actually doesn't hapen.
    Any suggestions?
    Thanks

  • Jsf web project is not working in eclipse ConfigureListener

    Hi, I created a dynamic web project in eclipse with tomcat server, I also referenced the jsf jar files, besides the web.xml files contains <listener-class>com.sun.faces.config.ConfigureListener</listener-class>; even though when I run the web project or the jsp file, it appears with the following error:
    Estado HTTP 404 - /ejmweb6/start.jsp
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
    25-abr-2010 22:46:10 org.apache.catalina.core.StandardContext listenerStart
    Error configuring class listener com.sun.faces.config.ConfigureListener
    java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
    java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletRequestListener
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
    Can you help me with problem? please
    Regards
    Carlos

    That class should be provided by the application server. Double check that the version of Tomcat you have supports servlet 2.4. Also check there are no bug reports against it for this error.

  • Importing web project into Workshop 9.2

    Hi,
    I'm trying to import an existing web project into Workshop 9.2.1 from my Subversion source. Unfortunately Workshop doesn't recognize this project as a valid web project.
    I imported the code project using 'File>Import>Existing Projects' into Workspace.
    Unfortunately, I get the following errors:
    - "The library module reference : beehive-netui-1.0 is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed."
    - "The library module reference : jstl is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed."
    How do I tell Workshop that this project is indeed a web project?
    Does anyone have any suggestions?
    Thanks,
    Derrek

    Wow.... I figured out a workaround (aka Ugly Hack). It seems that Workshop doesn't properly import Portlet projects. Here's how I got around it:
    1. Checkout the code from Subversion
    d:\MyProjects\Project\trunk\MyComponent\
    2. Move MyComponent to a temp directory
    d:\MyProjects\Project\trunk\MyComponent\ --> d:\tmp\MyComponent
    3. Open Workshop and create a new Portal project and PortalEAR project of the same name as the MyComponent projects
    File>New myComponentPortal
    4. Copy over the src and WebContent directories in the SVN directory with the files from tmp.
    d:\tmp\MyComponent\src -> d:\MyProjects\Project\trunk\MyComponent\src
    d:\tmp\MyComponent\src\WebContent -> d:\MyProjects\Project\trunk\MyComponent\WebContent
    5. Refresh Workshop and let the spooky voodoo happen. Viola! Now I've got a running portal project with a SVN connection.

  • Reinstalled Acrobat Pro 8.1.6 won't let me print web pages to PDFs

    I'm really ticked at Adobe's "help" in updating the program only to cause a lot of misery.  I'd read Acrobat had a security update, and got a constant reminder from Adobe update to install the available update.  I've been using Acrobat Pro 8.1.6 with absolutely no problems printing web pages to PDFs.  I installed the 8.1.7 update which immediately disabled Acrobat completely.  So I wasted a lot of time uninstalling Acrobat and reinstalling sequential versions to get back to 8.1.6.  Now I can't print web pages to a PDF.
    I had NOT done anything else to installed programs in the meantime, except that probably Norton has automatically updated antivirus files in the background.  I don't have any problems using Acrobat to open and print an existing PDF, or to create new PDFs from my scanner.  I can do a hardcopy print of a webpage by selecting my Brother printer.  From Word 2002 and Excel 2002, I can create a PDF by "printing" to Acrobat as usual.   The only problem is creating a PDF by "printing" a webpage by selecting Acrobat as the device from the list of available printers.  This problem happens both with Firefox and with Internet Explorer 7.
    I have Windows XP Pro SP3.  I did the most recent Windows Tuesday security update several days before messing around with Acrobat and did not have any problems printing PDF files from Firefox or IE7.  So, it seems like it's clearly an Adobe Acrobat problem.  I get the small box saying "Preparing to Print" which goes nowhere and then I have to use the Task Manager to get out of the loop.  That closes Firefox, and when I reopen Firefox, the same webpage comes up.

    I'm really ticked at Adobe's "help" in updating the program only to cause a lot of misery.  I'd read Acrobat had a security update, and got a constant reminder from Adobe update to install the available update.  I've been using Acrobat Pro 8.1.6 with absolutely no problems printing web pages to PDFs.  I installed the 8.1.7 update which immediately disabled Acrobat completely.  So I wasted a lot of time uninstalling Acrobat and reinstalling sequential versions to get back to 8.1.6.  Now I can't print web pages to a PDF.
    I had NOT done anything else to installed programs in the meantime, except that probably Norton has automatically updated antivirus files in the background.  I don't have any problems using Acrobat to open and print an existing PDF, or to create new PDFs from my scanner.  I can do a hardcopy print of a webpage by selecting my Brother printer.  From Word 2002 and Excel 2002, I can create a PDF by "printing" to Acrobat as usual.   The only problem is creating a PDF by "printing" a webpage by selecting Acrobat as the device from the list of available printers.  This problem happens both with Firefox and with Internet Explorer 7.
    I have Windows XP Pro SP3.  I did the most recent Windows Tuesday security update several days before messing around with Acrobat and did not have any problems printing PDF files from Firefox or IE7.  So, it seems like it's clearly an Adobe Acrobat problem.  I get the small box saying "Preparing to Print" which goes nowhere and then I have to use the Task Manager to get out of the loop.  That closes Firefox, and when I reopen Firefox, the same webpage comes up.

Maybe you are looking for

  • Can I have more than one "Contacts" file

    I have several groups in my Address Book/Contacts file. But in order to deal with the incredible shortcomings of Brother label printing software (the worst software shipping with a product I've ever encountered) it seems I really need to have a separ

  • Troubleshooting Approval workflow issues

    We are getting this message from time to time and are unsure how to troubleshoot it. It seems as though something is changing the document, what is the best way to figure out what? Approval on DOCUMENT NAME has ended because the item that the task pr

  • ERROR [B3108]: Unrecoverable out of memory error during a cluster operation

    We are using Sun Java(tm) System Message Queue Version: 3.5 SP1 (Build 48-G). We are using two JMS servers as a cluster. But we frequently getting the out of memory issue during the cluster operation. Messages also got queued up in the Topics. Eventh

  • What timeline setting to use?

    I'm about to start a project where I have been given 2x different types of rushes. 1: 1920x1080 25fps PROGRESSIVE (encoded as ProRes422) 2: 1440x1080 50i INTERLACED (which equals 25fps & encoded to ProRess422) The final production will end up on a St

  • Obtaining TNS entries from PL/SQL

    I read somewhere that one can get TNS entry definitions via PL/SQL. We currently develope/maintain a project on Oracle 9.2.0 which interconnects to at least 3 other projects running oracle instances. The problem here is that we have multiple developm