shinxxxxwon
shinxxxxwon
First of all, thank you for sharing the `Printing` package. My Flutter package is using JAVA and OBJC. This is set up like this in order to use the C...
I made a pdfviewer with PdfViewPinch widget. `PdfPinchView` has `PinchZoom` and `scroll` gesture functions. I want to add another gesture like `ontap` or `onDoubletap` here. Can you tell me where...
I am developing an app using the universal link and uni_link packages. Based on IOS, `universal link` works normally in `safari`, but it does not work in `chrome`. I don't...
Thank you for your package. We are developing an app that creates and displays pdfs directly with the `pdf` package. When this app is run, it creates a 'pdf' by...
Implemented IPP printing function in Android using CUPS. I print via CUPS in simple `application/pdf` format. Printing was successful, but I found that there are quite a few printers that...
We are implementing a function to print PDF by linking CUPS source using JNI in Android. Tests were conducted on two printers. - Samsung SL-C1404W // Printed normally - Epson...
Printing was implemented using `CUPS` in Android. `TLS` used `boringssl`. Printing occurs normally, but job_id returns `-1` for certain printers (printers that require TLS). As a result of checking the...
I changed the value of .a4 to match the coordinate system for drawing sheet music on PDF. ``` static const PdfPageFormat a4 = PdfPageFormat(2480, 3508); ``` Below is a simple...
I am testing printing using `CUPS` and `cupsfilter`. I know that the mimetype that supports printing is different depending on the printer. So, before making a print request, we search...