rider87

Results 12 issues of rider87

hi, I have the following HTML table: In HTML (my editor page) it´s like this: Real HTML page: And in PDF it´s like this: As you can see there a...

Hi, I´m getting a Nullpointer Exception inside this. The problem is the table and the margin to the top. Class: public class **TableBox** ![image](https://user-images.githubusercontent.com/9787533/150332067-677eaf28-44eb-4bf2-bda4-a5b6fd43c74a.png) This code is working: ` Vorschau...

I´m trying to use this lib, but it seems the program is frozen? `public class TestWebcam { public static void main(String[] args) { List webcam = Webcam.getWebcams(); System.out.print(webcam.size()); } }...

Hi, I want to rotate the text of my Watermark... How is this possible? Thanks

question

Hi all, Is there a possibility to have margin for the watermark? Like you maybe know from Lightroom? Please see this example... There is a space between bottom and left...

enhancement

Hi, I´m using the function to create a Base64 String: `public static String convertToBase64(File file) throws IOException { LOGGER.info("START convertToBase64"); InputStream finput = new FileInputStream(file); byte[] imageBytes = new byte[(int)...

Hi, How can I have in the output only the first page from the PDF? Is there something which I missed? PdfRendererBuilder builder = new PdfRendererBuilder(); ....

Hi, if I try this test: https://github.com/kritzikratzi/edsdk4j/blob/master/src/main/java/probe/Test.java I´m getting: Exception in thread "Thread-0" java.lang.NoSuchFieldError: SIZE Any idea what´s wrong?

Hi, is `@use 'sass:math';` not working?

### Describe the bug It seems the p:diagram does not generate a iterator (uniqueId). Therefore all element / components inside a // MyComponent has the same id. ```xml ``` This...

new feature