Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
5answers
3k 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 you can assume this ...
14
votes
2answers
9k 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 would like to have no ...
6
votes
3answers
190 views

How to put a blank space atop of each page of a printed HTML

I've designed an HTML report with several divs and tables. Now my client asks me to put a repeating header at the top of each printed page. This is not possible using plain CSS and HTML as far as I ...
6
votes
7answers
4k 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 it would have to be ...
5
votes
1answer
712 views

Pagebreaks in RDLC Subreports don't appear

I am trying to represent a parent-child-grandchild relationship in a SQL Server Reporting Services RDLC report. The report is rendered into a reportviewer control that is hosted in a WPF app. I am ...
4
votes
3answers
7k views

SSRS report , get rid of page breaks in report

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
3
votes
1answer
707 views

Keep an HTML element from spanning multiple pages when printed

I have the following HTML that I would like to keep from being broken up when spanning multiple pages. The problem is that if I use page-break-before or after, it will put each element on it's own ...
3
votes
2answers
808 views

Enforce Print Page Breaks with CSS

I have a page that basically displays all work orders for a given day. I have tried to create the HTML so that I can use page-break-after: always to create a logical print page break and continue on. ...
3
votes
2answers
3k views

COLDFUSION: cfdocument and forcing a pagebreak

I am creating a dynamic PDF in ColdFusion and having an issue with "pagebreak". The page in question could have 1 record, or up to 60+ records. Each record is displayed in 2 rows of a table. Some ...
2
votes
2answers
183 views

I'm generating a word document with PHP, how do I make a page break?

I'm generating a word document with PHP (HTML with ms-word header), is there a way make a page break ? Right now I'm witing a lot of <p>&nbsp;</p> until the page changes, but that's ...
2
votes
1answer
819 views

When printing page table rows/cells gets splitted on page break

I have an table with nested tables in. When I am printing this page, the cells gets splitted on page break. Is there any chance that I can control that it should jump onto the next page instead of ...
2
votes
2answers
441 views

Make an unbreakable block in TeX [closed]

I want to do something like the following in TeX: \begin{nobreak} Text here will not split over pages, it will remain as one continuous chunk. If there isn't enough room for it on the current page ...
2
votes
1answer
2k views

Inserting a Page break into an SSRS report

I have a report in SSRS that contains 12 subreports. After each subreport, I need to insert a page break so that each subreport starts on a new page and doesn't share pages with the other subreports. ...
2
votes
1answer
589 views

excel 2007 vba: how to refer to HPageBreaks

I'm trying to write a macro which can look into the list of horizontal page breaks that a worksheet keeps, and it seems like HPageBreaks should be exactly that. I can add or remove page breaks from ...
2
votes
6answers
6k views

Manual Page Break in TCPDF

I am using TCPDF to generate the PDF in one of my projects. I simply create a HTML file and give it to the TCPDF to handle the PDF generation. But now I have some HTML where multiple certificates are ...
2
votes
2answers
4k 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 is pretty poorly ...
2
votes
2answers
500 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 the bottom of the ...
2
votes
2answers
1k views

Multiple questions on BIRT

I am new to BIRT. I have a requirement to print a HEADING based on a database value. How do I do that? How do I leave a Blank line upon break in one of the fields I am reporting? In the footer, I ...
1
vote
1answer
43 views

Page break in table if there is an overflow

