-
```
Render the pages of the attached document. It has 4 identical pages except for
the Rotate entry. Each page has two annotations, a blue one which does not have
the NoRotate bit set and is therefo…
-
Updated version of PdfiumAndroid , with the latest pdfium so libraries and supporting Android API >= 21. Also updated new version of [AndroidPdfViewer](https://github.com/lion1988dev/AndroidPdfViewer)
-
```
#[test]
fn win_pdf_print_songti() {
let device_list = PrinterDevice::all().unwrap();
for d in device_list {
if d.name().contains("EPSON LQ-735KII ESC/P2") {
…
-
Hello,
I am using https://github.com/wonday/react-native-pdf for pdf display. This package uses AndroidPdfViewer to handle PDF display on Android. I got this error with secure report:
**`Outdated …
-
```
Render the pages of the attached document. It has 4 identical pages except for
the Rotate entry. Each page has two annotations, a blue one which does not have
the NoRotate bit set and is therefo…
-
```
Render the pages of the attached document. It has 4 identical pages except for
the Rotate entry. Each page has two annotations, a blue one which does not have
the NoRotate bit set and is therefo…
-
```
These won't work in a sandboxed environment, and indicate either:
1. Places where the code is unreachable, or
2. Places where functionality is genuinely broken.
For case #2, add a sdk API for th…
-
```
These won't work in a sandboxed environment, and indicate either:
1. Places where the code is unreachable, or
2. Places where functionality is genuinely broken.
For case #2, add a sdk API for th…
-
```
These won't work in a sandboxed environment, and indicate either:
1. Places where the code is unreachable, or
2. Places where functionality is genuinely broken.
For case #2, add a sdk API for th…
-
```
build/standalone.gypi has a clang variable, but it does nothing. Instead, I
have to set $CC and $CXX to build with clang. This is likely a requirement for
fixing bug 1.
thakis: any suggestions …