-
Updated
Jun 4, 2022 - Python
pdf-library
Here are 15 public repositories matching this topic...
-
Updated
Jun 17, 2022 - Dart
-
Updated
May 23, 2019 - Go
The idea comes from one of @digidigital recipes: https://github.com/digidigital/Extensions-and-Scripts-for-pyFPDF-fpdf2/tree/main/visibility (cf. #274)
This script allows to restrict the rendering of some elements to screen or printout. This can be useful, for instance, to put a background image or color that will show on screen but won't print.
To implement this feature, fpdf2 will ne
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Jan 15, 2022 - Julia
-
Updated
Jun 14, 2022 - Visual Basic .NET
-
Updated
Jul 2, 2021 - C++
-
Updated
Jun 25, 2018 - PHP
-
Updated
Nov 13, 2020 - C#
-
Updated
Sep 1, 2020 - Java
-
Updated
Dec 29, 2017 - Java
-
Updated
Nov 13, 2020 - C#
-
Updated
May 1, 2019
Improve this page
Add a description, image, and links to the pdf-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pdf-library topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Is your feature request related to a problem? Please describe.
The problem is inefficiency when simply looking for a single operand and then stopping processing.
For example, if only looking for a single colored pixel in a page.
Describe the solution you'd like
It would make sense to be able to set a stop flag on the processor and return out of the handler, which would cause the proc