I have an application that generates tables for reports; however during printing - the tables may get split, which causes some of the information to get cut off ( I mean it's only printing the top ...
1
vote
2answers
53 views

Inserting HTML inside quotes

I want a page break inside the title attribute of a link, but when I put one in, it appears correct in a browser, but returns 7 errors when I validate it. This is the code. <a ...
1
vote
1answer
293 views

“page-break-inside: avoid ”- does not work

I am making a print css... And i want to print certain blocks as a whole, therefore I used 'page-break-inside: avoid'. But this doesn't seem to work. I have been searching desperatly to find a ...
1
vote
0answers
670 views

How to prevent iText table PdfPCell spanning across multiple rows from splitting across pages?

I am using iText (iTextSharp 5.1.1) and I am trying to do some tables. The first table column spans across several rows. Depending on previous content, the column would sometimes be split on two ...
1
vote
0answers
56 views

Wkhtmltopdf print in duplex

Somebody know way to print in duplex. So i have problem, because i have summary file where is a lot of statements. I have to print in duplex and problem is with print it, because sometimes statements ...
1
vote
2answers
631 views

iTextSharp: table row gets pushed to new page if it doesn't fit on the current one

I'm using iTextSharp.text.html.simpleparser.HTMLWorker.ParseToList(TextReader reader, StyleSheet style) to convert an html table into a pdf doc. Some rows contain a lot of data, and may not fit on the ...
1
vote
1answer
353 views

Word 2003 vs. 2007/2010 Automation

I'm automating Word in a VB6 application and I'm getting an exception when the host machine is using Word 2007 or 2010 but not on a machine running Word 2003. The exception is Runtime error ...
1
vote
3answers
1k views

CSS Page-Break Not Working in all Browsers

I am having trouble getting this working in every browser except IE (even IE6 does this correctly) and Opera. Firefox will separate my divs correctly, but only print the first page. Chrome and Safari ...
1
vote
1answer
430 views

RDL set page break

I am trying to set a page break on a sub report that is acting as a cover page. Does andybody out there know how to do this ? Right now, I stretch the height of the report to force the page break. ...
1
vote
1answer
401 views

How to include a file in LaTeX wihout causing a newpage

I hope, this question is not too offtopic. I have a bigger school project which involves some documentation. The documentation is a LaTeX file, and looks like this: ... some explanation \section ...
1
vote
1answer
1k views

WPF FlowDocument Page Break/Positioning

Here's the situation. I'm tasked with auto-generating a rather large document consisting of a number of distinct sections of varying height and constant (full-page) width. Each section consists of ...
1
vote
3answers
832 views

MS Word page break inserting in wrong place

I am creating a MS Word document entirely through C# in VS 2008. I am trying to insert a page break, and when the page break is inserted, instead of inserting it and adding a new page at the bottom, ...
1
vote
2answers
4k views

FPDF Page Break Question

I am using PHP and FPDF to generate a PDF with a list of items. My problem is if the item list goes on to a second or third page, I want to keep the Item Name, Quantity and Description together. ...
1
vote
1answer
2k views

Problem with auto page break in iReport

I'm using iReport 3.7. I have a report with two subreports (order details and some selling statistics), and a grouping by seller. One subreport is located in the Detail band of the group, and the ...
1
vote
1answer
542 views

LaTeX: How to create left aligned paragraphs and right aligned authors of paragraphs

Please help me in creating LaTeX document with the following structure Text Author Text Author Where Text is a block of 2-10 lines left aligned and Author is one line aligned to the right, and I ...
1
vote
2answers
4k 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 new sheet of paper? ...
1
vote
1answer
557 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 the users go to ...
1
vote
3answers
6k 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 logical positions. ...
1
vote
1answer
3k 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
1answer
56 views

Why my textbox in the list appear only in the first page?

I create a report and I use list which contains a text box(=Fields!st_crscls.Value) ,and a Table. I group by a parameter. But I note that the textbox appears only in the first page! All the ...
0
votes
2answers
73 views

Unable to disable SSRS 2008 page breaks

I've always hated working with SSRS and I'm currently pulling my hair out over page breaks. My report has a table with products which are grouped by a purchase. I want all purchases' product tables ...
0
votes
0answers
117 views

MS Reports rdlc c# win forms multiple columns

I am trying to create a Report with two columns. Records should add in as below... 1.Bob 6.Sarch 2.Sue 7.Barrie 3.Adam 8.James 4.Dave 9.Steve 5.Robin 10.Euan 11.Fred 12.Heidi 13.Liz For ...
0
votes
1answer
68 views

OpenXml - How to identify whether the paragraph extends to next page

From aspx page, I dynamically add paragraphs to a word document using OpenXml SDK. In this case, a page break within a paragraph is not allowed. So in case a paragraph starts in middle of page 1 and ...
0
votes
2answers
225 views

How to insert a page break in JasperReport

I have a JasperReports template, with a filled detail band. If I run the report, I have a page count of 27 (27 detail rows) I want that detail row number 12 begins with a new page, so I have to ...
0
votes
0answers
53 views

Prevent printing across table rows - TRULLY CROSSBROWSER

Forgive me for asking a question that has already been answered but the answer is not cross browser not works as a PDF preview. Current methods revolve around using the CSS attribute ...
0
votes
0answers
29 views

How to export page break while converting open office writer document to html using unoconv

I have converted a doc file from OpenOffice writer to html using unoconv. The output file does not contain any pattern for page breaks. Is there any possible way to get page breaks in html.
0
votes
1answer
110 views

Extra blank page while exporting my report in excel using SSRS 2005?

I am using two data regions to display two types of data... Ones with missing serial numbers, and one with mismatched transportation statuses. When I export my report to excel I seperate each of these ...
0
votes
0answers
69 views

How to set the breakpagebefore property correctly in a WPF Paragraph?

I am trying to add page breaks before certain parts of flowdocument. I am using the following code: FlowDocument fl = new FlowDocument(); foreach (TNode section in tv.Items) ...
0
votes
1answer
137 views

page break css working fine in internet explorer 8 but not in firefox and google chrome

i got stuck in an issue i.e. i wrote following css for showing page breaks in my html but i am facing the problem that it works fine in the Internet explorer but not working in firefox and chrome ...
0
votes
1answer
80 views

PHP - Plain Text Page Break

I am creating an export system that can do multiple formats and one of them is plain text. I want the headers with the column name to appear at the top of each page when the document is printed. Is ...
0
votes
0answers
204 views

html2pdf (tufat) can you force page breaks after table rows

I'm using the html2pdf tufat library and I'm trying to implement page breaks. See the documentation: http://www.tufat.com/docs/html2ps/directives.html I setup a test file: <!DOCTYPE html> ...
0
votes
1answer
261 views

XSL FO: How to determine page break?

I've a situation where I have 2 block-containers - if they are short enough, the should be on one page, separated by a line. But if not, then the 2. block-container has to start on the next page and ...

1 2