nano1209

Results 5 comments of nano1209

have the same problem, in direct print pdf set legal page format and print in A4 format (default)

yes, the process is this: 1 - create a pdf 2 - read pdf (pdfrx) 3 - preview pdf and then repeat 1,2 and the second step the aplication close...

the code of process is: ``` try { final filePath = pathString; final File file = File(filePath); if (await file.exists()) { doc = await pdfrx.PdfDocument.openFile(filePath); text = await doc.pages.first.loadText().then((value) =>...

same problem, when paste from word in Windows (desktop app)