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

PDF & WebUI: PDFs don't get completely generated #99

Closed
murchu27 opened this issue Nov 13, 2021 · 2 comments
Closed

PDF & WebUI: PDFs don't get completely generated #99

murchu27 opened this issue Nov 13, 2021 · 2 comments

Comments

@murchu27
Copy link
Contributor

murchu27 commented Nov 13, 2021

When downloading or previewing PDFs through the Web UI, not all pages seem to get generated.

I synchronised a newly connected device with the cloud. The device had existing PDFs and annotations. When I looked at those documents in the Web UI, both the downloaded and preview PDF only had the number of pages that were annotated, but not necessarily the annotated pages.

Let me clear about that last part:

  • I have a 6-page PDF with annotations on pages 2, 3, and 4.
  • The PDF that is generated on the UI has 3 pages, which are pages 1, 2, and 3, of the original PDF.
  • Page 1 of the generated PDF has the annotations from Page 2 of the original PDF.
  • Page 2 of the generated PDF has the annotations from Page 3 of the original PDF, ...

There may be a fault with the logic used by the PDF generation, which limits the number of pages to generate the number of pages that it finds which have annotations.

@ddvk
Copy link
Owner

ddvk commented Nov 13, 2021

i'm working on it. this has to do with the pdf generator and parsing the metadata

@ddvk
Copy link
Owner

ddvk commented Nov 23, 2024

linking to #255

@ddvk ddvk closed this as completed Nov 23, 2024
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

2 participants