PHP Classes

Report writer with pre-printed forms: Make a pre-printed invoicing app to process forms

Recommend this page to a friend!
  All requests RSS feed  >  Report writer with pre-printed forms  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Report writer with pre-printed forms

A request is featured when there is no good recommended package on the site when it is posted. Edit

Picture of Lumeng by Lumeng - 1 year ago (2024-06-10)

Make a pre-printed invoicing app to process forms

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I am looking for something where users can upload a scanned copy of their pre-printed form, and then the user can drag and drop fields from a table/database onto the scanned copy as an overlay.

Ask clarification

1 Recommendation

PHP PDF to Text: Extract text contents from PDF files

This package can extract the text contents from a PDF file using pure PHP code (no external tools are needed).

It provides the following features:

- Text is extracted from PDF files as a single text property. Individual page contents are also available separately
- Text strings can be searched over the whole file contents, or through individual pages
- Support for multiple character sets: parsed text is returned in UTF8
- Embedded images can be extracted if desired
- Several option flags are available to adjust PDF contents processing
- RTL language processing
- Basic page layout rendering
- PDF Form data extraction
- Ability to extract areas of text as well as line and column contents, using an XML-based capture definitions
This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos Reputation 27250 - 2 months ago (2025-09-01) Comment

It seems that you need to use multiple packages.

If the pre-filled forms are in PDF format, you can use this package to parse the PDF data of the file to extract the text and form values.

Then you would need to use another package to manage the records of the files that are uploaded.

For instance you can use the package below to implement a record management page using the CRUD plugin. Check the Demos tab and the Form CRUD to see a live example:

https://www.phpclasses.org/package/1-PHP-HTML-forms-generation-and-validation-.html


Recommend package
: 
: