1
vote
1answer
34 views
How can I insert page breaks between groups in Crystal Reports with two-sided printing?
In group expert options I have set Keep Group Together, which makes sure a new page is set.
With two-sided printing enabled, how can I make sure that a new group always forms on a …
1
vote
2answers
255 views
iTextSharp: SplitLate/SplitRows?
I have an issue where I have a table (PdfPTable) that may extend past the length of the page. I have tried looking up how to "split" a table onto more than one page but iTextSharp …
0
votes
1answer
65 views
Maual Page Break in TCPDF
I am using TCPDF to generate the PDF in one of my project. I simply create a HTML and give it to the TCPDF to handle the PDF generation. But now I have certain HTML where multiple …
3
votes
3answers
657 views
SSRS report , get rid of page breaks in report
Hi,
How do i get rid of the page breaks in the the SSRS report, making the report display in a single page.
Thanks in advance,
anna
0
votes
1answer
33 views
How to ensure that a header line and its associated content line to be displayed on the same page ?
Hello all,
I'm stuck since yesterday with a page break problem on reporting services (2008). I've also have to add that I've started to work with reporting a week ago, so I may mi …
0
votes
2answers
119 views
How do I keep a <td> element from appearing across multiple pages when printed from IE?
I have an HTML table of data where each cell can have multiple lines of text. When the table is printed, it's possible for a row to be broken up so that some of the data appears at …
0
votes
2answers
168 views
Report Services: Controlling page breaks inside a table
Hi
I'm using a table on my report to present the data. Since it was a lot of data and I wanted to print the report on a A4 page, I split each row into 3 different rows.
My proble …
2
votes
4answers
1k views
Which browsers support page break manipulation using CSS and the page-break-inside element?
I'm trying to use the page-break-inside CSS directive, the class of which is to be attached to a div tag or a table tag (I think this may only work on block elements, in which case …
0
votes
2answers
528 views
To have no pagebreak after \include in LaTeX
My LaTeX makes me pagebreaks after each subsection because my subsections are in separate files. I use the command \include{file} which adds a pagebreak after the use of it.
I wou …
1
vote
2answers
597 views
CSS page-break-after within table in Safari?
I want each row of a table to be printed (media="print", not "screen") on separate page. So my HTML looks like this:
<table>
<tr style="page-break-after: always;"> …
0
votes
5answers
74 views
Putting Page Numbers in a Document
How do you add a page number from java without using any third party library in a document and which can be treated as a new page in MS Word? Can Java create/manipulate an MS Docum …
1
vote
1answer
126 views
Hiding Page Breaks in Excel
Following on from my previous questions:
I have implemented a series of checkboxes with which users can hide/unhide ranges of data. This is great - it works. The problem is when …
0
votes
1answer
609 views
Reporting Services RDLC Table Page Breaks within a Cell with a SubReport
I am having a paging issue with my RLDC report that has a SubReport. The report has a table that prints the header data, then has a SubReport that I placed in a detail cell row wit …
1
vote
3answers
794 views
Excel page breaks via VBA
As part of an overhaul of a report generator I saw what I believed to be inefficient code. This part of the code runs after the main report is generated to set the page breaks in l …
2
votes
2answers
324 views
CSS Printing: Avoiding cut-in-half DIVs between pages?
I'm writing a plug-in for a piece of software that takes a big collection of items and pops them into HTML in a WebView in Cocoa (which uses WebKit as its renderer, so basically yo …
