Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing: A how-to guide #12

Open
Frobitz66 opened this issue Jun 13, 2019 · 4 comments
Open

Missing: A how-to guide #12

Frobitz66 opened this issue Jun 13, 2019 · 4 comments

Comments

@Frobitz66
Copy link

There is very little in the way of "how-to" documentation for this project. Can one of the contributors ping me so that I can help develop such documentation?

@mbattyani
Copy link
Owner

For sure some how-to or tutorial would be useful. What kind of examples do you have in mind?

@Frobitz66
Copy link
Author

Sure.

Ex. How to parse a PDF file and manipulate the resulting data structures.
This how-to would show how to do the following steps:

  1. Open an existing PDF file
  2. Store the results of parsing the file into user-accessible data structures
  3. Describe the basic parts of a PDF document
  4. Show how to access one or more basic parts (see 3)

Ex. How to copy a PDF file.
This how-to would show a trivial example:

  1. Open an existing PDF file
  2. Parse the contents into internal data structures
  3. Assemble the data structures into a new PDF file
  4. Write the newly created PDF file

Reasonable?

@mbattyani
Copy link
Owner

Seems reasonable. I tried to find some old examples doing that sort of things but could not find them.

I have much more stuff about generating pdf files than working on existing ones though.

@fiddlerwoaroof
Copy link

It'd be useful to have an example of opening a PDF and extracting its title/author metadata and similar things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants