The Wayback Machine - https://web.archive.org/web/20220619090010/https://github.com/topics/pdf-library
Skip to content
#

pdf-library

Here are 15 public repositories matching this topic...

gunnsth
gunnsth commented Oct 21, 2019

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

good first issue performance feature
fpdf2
Lucas-C
Lucas-C commented May 19, 2022

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

This free consulting project uses Aspose.PDF to help you extract pages from a PDF file based on a range of pages like 1 to 10, or specific page numbers like 1,3,4,5,8,10, or by specifying some text like "Page 2" etc.

  • Updated Nov 13, 2020
  • C#

This free consulting project uses Aspose.PDF for .NET and allows you to encrypt/decrypt a PDF document by applying a password and setting different privileges to it. It is also a representation of API usage under .NET Core Framework.

  • Updated Nov 13, 2020
  • C#

Improve this page

Add a description, image, and links to the pdf-library topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more