Правила безопасности Firestore: недостаточно разрешений

Чтобы добавить к contentStream, используйте следующий код

    PDRectangle position = new PDRectangle();
    position.setLowerLeftX(10);
    position.setLowerLeftY(20); 
    position.setUpperRightX(100); 
    position.setUpperRightY(10); 
    txtLink.setRectangle(position);
    page.getAnnotations().add(txtLink);
0
задан houf 13 July 2018 в 08:43
поделиться