Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
8 replies
121 views

is there way to code convertor from docx to pdf with no libraries with c++? I have no code at all yet. Can someone explain to me how convertors work? If it’s possible, can you give me code example ...
n1mi's user avatar
  • 1
4 votes
0 answers
85 views

I am currently trying to extract and save an embedded file from a PDF. It's about the German "ZUGFeRD" PDF (electronic invoice). In this PDF, there is a XML file named zugferd-invoice.xml or ...
Greg's user avatar
  • 41
0 votes
0 answers
54 views

use App\Models\User; use Smalot\PdfParser\Parser; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Hash; use Laravel\Socialite\Facades\Socialite; use ...
Surbhi's user avatar
  • 19
Best practices
0 votes
11 replies
115 views

I am working with digitally signed PDFs using Apache PDFBox, and I am trying to design a revision history mechanism for documents where signatures may be removed in later revisions. Context A PDF can ...
wikey321's user avatar
1 vote
1 answer
118 views

public function commerceProcess(Request $request) { $request->validate([ 'files.*' => 'required|mimes:pdf|max:20480', ]); $files = $request->file('...
Surbhi's user avatar
  • 19
0 votes
0 answers
98 views

The following mwe fails with message: file type PDF document is not supported // gcc pdf_mwe.c -o pdf_mwe `pkg-config --cflags --libs gtk+-3.0 evince-view-3.0 evince-document-3.0` #include <gtk/...
Dov's user avatar
  • 8,664
Advice
0 votes
11 replies
169 views

I've "designed" a business card template using HTML and CSS: This is my HTML code (with some php): <div class="businessCard"> <div class="logo img"><...
ThomasK's user avatar
  • 2,240
-1 votes
0 answers
42 views

I'm converting html documents to PDF using Chrome's Print To PDF function. I'm trying to link to specific pieces of text. This is my html: <html> <body> <section id="section-...
Max Williams's user avatar
  • 33.1k
Best practices
1 vote
1 replies
92 views

I have a project in React (Vite) + Typescript with Firestore database. In the project, I am storing all the PDFs in the Firestore Storage. There is one download button on one of my pages that should ...
user32494476's user avatar
0 votes
0 answers
92 views

I have a Python pipeline that processes legal opinions into structured JSON and rendered HTML. The extraction mostly works, but page numbers are inconsistent across source formats. I’m trying to ...
chhaya tundwal's user avatar
1 vote
1 answer
65 views

I want to render a preview of some content to be later displayed in a list. I want to be able to scale the preview later, therefore I create the preview as a PDFContext like this: func ...
MassMover's user avatar
  • 589
0 votes
0 answers
94 views

I am using FOP.NetCore 3.0.0 to generate PDFs from within my application. This works perfectly with one exception; SVGs. If I include an SVG as an fo:external-graphic then I get the below error. I ...
Whelkaholism's user avatar
  • 1,515
Tooling
2 votes
0 replies
94 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
123 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
Advice
0 votes
2 replies
88 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

15 30 50 per page
1
2 3 4 5
3409