Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
49 views

My starting point is this PDF/A extension schema, slightly modified: <x:xmpmeta xmlns:x="adobe:ns:meta/"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#&...
Score of 0
1 answer
147 views

I am using the following code to test merging PDF's, and get an error "Unknown PDFException" at the line "Using pdfWriter As New PdfWriter(outputFile)" I have the following Imports ...
Score of 1
1 answer
144 views

I'm merging PDF pages with iText 7 using copyPagesTo. It works for most files, but a few PDFs from third parties make the copy blow up with java.lang.UnsupportedOperationException, and that kills the ...
Score of 0
1 answer
399 views

Aim Just embed a PDF (preview) into a website. This is very likely a well-known use case. Given I have this use case for showing a PDF preview, I am searching for a solution. And yes I know e.g. MDN ...
Score of 2
0 answers
193 views

I want to change bookmark (aka outline item) colors in a PDF document from black to blue. It's my understanding that pypdf can only add outline items; you can't change the properties of those already ...
Score of 2
1 answer
101 views

I'm using Pandoc to convert my Markdown (4,000 word count) file to PDF. My problem is the date won't appear on the PDF. Here's my system info: pandoc 3.7.0.2 Features: -server +lua Scripting engine: ...
Score of 1
1 answer
157 views

I am developing a Python FastAPI backend to inject PDF accessibility compliance tags (WCAG 2.1) into existing documents generated from Adobe InDesign. The layout and visual binary bytes must remain ...
Score of 0
1 answer
181 views

I use Firefox as my PDF viewer while I write them in another program. How can I make the PDF automatically refresh in Firefox when the file changes? I am open to workarounds like refreshing every 5 ...
Score of 1
2 answers
146 views

I need to perform some editing actions on many PDFs across a wordpress site programmatically. Using MPDF I can access and edit many of them just fine. The issue is a lot of these files are also ...
Score of -1
3 answers
499 views

I’m building a .NET application that needs to generate PDF documents dynamically, and I’m trying to choose an appropriate library. I’m specifically looking for a library that meets the following ...
Score of 0
3 answers
367 views

I’m working on a Laravel application where I need to generate and export a PDF file based on database records (such as appointments, payments, or invoices). I want to be able to: Generate a PDF from ...
Score of 0
2 answers
1153 views

I am looking for the best open-source models, frameworks, or libraries for extracting text and structured data from PDFs with high accuracy. My use case includes: Extracting text from scanned and ...
Score of 0
2 answers
144 views

I need to turn a list of scanned PDF, containing a form filled by people (some of the answers are handwritten, and the form contains a mix of text and checkboxes) into a JSON than I can then use to ...
Score of 3
3 answers
110 views

The following piece of code tries to validate a pdf using iText signature validator in offline mode. The repro archive contains: timestamped.pdf SwissSignRootCA.cer SwissSignTARootCA.cer Repro files:...
Score of 0
1 answer
105 views

Consider: C:\>cpdf -create-pdf -create-objstm -stdout %PDF-2.0 % % skipped % 5 0 obj <</Type/XRef/W[1 2 1]/Root 3 0 R/Size 5/Length 20 % skipped Note that "Size" is not one more (...

15 30 50 per page
1
2 3 4 5
3401