51,274 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
1
vote
3
replies
72
views
Convert complex pdf to an excel
I'm currently searching for a solution to read a pdf and convert it to an excel.
For now I found the "tabula-py" library, which seems to be good. But I'm not quite sure because the pdf has ...
0
votes
0
answers
28
views
DinkToPdf / wkhtmltopdf prints only 19 pages even with 64-bit DLL
I am generating a PDF in ASP.NET Core using DinkToPdf (wkhtmltopdf wrapper).
My HTML report is around 20+ pages, but the generated PDF always stops at 19 pages. It never prints the full content.
PDF ...
-4
votes
0
answers
52
views
Convert PDF to DOCX in Python with tagging, but superscripts (FN) are misrecognized as subscripts during the process
I was converting pdf to docx using python along with tagging the Paragraphs(for e.g. [P20],[B44] like this ), emphasis( which are <EM>, <EMB>... like this has to be tagged) but I'm unable ...
1
vote
1
answer
95
views
Storing biometric data in a PDF without breaking the digital signature
I'm developing a tool that stores a signer's biometric data inside a PDF together with the digital signature, but I'm unsure where this information should be embedded.
The biometric data is captured ...
Advice
1
vote
0
replies
29
views
Sending pdf from mail.google.com via mail-sending service
I have a question.
I need to create a new email at mail.google.com, enter the recipient name, upload a PDF, and send it. The recipient should receive the converted PDF.
To do this, the email must pass ...
Advice
0
votes
5
replies
100
views
MS access Split report and export each row as a PDF
I am completely new to Visual Basic as a coding language coming mainly from Java and SQL but rusty in both of them
in current role I am working with more Microsoft Access Databases but I need to ...
1
vote
1
answer
50
views
How do I speed up pdf2docx?
Right now, I have very simple code which takes a pdf, and turns it into a docx file at the same path with the same name.
However, with larger pdfs over 100 pages, it's taking over a minute to convert. ...
Tooling
1
vote
3
replies
62
views
Optimized convertion SVG in to PDF
I have a hundred SVG files that I want to distribute. To make it easier, I converted them into a single PDF. However, since the SVG files define some paths that are used many times, during the ...
0
votes
1
answer
28
views
"Invalid Order" error when generating second custom PDF template
I’m using the WooCommerce PDF Invoices & Packing Slips plugin by WP Overnight.
I’ve successfully:
Created a second custom PDF template (a voucher version without
prices).
Added a button on the ...
-4
votes
1
answer
79
views
How to get the a header and footer to not overwrite the text of the main section using @page when converting from html to pdf and more than one page [closed]
I am trying to use CSS to create a PDF document from an HTML document. I need to have a header and a footer on each page when there are one or more pages. The problem I have is that the header and ...
1
vote
0
answers
108
views
How to convert paths in pdf file to text [closed]
pdf files does not contains any image, nor text. The text visible on the page is rendered as Path.
Tried PdfPig (https://github.com/UglyToad/PdfPig) using
using PdfDocument document = PdfDocument....
Tooling
0
votes
1
replies
63
views
How to add interactive components like button/input on top of PDF in Angular?
I am trying to create a UI when user click 'Sign' button, it will show a pop up modal with a PDF content display. I want to add a button on the sign field of PDF, if user click on it a sign pad appear ...
2
votes
1
answer
83
views
How can I make pdfcrowd script to save on Windows Downloads Folder instead of the site folder [closed]
I am trying to create a page with pdfcrowd, which works well. The issue I have is that it saves the created PDF file inside the site folder.
I want it to save to the Windows Downloads Folder instead. ...
0
votes
0
answers
35
views
Cloudinary error: "Customer is marked as untrusted" or "Blocked for delivery" when accessing uploaded PDF files
I’m using Cloudinary to upload documents (PDFs, ZIPs, etc.) from my Next.js app.
The upload succeeds, but when I try to access the file via URL like:
In the Cloudinary Media Library, it says:
Access ...
3
votes
1
answer
92
views
"Cannot access a closed Stream" when trying to return PDF from controller using iText
I'm trying to copy pages from an existing PDF to a new one and return it. I'm writing to the new PDF with memory, but it returns an error stating
Cannot access a closed Stream.
Here is my code:
var ...