Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
poppler
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 612
    • Issues 612
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 41
    • Merge Requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poppler
  • poppler
  • Issues
  • #1043

Closed
Open
Created Feb 11, 2021 by Diogo Kollross@diogokoContributor

Feature request: show progress in pdftoppm

It would be very useful to wrapper libraries if there was a -progress option in pdftoppm that would print to STDOUT how many pages were already generated, and how many are left to go.

My suggestion is to add support for a -progress flag that if present would output:

  • the current page
  • the last page that will be generated (as it may have been trimmed during option's parsing)
  • the path to the written file
$ utils/pdftoppm -f 20 -l 25 -png -progress ~/Downloads/dicionario.pdf ~/Downloads/dicionario/p
20 25 /home/diogo/Downloads/dicionario/p-20.png
21 25 /home/diogo/Downloads/dicionario/p-21.png
22 25 /home/diogo/Downloads/dicionario/p-22.png
23 25 /home/diogo/Downloads/dicionario/p-23.png
24 25 /home/diogo/Downloads/dicionario/p-24.png
25 25 /home/diogo/Downloads/dicionario/p-25.png

I can create a merge request if there's interest in this feature.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None