WPIntell

Source evidence

Page Breaking issue

WP PDF Generator · support · 2019-10-01T09:48:00+00:00

questionsentiment
mediumseverity
0.84relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 17 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

14 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
xcephpdev resolved
WP PDF Generator I am using this plugin on my site. This plugin is working fine. I am facing only one issue. In my page there is content and Images also. But when plugin create the pdf then it break the page on the image. So due to this a breaking line is showing on the image. I want to know is there any way to start the page from the new page in the plugin. Regards: Xcephpdev Hi @xcephpdev , Currently there is no such option available, you can achieve it by increase or decreasing space above the image. If you don’t want to make changes on the front end of the site then on the plugin function ‘wpexperts_pdf_generate_PDF’ in file ‘wp_objects_pdf_class.php’ you can make changes in the HTML code to alter the PDF being generated. Thanks. Hi, Thanks for the reply. My content is not static it’s dynamic so it’s not possible to increase and decrease the space from the top or bottom. Is it possible to hide the page break line on there? So in this way line will not show on the pdf. Or is any option to set the break line height. So I will set it 0. Regards: Xce Developer This reply was modified 6 years, 7 months ago by xcephpdev . Hi @xcephpdev . Unfortunately it is not possible as pdf will have to be divided in pages and your content is dynamic. Thanks.

Comments

3 shown
WPExperts.io 2019-10-03T06:52:00+00:00

Hi @xcephpdev , Currently there is no such option available, you can achieve it by increase or decreasing space above the image. If you don’t want to make changes on the front end of the site then on the plugin function ‘wpexperts_pdf_generate_PDF’ in file ‘wp_objects_pdf_class.php’ you can make changes in the HTML code to alter the PDF being generated. Thanks.

xcephpdev 2019-10-07T06:03:00+00:00

Hi, Thanks for the reply. My content is not static it’s dynamic so it’s not possible to increase and decrease the space from the top or bottom. Is it possible to hide the page break line on there? So in this way line will not show on the pdf. Or is any option to set the break line height. So I will set it 0. Regards: Xce Developer This reply was modified 6 years, 7 months ago by xcephpdev .

WPExperts.io 2019-10-08T11:27:00+00:00

Hi @xcephpdev . Unfortunately it is not possible as pdf will have to be divided in pages and your content is dynamic. Thanks.