Method
_nMakePDF
(long streamPtr, String title, String author, String subject, String keywords, String creator, String producer, long creationDate, long modifiedDate)
Source from the content-addressed store, hash-verified
| 83 | } |
| 84 | |
| 85 | @ApiStatus.Internal public static native long _nMakePDF(long streamPtr, String title, String author, String subject, String keywords, String creator, String producer, long creationDate, long modifiedDate); |
| 86 | @ApiStatus.Internal public static native long _nBeginPage(long ptr, float width, float height); |
| 87 | @ApiStatus.Internal public static native void _nEndPage(long ptr); |
| 88 | @ApiStatus.Internal public static native void _nClose(long ptr); |
Tested by
no test coverage detected