Ralf Stuckert

Results 12 comments of Ralf Stuckert

My observations by now: - If a worfklow was triggered by a commit, the report appears. - If a report was triggered by a workflow_dispatch, the report does not appear....

Both StyledText and LineBreak are TextFragments and are used in a container, typically TextFlow. So just add your StyledText and LineBreaks to a TextFlow. Actually, this is what addMarkup() is...

Sorry it's called NewLine, not LineBreak. So just create a NewLine, e.g. `new NewLine(fontSize)`

Could you provide some sample code, so I may have a look at the problem?

Yep, the markup for underline was poorly chosen :-/ Since underline accepts parameters in curly braces, you may do this as a workaround to distinguish underline and italic: `"This is...

Hi, at first sorry for delays. Actually I don't have much time to spend on the library :-| What you demand is currently not built-in. But the image does something...

Could you provide some sample code of what you would expect the API to look like? Thanks

I can't see any reason why you could not do that with pdfbox-layout also. What exactly do you want, a convenience layer like, say, `Document.protect(String password)` or what is your...

Okay, you were looking in the Android port of the pdfbox, that's something different. Here is a link to the [PDFBox 1.8.x dependencies](https://pdfbox.apache.org/1.8/dependencies.html), and here are the [dependencies for PDFBox...

I'm sorry, pdfbox-layout is not suited for Android, so there is not much I can do :-\