RoboHELP to PDF Page numbering issue

HI,
I am experiencing a problem related to page numbers in the pdf generated through the RoboHELP source files. Hereby I am giving some images of the initial pages of the PDF, in which I have clearly explained the issue. I have removed the content and images related to our project. Please let me know, how I can overcome this issue.
NOTE: The page numbering issue was not there earlier.  I have imported two frame maker files. Then I was not able to generate a PDF. That particular FM file had a table. Read in the Adobe forum that some type of tables may affect the generation of PDF. Hence, I have deleted the FM files. Since then I am facing the page numbering issue.
Here are the images with my explanation of the issue:
The following is an image of the pdf. This is actually the fourth page of the pdf, but it is numbered as xiv.
The next pae is numbered as xv. Again the numbering reverted back to xiv as shown in the following iamge.
Immeditely after the TOC, the 1st page is numbered as 115.
Again every 1st page of a chapter is starting as page number 115
The 2nd page of every chapter is numbered as 126.
The 3rd page of every chapter is numbered as 125.
The fourth page again numbered as 126 followed by 125, which is continuing till end of the chapter.
Please let me know how this issue can be solved.

I am not sure what is causing this but can suggest a workaround. Instead of publishing direct to PDF, create a Word document only. That may have page numbering issues but there you should be able to correct them. Then publish your PDF from Word.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Merging PDF / Page Numbers / Acrobat SDK V9  & LiveCycle

    Hello everyone,
    I use Adobe LiveCycle to create forms, Visual Studio 2005 and the Acrobat SDK for the application I'm programming to fill in these forms. The application fills in the forms and merges them with no issues.
    The problem I have is that these pages have page numbers in the upper right. I use the Page N of M object on these forms in LiveCycle. PDF page numbers are filled in correctly when filling in the forms, but when I merge PDFs, the pages keep their original page numbers. I've looked at the Windows - Interapplication Communications even using templates to no avail.
    How can I merge these pdf's and have my program renumber these pages correctly and how can insert pages anywhere I want in the merge document?
    Below is the code I use to merge the PDF's. It was posted in a forum.
    Sub MergePDF(ByVal ThePath As String, ByVal outFileName As String)
    On Error GoTo serror
    Dim dPDDocMerge As New Acrobat.AcroPDDoc
    Dim dPDDoc As New Acrobat.AcroPDDoc
    Dim strFiles() As String
    Dim numPage As Integer
    Dim TotalPage As Integer
    Dim objThisFile As IO.FileInfo 'get FileInfo object for file string
    strFiles = System.IO.Directory.GetFiles(ThePath) ' Read in the file names
    Dim b As Boolean ' mostly for testing purposes... could use it for error 'checking to make sure that a file is really added before deleleting it...
    For i As Integer = 0 To strFiles.Length - 1 ' run through all the files in 'the directory
    objThisFile = New IO.FileInfo(strFiles(i)) ' Get the extension
    If objThisFile.Extension = ".pdf" Then ' Only add in PDFs
    If dPDDocMerge.GetFileName = "" Then ' check if it's the first file
    dPDDocMerge = New Acrobat.AcroPDDoc
    b = dPDDocMerge.Open(strFiles(i)) ' open first file
    TotalPage = dPDDocMerge.GetNumPages
    Else
    dPDDoc = New Acrobat.AcroPDDoc
    b = dPDDoc.Open(strFiles(i)) ' open other files
    numPage = dPDDocMerge.GetNumPages ' get the page count
    TotalPage += numPage
    b = dPDDocMerge.InsertPages(numPage - 1, dPDDoc, 0, dPDDoc.GetNumPages, _ False) ' Insert
    End If
    End If
    Next
    'b = dPDDocMerge.Save(1, ThePath & "\" & outFileName) ' save file
    b = dPDDocMerge.Save(1, ThePath & "\" & "\MyTest.PDF") ' save file
    b = dPDDocMerge.Close()
    Exit Sub
    serror:
    MsgBox(ErrorToString)
    End Sub
    Thanks for any code or advice.

    You can't merge LiveCycle forms this way :(. LC forms are NOT standard PDF files and can't be processed in the same way.

  • Page numbering issue on export to PDF

    I am using the Crystal Reports for Eclipse to export a report as a PDF. The report contains a grouping which has "reset page number after" set to true. The group name field is not displayed on the report. The problem that I am encountering is that the page number is not being reset. If I export the same report using Crystal Reports 2008, the page numbers are reset correctly. Also, if I display the group name field on the report, the page number also resets correctly when exported through CR for Eclipse. This issue did not occur when using the .jar files from Business Objects 11, it only started when we replaced the .jar files with CR for Eclipse. Is this an issue with CR for Eclipse or is there something I need to change in the report for this new version?

    Thank you. We have been able to work around the problem by displaying the group fileld on the report, but setting the font color to white so it cannot be seen by the end user.

  • Reader 11 pdf page numbers printing too high

    After I upgraded to Adobe Reader 11, I have started having issues with page numbers on my pdf forms printing too high on the page. Instead of printing at the bottom of the page, they jump up to wherever the text on the page stops. For instance, if the text stops half way down the page, the page number prints one line beneath that text, so it's in the middle of the page instead of the bottom corner. The file looks fine on the screen, and if I print it in Reader 10 on another computer, it prints at the bottom of the page where it belongs. I've compared settings between my computer, and the computer where the file prints correctly, and I can't find any settings that are different. Has anyone else had this problem? And if so, suggestions for a solution?

    looking again, it prints badly in Chrome, Safari, pdf, preview but NOT Firefox.
    And, I was wrong about Gmail. it prints wrong from gmail, too.

  • PDF Page Extraction issue

    Hi all,
    i have  single pdf file with many pages, on that i cannot able to extract some pdf pages on the file, we receiving error
    "There was as problem reading this document (15)"
    Please help me how to find the error without using acrobat. If any error code is present in the pdf file data to get.
    Please help me to solve the issue.
    Regards,
    JayaKrishnan

    Thanks for your reply on helping this issue
    Please tell the option in acrobat to validate the document on this exact error.
    And also help me to find the error without opening the pdf file through acrobat.
    Thanks Regards,
    JayaKrishnan

  • Word to PDF - Page Numbering Problems

    When I use the combine files tool in Acrobat 8 for PDFing word documents instead of the page numbering being 1/3, 2/3, 3/3, it comes out as 1/1, 2/2, 3/3. I've tried looking at all the settings and cant find a logical reason for this. It also happens when I print to PDF while in Word.
    Has anyone else experienced this same problem?

    Here are a couple links that should help.
    http://www.mvps.org/word/FAQs/AppErrors/PageXofY.htm and
    http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm
    Regards,
    Dave

  • Acrobat XI page numbering issue

    After upgrading from acrobat 8.3 to acrobat XI page numbering takes 5 to 10 minutes per 80 page document. With acrobat 8.3 the same function took seconds. What can be done to improve this function. Any help would be greatly appreciated. We have tried saving the doc in the higher version first but that does not seem to matter. A doc created with the new version is fast but the old ones are very very slow. Creating all new docs is not a good option since we have 500 or so.

    Hi Jeff ,
    How exactly are you trying to add the page numbers?
    Do you want to add the page number for your reference ?
    By adding header and footer under the pages option in Tools pane you will get an option of adding page numbers.
    See that once and let us know how it goes.
    Regards
    Sukrit Dhingra

  • Page Numbering Issues

    Hi,
    I have almost completed my first document using Indesign 4.0.5. I am obviously new to the software and am having trouble understanding how the page numbering works. (I did a search on page numbering in the forum and nothing came up - could be something up with the search.)
    My document is an 8.5"x11" brochure with 18 pages. I would like to begin the page numbers after the table of contents page or at least have these as visible page numbers starting at page 1. I am using absolute page numbering and have created a master spread with page numbers. Right now my page 1 is cover, page 2 is back of cover, page 3 is TOC page, page 4 is beginning of document. How can I make page 4 show page 1 and have the following pages update as page 2, 3, 4, etc.?
    Sorry for the elementary question.
    Rob
    Adobe CS2 Standard
    Windows XP Pro
    4GB RAM

    >I realize that means page 1 will now be on the left which is not typical but without adding an additional page or calling the TOC page 1 there is no way around that.
    If you can't rearrange the prelims, adding a blank verso page is the standard fix. Having the rectos even will be seen by most people as your error.
    >I always thought that one should start page 1 after the TOC but I am seeing more documents of this size starting page one on the cover (not visible) and the TOC page being page 3.
    I suspect it's the result of more and more people with no knowledge of typography and book design "setting" their own books simply because they think that five minutes playing with a DTP app (or even Word) makes them just as good as those who spent years learning the trade. Covers traditionally were not numbered, and the prelims were numbered with roman numerals. This protects you from having to renumber the whole book if your TOC or other preliminary matter ends up taking up more room than you had estimated. And the prelims don't automatically end with the TOC - each publication has to be treated individually.

  • Acrobat 8.1 - PDF page numbers different to MS-Word

    Hello
    I have a 120 page MS Word (ver 2003) document. When I convert it to a PDF using Acrobat 8.1, I get a document which is 114 pages. According to Tech Support doc 329296 ("Text reflows into more or fewer pages when you convert a file to PDF") I need to make the PDF writer the default printer.
    Although this solves the issue, I use another printer as my default. Is it not possible to get the PDF output to match the Word file without having to substitute default printers?
    Thanks.
    Farrukh Hyder

    There is no Writer anymore, it went away after AA5. However, WORD would do something similar with Writer also. WORD is the issue here, not Acrobat. WORD ALWAYS reflows the document to best match the selected printer. Frame Maker and other layout programs do not do this reflow and that is why Mike recommended Publisher.
    I understand there is an option in WORD to have it not do the reflow (though that may give a less that desired output). Unfortunately I can not find it in WORD 2007, so I might be wrong.
    This feature is characteristic of most work processors. To avoid it, companies developed layout programs such as FM and Pub.
    To set up your document, go to the print menu and select the Adobe PDF printer. Then go back through your document and adjust the pages and such. That should give you a PDF result that is consistent with what you see.

  • Right Click jpg from Windows Explorer Convert to pdf page size issue

    I'm running Acrobat 8 Standard and trying to figure out what controls the page size when you right click and select convert to pdf on a jpg file.  I've got several jpg files of all shapes and sizes and no matter what I try the pdf is always Letter Landscape.  If I use File - Create PDF - From File within Acrobat then the pdf retains the size of the original jpg and that is what I want the right click to do.

    I wanted to add a little more detail.  Using the right click convert to pdf on any jpg results in a pdf that is landscape letter.  If the jpg is smaller than the page it is scaled up but if it bigger then it gets cropped.  I can open the same files from inside Acrobat and they convert without a problem.  Any thoughts on what controls the conversion process whenever using the right click feature on a jpg file?

  • Page numbers in PDF?

    I cannot figure out how to identify the page numbers of a PDF document when I view it in Safari 5.0.3. The original paper document has its own numbering system, but the PDF page-numbers are completely different. When I go to print individual pages of the PDF document, I don't know what page numbers to put into the printer window.
    I asked the publisher of the PDF document for advice. This is what it advised:
    "This is an issue with printing PDFs (Portable Document Files) in general, and does not pertain exclusively to printing PDFs in FDsys. When printing a PDF document in your web browser, the web browser is printing the pages of the electronic file (the PDF) not the page numbers that appear on the original publication (from which the PDF is derived). The page numbers of a PDF document do not always match the page numbers appearing on the publication itself. For example, in the example you cited (http://www.gpo.gov:80/fdsys/pkg/USCODE-2009-title26/pdf/USCODE-2009-title26-subt itleA.pdf), the page number on the publication is page 347. However, if you click anywhere in that page, you will see that the PDF reader you are using indicates the corresponding page in the PDF file in the toolbar at the top of the page (next to the up/down arrow icons). The page number indicated in the toolbar refers to the page numbers in the PDF file, and it is these page numbers that your browser is referring to during the printing process."
    None of those instructions work in Safari. How do I find the page numbers for a PDF document in Safari?

    Hi Richard
    the best bet is to open it in Preview using the relevant button that appears when you hover at the bottom of a pdf in safari. Although the page numbers that appear on each page still won't necessarily match, you can at least make preview show the 'pdf' numbers in the toolbar, which will match those you choose when printing.
    a plugin like adobe's or http://schubert-it.com/pluginpdf/ may show page numbers within Safari, but that doesn't mean they'll match those which appear on the pages, in the example link you gave, and others.

  • What is correct way to make a PDF reader, read the page numbering? (for accesibility in indesign 5.5

    What I have to do to make the reader read pdfs page numbering is in the page layout in InDesign CS5.5?
    I read that unlinking the numbering of the page layout and then including it in panel articles with the other elements. Is it true?
    Is this the way?
    thanks

    But page numbers do defenitively not belong to the text structure, neither do running headers and footers. As far as I understand these items are disturbing when reading pages.
    I am not blind and neither peronally I don't know any. But I suppose there are other means as reading marks for them as page numbers.

  • Survey for people using page numbering

    We're doing a study on page numbering in InDesign. If you've recently dealt with a page numbering issue in InDesign, please take a few moments to fill out a brief survey.
    I'll be contacting some of the review participants for a follow-up usability test.
    Thanks.

    Just wanted to chime in on the no-problems-here bandwagon.
    I *think* that most of the people who complain about limited options have no experience in creating books, nor, it seems, in reading books -- f'r instance, they never noticed odd pages go on the right and even ones on the left. They never noticed books hardly ever start at page 2. They don't understand roman numbered front matter should also has an even number of pages. They don't think it's weird to have only right hand pages numbered.
    Within those limitations, I can make ID document and book numbering jump through hoops. As long as they're circular hoops, that is. (And who'd ever heard of rectangular hoops? Or triangular?)
    (PS. I get asked rather frequently if I can remove that annoying blank last page, right after the one that says '127'. It really is hard to explain -- not to mention three blanks after a last page 125.)

  • Page numbers display as 5 of 1 and 2 of 2121 in a PDF that was created from a Word 2003 document

    We merge several Word 2003 documents into 1 larger document that we then convert to PDF.  The page numbers in the Word document display properly - 1 of 21, 2 of 21, 3 of 21, etc.  We then convert that merged document to PDF by right-clicking the filename and choosing "Convert to Adobe PDF".  For those of us with Adobe Acrobat Standard 8.1.3, the page numbers in the converted PDF file display as 1 of 1, 2 of 1, ... 21 of 1.  Those with Acrobat Professional 8.1.3, they display as 1 of 21, 2 of 2121, 3 of 212121, etc., each page adding another total number of pages to the total.  There is no change in the result if using v8.0.0 or 8.1.4  Does anyone have any ideas???

    Unless you have a specific reason to upgrade to OFFICE 2007, I would not recommend it. I hate it -- have it on two computers. I have had problems creating PDFs reliably from WORD 2007 and PPT 2007, at least with graphics. The conversion seems to want to split graphics up into several parts rather than leave it as one. It does not happen with WORD 2003 and so assume this is some sort of issue with OFFICE 2007. You can get the graphics fine if you use the MS plugin for PDF creation, but then you have to deal with the MS version of a PDF. If you want to try it on one computer in your office, I would do that before you make the change. However, if what you have meets the need, then why change unless there are specific items that you are looking for and don't have.
    OK, that is my opinion. I am sure there are counter arguments. If I had the preference on my newer machines, I would have OFFICE 2003. Bill

  • Page numbers not appearing in PDF output past a certain point

    Hi.  I have a very large book layout in Aperture (> 300 pages) which I output to a PDF file (using the Print button followed by selecting PDF).  I have successfully done this many times in the past, but there have occasionally been times when Aperture's output just stops including page numbers past a certain point.  I think what it's doing is deciding on white page numbers for the rest of the book, which doesn't work so well when the background is white.  (I can see this because there are occasional pages which are full bleed, and the page numbers appear in white on those pages).
    Has anyone else come across this?  I have seen this problem for years (Aperture 1, Aperture 2).  The solution seems to be to carefully modify the page layout so that no elements impinge on the location of the page number.  But doing this does not always solve the problem.  Just this morning I duplicated a page, changed its content, then output and... the page numbers just stopped in the output 30 pages *after* this page.  I just changed the page to move a text element up, hoping that this would solve the problem, and now... page numbers stop at page 263 instead of page 98.
    This is a very bizarre and annoying bug.  Extremely annoying.  I am not going to print a book which has page numbers in only the first half or 3/4 of the book.  But if there is no workaround, and Apple seems not to have noticed the problem, I could be stuck.
    Has anyone else seen this?  Any suggestions?  How can I report the bug to Apple?  I can't very well give them the output as an example, as it's about 800 MB.

    Hi leonieDF.  Thanks for your reply!  I didn't know about the "Provide Aperture Feedback" link.
    Alas the Theme is a custom one, it's 9"x11.5" so that the result is 8.5x11" after chopping off 1/4" from all sides.  (The printer does "full bleed" with 1/4" margins).  I originally created it by hand for Aperture 1.5, by simply copying one of the themes and adjusting the dimensions.  (Custom themes weren't possible until Aperture 2, if I remember correctly).  Perhaps that's the source of the issue.  Though I'm not sure how...
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>pageNumberMargin</key> <string>{4.5,0.35}</string>
        <key>bottomMargin</key>     <string>0.6</string>
        <key>insideMargin</key>     <string>0.6875</string>
        <key>horizontalSpacing</key>    <string>0.05</string>
        <key>verticalSpacing</key>  <string>0.05</string>
        <key>size</key>         <string>(9.00,11.50)</string>
        <key>backSoftcover</key>
        <string>01_BackSoftcover</string>
        <key>defaultTextStyle</key>     <string>Baskerville/14/BlackBackground</string>
        <key>disableFrameScaleAndRotation</key>
        <true/>
        <key>frontSoftcover</key>
        <string>01_FrontSoftcover</string>
        <key>indexPages</key>
        <array/>
        <key>leadingPages</key>
        <array>
        </array>
        <key>repeatingPages</key>
        <array>
            <string>OnePageBleedLayout</string>
            <string>1UpLayout</string>
            <string>1Up2UpLayout</string>
            <string>2UpLayout</string>
            <string>1UpLayout</string>
            <string>OnePageBleedLayout</string>
            <string>1UpLayout</string>
            <string>1UpLayout</string>
            <string>4UpLayout</string>
            <string>5AcrossArrayLayout</string>
            <string>6AcrossArrayLayout</string>
            <string>TwoPageBleedLayout</string>
            <string>2Up1UpLayout</string>
            <string>1UpLayout</string>
        </array>
        <key>trailingPages</key>
        <array/>
        <key>type</key>
        <string>Custom</string>
        <key>version</key>
        <integer>1</integer>
    </dict>
    </plist>
    (Standard themes are in /Applications/Aperture.app/Contents/Resources/Book Themes, custom ones in ~//Library/Application Support/Aperture/Book Themes )

Maybe you are looking for

  • Regrd the data packet size

    Hi i have two questions 1) where can i set the data packet size in BW and R3 and also in BI how and where can we set . 2)by what method/logic we will select the key fields in dso. ex: i have 5 tables in the sourse and each table will have primary key

  • SAP Business Objects Analysis for Office 1.4 on Microfost Office 64-Bit Version

    Hello, Has anyone installed SAP Business Objects Analysis for Office 1.4 SP6 on Microsoft Office (Excel) 64-Bit Version. I am getting message "The launcher was not able to connect Analysis Add-In. Make sure that Analysis Add-In is not disabled by Off

  • Bluetooth 3.0 connection problem with keyboard - Mac OSX 10.6.8

    I have a white Macbook running OSX 10.6.8, which I cannot get to pair with bluetooth 3.0 keyboard. Recognises the device but cannot pair. I have deleted bluetooth plist, done a full reboot, reset PRAM, and checked that all software up to date. Have t

  • Loading BPC data back to BW for reporting.

    Hi All,        We are in NW BPC 7.5 and the tool is not matching up to the drill-down reporting capabilities of BW so we need to pull the plan data back to BW for Plan/Actual reporting. I am interested in knowing about the best practice to achieve th

  • Field selection for mvt type.

    Hi, Iam receiving an error message while doing Post Goods Issue in Inter company stock transfer in the delivery(VL02N). ' Field selection 643 mvt type/ 400020 differs with business area (033).' Help me out in this problem.