-
I want to compress images in the pdf, but what I do is not work.
here is my algorithm:
```shell
- FPDF_GetPageCount
- Loop through every page
- FPDF_LoadPage
- FPDFPage_CountObjects
-…
-
## Explanation
While updating my app, something changed causing an error within pypdf. The issue was due to the dictionary of fields I was sending into `update_page_form_field_values`, that was pre…
-
When running test on 1.13-dev I encountered a number of errors like
```
[ FAIL ] job 110 + When I navigate the menu and select the item at "General Journal > Year End"
[ DEBUG ] job 110 …
-
Calling `page.transfer_rotation_to_content()` changes the visibility of some content after upgrading from version 4.2.0 to 4.3.0 for some PDF files. The corresponding text layer is invisible, but can …
-
One commonly seen pattern with PageObjects is to check that the WebDriver is on the correct page when we instantiate the PageObject.
With the current approach, this is not possible. One of the reason…
-
Hello,
I am rearranging pages in a PDF document and individual pages are also being rotated. If I use the undo function of the journal to undo individual changes, the pages in the PDF no longer cor…
-
### Current behavior
Web page shows 'Please wait' and nothing loads after that in cypress. but Manually it works fine
![Screenshot 2024-10-03 at 12 52 02 PM](https://github.com/user-attachments/…
-
Extracting text used to extract all words, now at least one is missing from the bounding box
## Environment
Both Linux and Windows.
v5.0.1 has been tested and is fine.
## Code + PDF
With …
-
-
### Current behavior
In 10.7.0 the code below is working fine. Once the element disappears from the page, the assertion passes.
```js
Cypress.Commands.add('WaitForObjectWithTextToDisappear', (…