Andreas Røsdal
Andreas Røsdal
أهلا ومرحبا. نرحب بطلبات السحب.
This is the Font class in OpenPDF: https://github.com/LibrePDF/OpenPDF/blob/master/openpdf/src/main/java/com/lowagie/text/Font.java#L73 Can you please describe how to fix the constructor in this class? Pull requests welcome.
What do you specifically want to do? Have you checked the JavaDoc? https://librepdf.github.io/OpenPDF/docs-1-2-7/? Which class is relevant for your use? How can we improve this class? OpenPDF is a community-driven...
Can we find existing code or a Java library to solve this QR code generation and copy/embed that inside OpenPDF? https://github.com/topics/qr-code-generator?l=java https://github.com/zxing/zxing
This code generated by ChatGPT can be used for inspiration: ``` import java.awt.Color; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; public class QRCodeGenerator { public static void...
Thank you for reporting. Pull requests to fix this is welcome.
Thank you for reporting this bug. Please submit a pull request with a solution to this problem if you can.
Thank you for reporting. Pull requests welcome.
Hello @speckyspooky Would you be interested in contributing support for PDF/A support in OpenPDF? See #980 and https://en.wikipedia.org/wiki/PDF/A. As suggested this can be implemented with new PdfADocument and PdfAWriter classes...
Hello, can you please submit a pull request to solve this bug? It seems like you have described the solution here. @nucleussoftwareopen