python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to set bounding box of figure in PDFBox
I'm trying to create a PDF that's PAC3 compliant and I need to add images to the PDF. I was able add an image to the PDF but when I run the PDF in PAC 3. I get an error because my image doesn't have a...
confusedDeveloper66
Votes: 0
Answers: 1
Java Accessibility: Emulate ARIA role "alert"
I'm writing a Java app and I'm making sure that every bit of it is compatible with screen readers. Having worked with screen readers in the past when doing web development, I assumed, perhaps foolishl...
Ari Black
Votes: 0
Answers: 0
Stop WordPress PHP/JavaScript function adding skip-link code
In wp-includes/block-template.php, the_block_template_skip_link() adds a script and style that creates a skip-link on every page. I want to stop this addition.
I understand why the skip-link is import...
Clarus Dignus
Votes: 0
Answers: 1
Setting tabindex programmatically
I'm using jQuery and a smooth scrolling code snippet from css-tricks, but for some reason setting tabindex for accessibility isn't working. I've copied the snippet directly, so I'm not sure if there's...
Kelxya
Votes: 0
Answers: 1