我已经开发了一个python脚本,该脚本可以使用乳胶创建需要的PDF文档,以便使用热敏打印机进行打印(就像它是任何商店的票证一样)。
脚本在树莓派中运行,该树莓派以RASPBIAN STRETCH(2018-06-27)运行。
打印机如下:http://www.bixolon.com/html/es/download/download_product.xhtml?prod_id=54
我已经在树莓派上安装了驱动程序,并为打印机添加了杯子,但无法使其正常工作。
这是发送到打印机的最后一个作业的输出(/ var / log / cups / error_log):
You can use nested scroll view and add as many recylerview inside linear layout
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:fitsSystemWindows="true"
android:scrollbars="none">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</android.support.v7.widget.RecyclerView>
<android.support.v7.widget.RecyclerView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</android.support.v7.widget.RecyclerView>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
我已经用Google搜索并阅读了很多论坛,但我不知道这是错误。你知道我在做什么错吗?
谢谢。