post containing
-
Hi Lewis
the PDFs generated from my pages stop if they come across a < character (link).
e.g. (example code from a random tutorial)
/* Storing elements of first matrix entered by user. */ for(i=0;i
instead of
/* Storing elements of first matrix entered by user. */ for(i=0;i<r;++i) for(j=0;j<c;++j) { printf("Enter element a%d%d: ",i+1,j+1); scanf("%d",&a[i][j]); }
The pages named code 01 – 05 was me trying to narrow down the problem. (at first I thought it was the pre tags causing a problem etc.)
The more than character > doesn’t cause this problem (link).
Thanks again for all the hard work.
let me know where the best place is to post bugs I saw there’s a github, as well as the mantis tracker and this forum here.
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘post containing’ is closed to new replies.