How to generate a printed document with section breaks "continuous" compared with section breaks "next page"?

When generating a Word or PDF document from HTML Help files a section break 'next page' is used after each topic. How can I get a "continuous" instead of section break?

I was searching a little more. Here's the deal.

New chapters will always start on a new page and have an odd or next page break depending on the parameter to start new chapters. If checked, it will be a jump of odd Page, else a Next Page break.

Subjects of a book will follow the topic of every throw on a framework for the new Page. If checked, each topic is separated by a page break, not a section break. Otherwise, they will be on the same page without any break.

Subjects not in a book will be followed by a section break.

So the section breaks are only created for chapters and topics not in a chapter.

Hope that helps. Please report if you find otherwise.

See www.grainge.org for creating tips and RoboHelp

@petergrainge

Tags: Adobe

Similar Questions

  • How to generate an xml document with a BLOB on the inside?

    Hello

    Using the Oracle 11 g Release 11.2.0.4.0 database, I actually use dbms_xmldom to generate xml data.

    When generated, it is sent using utl_http.

    All right, except that I have to include a child that contains a BLOB (stored in the database) in the exact way that it is stored in the XML structure.

    (Field value contains an encoded 64 base pdf file). Length of the file can be up to 2 MB

    My nearest solution was to Convert Oracle XML BLOB to type even if I'm really stuck with LPX-00210 error.

    Is there another way than dbms_xmldom do?

    In fact, I'm totally lost.

    Can you give me a hand on this or show me an example of work?

    Kind regards

    Stone

    Here goes...

    SQL> create table images (
      2    id       integer
      3  , name     varchar2(256)
      4  , content  blob
      5  );
    
    Table created
    
    SQL>
    SQL> declare
      2
      3    bf          bfile := bfilename('XML_DIR','base64.bin');
      4    lob_ptr     blob;
      5    dest_offs   integer := 1;
      6    src_offs    integer := 1;
      7
      8  begin
      9
    10    insert into images (id, name, content)
    11    values (1, 'Koala.jpg', empty_blob())
    12    returning content into lob_ptr;
    13
    14    dbms_lob.open(bf, dbms_lob.lob_readonly);
    15    dbms_lob.loadblobfromfile(lob_ptr, bf, dbms_lob.getlength(bf), dest_offs, src_offs);
    16    dbms_lob.close(bf);
    17
    18  end;
    19  /
    
    PL/SQL procedure successfully completed
    
    SQL> commit;
    
    Commit complete
    
    SQL>
    SQL> select id
      2       , name
      3       , utl_raw.cast_to_varchar2(dbms_lob.substr(content, 30)) as first_bytes
      4       , dbms_lob.getlength(content) as lob_size
      5  from images
      6  /
    
       ID NAME         FIRST_BYTES                      LOB_SIZE
    ----- ------------ -------------------------------- ----------
        1 Koala.jpg    /9j/4AAQSkZJRgABAgEAYABgAAD/7g      1068504
    
    SQL>
    SQL> declare
      2
      3    x_doc       xmltype;
      4    domdoc      dbms_xmldom.DOMDocument;
      5    domnode     dbms_xmldom.DOMNode;
      6    domtext     dbms_xmldom.DOMText;
      7    ostream     sys.utl_BinaryOutputStream;
      8    chunksize   pls_integer;
      9    offset      pls_integer := 1;
    10    buf         raw(32767);
    11    image       blob;
    12
    13  begin
    14
    15    select xmlelement("image",
    16             xmlelement("id", t.id)
    17           , xmlelement("name", t.name)
    18           , xmlelement("content")
    19           )
    20         , t.content
    21    into x_doc
    22       , image
    23    from images t
    24    where t.id = 1 ;
    25
    26    domdoc := dbms_xmldom.newDOMDocument(x_doc);
    27
    28    -- get /image/content node so that we can append a text node and stream the BLOB to it :
    29    domnode := dbms_xslprocessor.selectSingleNode(dbms_xmldom.makeNode(domdoc), '/image/content');
    30    domtext := dbms_xmldom.createTextNode(domdoc, null);
    31    domnode := dbms_xmldom.appendChild(domnode, dbms_xmldom.makeNode(domtext));
    32
    33    ostream := DBMS_XMLDOM.setNodeValueAsBinaryStream(domnode);
    34    chunksize := dbms_lob.getchunksize(image);
    35
    36    loop
    37      begin
    38        -- read BLOB in chunk of  :
    39        dbms_lob.read(image, chunksize, offset, buf);
    40      exception
    41        when no_data_found then
    42          exit;
    43      end;
    44      -- write chunk to DOM node :
    45      ostream.write(buf, chunksize);
    46      offset := offset + chunksize;
    47    end loop;
    48
    49    ostream.flush();
    50    ostream.close();
    51
    52    dbms_xmldom.writeToFile(domdoc, 'XML_DIR/image.xml');
    53    dbms_xmldom.freeDocument(domdoc);
    54
    55  end;
    56  /
    
    PL/SQL procedure successfully completed
    

    Image.xml release:

    
      1
      Koala.jpg
      /9j/4AAQSkZJRgABAgEAYABgAAD/7gAOQWRvYmUAZAAAAAAB/+EUI0V4aWYAAE1NACoAAAAIAAcB
    MgACAAAAFAAAAGIBOwACAAAABwAAAHZHRgADAAAAAQAEAABHSQADAAAAAQA/AACcnQABAAAADgAA
    AADqHAAHAAAH9AAAAACHaQAEAAAAAQAAAH0AAADnMjAwOTowMzoxMiAxMzo0ODoyOABDb3JiaXMA
    ...
    aWpkRY6dqaJY42qFjs8ZZ5nlkjZpmJUiJ1+ijn3dVeTtb4B1R5NJVaEkn/V8+u4Xijpp6SFlimp6
    qNHgjlVIgrtLCyxll1NpaT6An6W92mA8HwkyadMeEZJjEDmvE/t/1f5uv//Z
    
    
  • How can I scan a document with mutiple pages into a single file?

    Hello

    I have a HP 3070 and Windows Vista. The printer and scanner are properly configured. But there's something that intrigues me:

    How can I scan a document with mutiple pages into a single file?

    I start the HP scanning software and choose pdf or tif format. The analysis of the option of single file for each page is unchecked. Once I scanned the first page it has no option to scan additional pages? I got back, save and

    Thanks in advance

    Hello

    The HP software disables scanning multipage when the resolution is greater than 300 dpi. The resolution of the issue is to reduce equal to or less than 300 dpi scanning resolution.

    Thanks and greetings

  • HP Deskjet Ink Advantage 1515: How to scan a legal Document with HP Deskjet 1515

    Hello! I want to know if I can scan a legal document size with my HP Deskjet Ink Advantage 1515.  I have also tried I scan A4 document, but the lower part is also cut.  I know with other scanners, it has an option to insert the file into the printer and it will scan from there... I couln can't parse my file as then, either. Help, please.

    Thank you!

    Hi @MikasaD1515,

    Welcome to the HP Forums!

    I see you're wondering how to scan a legal Document with HP Deskjet 1515. I'm happy to help you!

    Depending on your printer specificationsand user guide, sweeping glass maximum size is 21.6 x 29.7 cm (8.5 x 11.7 inches). Whereas legal Documents is 21,59 x 35.56 cm (8.5 x 14 inches).  This printer is designed for the digitization of paper ordinary size 8.5 x 11 only.

    I hope that this information clears things up for you!

    "Please click the Thumbs up icon below to thank me for having responded."

  • How to generate a Word document and a PDF file of help files?

    Hello

    I'm new to RoboHelp HTML and uses version 8.  I've updated some help files, and now I want to generate the output.  Here are my questions / or the process that I used:

    • To compile the help, I clicked on generate a main page layout.  Is this correct?  I noticed that the stamp on the xpj file has not changed.  The date is still many months.  (Why is this?  Must show a recent update date?)  However, the files that I've updated reflect the dates when I did the updates.  It comes to files art, a high hydrostatic pressure and htm, js, ldb, pss, DPC files.
    • To generate a pdf file, I clicked on Generate PDF.  I was not able to generate the PDF file first, but then I enabled macros in Word 2007 (Trust Center settings > enable all macros.. .and clicked on the checkbox, approved access to the VBA project object model) and you click on Generate the PDF.  At the end of the generation, I got this error in Word: Microsoft Office Word has encountered a problem and needs to close.  We are sorry for the inconvenience.  The news that you were working may be lost.  Word can try to recover it for you.  I closed the Word and dialog box generated several blank documents.  Microsoft Office Diagnostics was performed and found a problem and fixes it.  Despite the error message was generated a pdf file.  (If you could give me any idea on why I got error messages, which could be useful to know).
    • How to generate a Word document?

    Thank you!

    Erin

    Welcome to the forum.

    I would suggest a different workflow.

    When you select generate a main page layout, RoboHelp did this according to the settings in all that is attached to your main layout. Better at least first double-click the page layout so that you see the settings and can make a difference to the way you want. After that, you can use generate a main page layout if you want, but I'd rather go through the layout itself and check the settings.

    The XPJ file changes only when certain things should be recorded in it and it's not every time that you are working on the project. In other words, don't worry about the date of the file.

    Now for the PDF. Again not the best place to start and still better to go of the provision itself. You can try to simply generate a PDF file, but many users prefer to create a Word document and make some changes in that. It can just be put page breaks to improve appearance, it may be more, it's your call. Once the Word document is good, generate the PDF from there.

    You will find the page layouts, that I want to talk in the pod of single Source Layouts. View > pods.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • How to convert an Indesign document and convert a continuous flow word document

    How to convert an Indesign document and convert a continuous flow word document?

    Thank you so much worked perfectly.

  • How do scan you a document with several pages using Lexmark printer/scanner

    I have problems I scan a document with multiple pages. I want to scan to open in a single document and not having to open each page.
    Thank you

    You will need to consult the documentation for the printer.

  • How to make the printer work with the new Windows 7 laptop?

    can someone me please help... my printer is windows xp and I just got a computer laptop windows 7, how can I make my printer work with my laptop!

    Thank you
    need help with my printer

    Hi gingerbabe001,

    To set up and install your printer, see the link below.

    http://h10025.www1.HP.com/ewfrf/wc/documentSubCategory?tmp_task=setupCategory&cc=us&DLC=en&LC=en&OS=4062&product=1153754&sw_lang

    Good luck.

  • How to open a PDF document with bookmarks showing

    I created a large PDF file that I will make it available to multiple users via Dropbox.  How do I (I can) open the document with the list of bookmarks?

    With the help of Acrobat 10.1.10

    Thanks, Dan

    Go into file - properties - view original and on the Navigation tab, select "Bookmarks panel and Page.

  • How to sign a PDF document with a jpg image

    When I was using Adober Reader I could sign a PDF document with a jpg of my signature image and does not use a digital signature?  Is this possible with Acrobat Pro?

    The Acrobat help doc explains how to create a custom stamp: http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7e67.w.h tml

  • How to use the ESD document with structured templates

    Hello

    I started to learn working with SEDD. I have an existing ESD, now I'm suppose to use it to create documents. I created a new book and imported this ESD file to it. I can see all the items in the catalog of the element. But when I start to add items to the book and add a new document, the elements are turning to red. Referring to the User Guide, it is said EDD cannot be used directly and must be used with structured patterns. But I do not have these models structured with me. Can someone please tell me how to create these structured templates and how to use the ESD file with these models, and out of this problem.

    Thanks in advance.

    Although ESD exist in the form of a separate document, the only way that it can be used is when it is part of the model. As a model of structured FrameMaker, a structured model contains master pages, pages reference, character formats, paragraph formats, etc. IN ADDITION, a structured model contains a DSP. To add the EDD to your template file, or any document FrameMaker who will use it, open the template file and the file of ESD. Click anywhere in the template file, and then select file > import > element definitions. In the dialog box, select the EDD file as source and click Import. Then save the template file.

    To use the template file, open it and save it as a FrameMaker document, giving it the name you want. You can now create your structure.

    If you use a book, all documents in the book must use the same ESD. Open the template file. In the book file, select all the documents in the book. Then select file > import > element definitions. In the dialog box, select the template file and click Import. Once completed, all documents in the book have the same ESD. In addition, ESD is copied into the file of the book itself.

    You say:

    But when I start to add items to the book and add a new document, the elements are turning to red.

    It is is not clear to me what you do. While it is true that SOME elements of a book are in the book file, you cannot add a book of items in the folder (at least not as far as I know). In general, the book file, it encapsulates elements around the documents root elements in the book. You may need to update the book to get a part of the Red disappear lines. You may need to rearrange items in the structure of the book to remove the red lines.

    Hope this helps,

    Van

  • How to paginate an Indesign document with a PDF file?

    Hello world!

    I am a french student and I have to do a paper on the film IN TIME (2011) by Andrew Niccol, and I wanted to paginate my document in the style of the meter the characters have on their arms (0000.00.0.00.00.00).

    I created it on Photoshop, as a simple text, and I wanted to know if there was a way to automatically paginate all documents with this file (by changing the numbers automatically)? In addition, it would be perfect if it could be lower, as the counter, having the last paged numbered 0000.00.0.00.00.00... ?

    If anyone has an idea...

    Thank you for helping me!

    I've added snapshots to make my question more clear:

    PS: I'm sorry for my bad English...

    Capturer2.JPG

    Capturer.JPG

    InDesign cannot change text inside a file Photoshop - you are aware of this? You would need to make a Photoshop file for each page.

  • How to generate a single pulse with DAQmx

    I need to generate a single pulse using DAQmx.  Many of the example of the AO screw blood generation using waveform (multi) .vi buffer generation.  This VI generates a + / amplitude.  I want that my pulse to go from zero to a positive amplitude.  How to achieve this?

    Thanks in advance.

    What amplitude and what pulse width?

    If you have found an example with regeneration, to get a unique waveform, you can disable the regeneration and just do a single entry.

  • can I print documents with 364 ink photo on my hp photosmart b110?

    I am a student and want to get the biggest number of pages for how I spent... I watched the xl inks but they are quite expensive, I am also looking ink photo because on the hp site, it says the following:

    HP 364 black of ink cartridge 250 standard pages
    HP 364 Photo Black Ink Cartridge 1500 standard pages (estimated)

    As it is said about, I would like to know if it's worth me printing on ink photo with this greater amount of pages?
    I found this photo to oly £1 ink more than ordinary black ink. This is why I ask myself this question.

    Hello

    The calculation doesn't work this way. The black picture because his name is for the pictures and the printer uses black very small photo to mix with other colors so it can last up to 1500 pages. One last thing, you can't trade them, can show and the printer does not print.

    Kind regards.

  • How do I send/email Documents with high security and password

    I want to send Documents safely to my clients. What product need me, and how I have send/email with the password? I recently bought Adobe send but not sure it was the right product to send my documents safely?

    In Acrobat, you can create a portfolio in which your documents (all types) will go on attachments and encryption across the portfolio. You can also create a small PDF, possibly with the explanation of what's inside, attach your files and encrypt this PDF file. In this case you can encrypt attachments only, so that the user can open the PDF shell to extract files but would need to know the password.

Maybe you are looking for