Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
0 replies
32 views

The Context We are using JasperReports within a Spring Boot application to generate complex, multi-page documents (like government agreements). Currently, our template creation process is entirely ...
Dev-DhanushKumar's user avatar
Advice
0 votes
1 replies
43 views

Is it actually possible to execute JavaScript within Android PDF readers, regardless of the version or app type? My understanding is that simply embedding the following script into the PDF should be ...
Cyb3rCr0wCC's user avatar
Best practices
0 votes
4 replies
106 views

Thank you all for this platform.
Rahul Misra's user avatar
Advice
0 votes
2 replies
47 views

In Swift, iOS, I have a pdf file with 2 pages. I want to put the 2 side by side, on a new page. For this, I have to scale initial pages half size and rotate .pi/2. I managed to achieve this by ...
claude31's user avatar
  • 884
0 votes
0 answers
75 views

I am trying to compress PDF files in a Flutter app, but every time the output file becomes larger than the original PDF instead of smaller. I have already tried multiple packages: ...
Shiv Sharma's user avatar
Tooling
2 votes
5 replies
94 views

I would like to achieve some tasks on pdf files using free softwares. The main task is: take a pdf, change the color of all texts and paths that have a specific color, and save this new pdf. An ...
Achille's user avatar
  • 21
0 votes
1 answer
39 views

I'm trying to generate a PDF from a web application using Puppeteer. When I open the PDF in Acrobat Reader I get a warning: "This document is trying to connect to: wsl.localhost" The PDF ...
Barry McNamara's user avatar
Tooling
0 votes
2 replies
58 views

I'm trying to build a Python script that takes a URL, extracts the article content, converts it to a clean PDF, and uploads it to Google Drive. The goal is to archive 10-20 articles per day for ...
MembershipPurrfect365's user avatar
Tooling
2 votes
2 replies
83 views

I’m trying to unlock a password-protected PDF entirely in the browser using JavaScript (no server). What I’ve tried: pdf-lib PDFDocument.load(bytes, { password }) → throws “Input document is ...
Sariful's user avatar
  • 2,917
Best practices
0 votes
1 replies
56 views

We are working on a Windows Desktop Application written in C++ and MFC We have a PDF printing library integrated. It works similar to Microsoft Print to PDF (but we have a set of control features ...
simplyTom's user avatar
0 votes
1 answer
60 views

I am working in the Drupal 11 CMS with the Solo Theme to display WW2 letters in pdf format. The code was generated through Github CoPilot AI. Rather than placing pdf.min.js and pdf.worker.min.js in ...
Robert Neil's user avatar
1 vote
1 answer
169 views

Having a .docx file, I need to convert it to a .pdf format. I use Docx4J to do the conversion; more specifically: <dependency> <groupId>org.docx4j</groupId> ...
Luca Tampellini's user avatar
0 votes
1 answer
66 views

I am trying to embed a signature from dscf7 signature to a pdf using tcpdf plugin, dscf7 is a wordpress plugin for contact form 7 where if a user signs the signature gets stored in wp-content/uploads/...
Scretqer's user avatar
0 votes
2 answers
63 views

I would like to use the low-level pdf-writer crate in version 0.14.0 (latest) to add the liberation sans font to my PDF. So far, I have use pdf_writer::{Finish, Name, Pdf, Rect, Ref, Str, Obj}; use ...
thomi's user avatar
  • 1,697
0 votes
1 answer
75 views

I am working on modernizing a legacy console application (.NET Framework 2.0 → 4.8). The application generates invoice PDFs using Crystal Reports. Previously to generate PDF we are using Acrobat PDF ...
Neo's user avatar
  • 16.3k

15 30 50 per page
1
2 3 4 5
3410