-
Updated
Mar 13, 2022 - Java
barcode
Here are 829 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Kotlin
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Mar 3, 2022 - Swift
-
Updated
Mar 15, 2022 - C#
-
Updated
Mar 2, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 11, 2022 - Java
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Dec 7, 2021 - Swift
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Feb 9, 2022 - Go
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Aug 29, 2021 - C++
-
Updated
Mar 15, 2022 - Java
-
Updated
Aug 15, 2021 - C#
-
Updated
Feb 24, 2022 - Java
-
Updated
Feb 11, 2022 - C
-
Updated
Dec 29, 2021 - C++
-
Updated
Sep 7, 2020 - Python
This function is defined here:
https://github.com/PyFPDF/fpdf2/blob/master/fpdf/fpdf.py#L3717
It allows to render part of an image:
with pdf.rect_clip(x=..., y=...w=..., h=...):
pdf.image(img_filepath, x=.., y=...)Usage examples can be found in https://github.com/Lucas-C/undying-dusk
I introduced this function last year (in commit https://github.com/PyFPDF/fpdf2/comm
The existing demonstrations, as well as new ones could be added to codepen.
Here's a super quick sample that just loads the lib and gets it displaying the camera view. This has to be expanded for it to be even demonstration quality, as it doesn't react to any events, but i just wanted to see if camera use was possible from codepen. Since it is, we can do a lot of stuff there.
Improve this page
Add a description, image, and links to the barcode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the barcode topic, visit your repo's landing page and select "manage topics."
I am trying to print on shared printer, but I don't understand why I get Permission denied when using
$connector = new WindowsPrintConnector("smb://Windows10-pc/".$printer_name);
but when I tried this code at the bottom it simply works, and i never added a Guest permission.
$printer = "\\".'Windows10-pc'."\".$printer_name;
if($ph = printer_open($printer)){
printer_set_option($p