7,472 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
31
views
PDFsharp: White space appears at top when dynamically extending page height [closed]
I'm generating invoices with PDFsharp where the page height needs to grow dynamically based on content. When I have many items (20+), I'm getting unwanted white space at the top of the page, and some ...
Tooling
0
votes
1
replies
43
views
Angular: How to Store Text Highlights in a PDF Viewer and Navigate Back to Them Later
Question
I’m using ngx-extended-pdf-viewer to render PDFs inside an Angular application. I need to let users highlight text in the PDF, save those highlights as "references", and later click a ...
0
votes
1
answer
55
views
While generating PDF using puppeteer sharp, the content under canvas tag for map is not displaying, instead displaying empty [closed]
I tried using Puppeteer Sharp in headless mode to generate a PDF for a dashboard that contains a map, which uses a <canvas> tag for its content. In the generated PDF, the heading is displayed ...
Best practices
0
votes
1
replies
69
views
Creating a PDF file of a webpage
I have one audit module which I need to implement in which I have to create one PDF document of a single webpage. The PDF document should consist of five pages which divides my webpage (there are ...
1
vote
1
answer
69
views
Text overlaps and resets position when rendering multiple text chunks in a loopHow
I am building a client-side application ("SpeakFlow") that takes large PDF files, processes the text in chunks using an LLM to generate Markdown, and then compiles those chunks back into a ...
-2
votes
1
answer
47
views
Generate PDF won't render images [closed]
I am trying to create a simple Invoice generator that includes our company logo, but the logo will NOT render in the final PDF.
I am designing the invoice template using HTML instead of a Google Doc ...
2
votes
1
answer
84
views
Form field displays gibberish characters when using subsetted TrueType font
I'm using Apache PDFBox to create a PDF with form fields and embed a custom TrueType font (FreeSans.ttf) with subsetting enabled. However, when I set a value in the text field, it displays gibberish ...
1
vote
0
answers
122
views
Stack overflow when collecting indirect object keys from recursive PDF structures in Apache PDFBox (PDFBox 3.0.5)
I'm using the Apache PDFBox library to process PDF files and am encountering a StackOverflowError due to circular references in the PDF structure. The error occurs when PDFBox tries to traverse the ...
-7
votes
1
answer
77
views
Adding HTML to a pdf partway through creating a PDF using pdfHtml
I am generating a PDF from data that is not HTML based, and I have HTML that data that I want to insert part way through creating the PDF i.e.
[Non HTML]
[HTML]
[Non HTML]
[HTML]
....
public class ...
0
votes
1
answer
42
views
borb.pdf paint method gives an error about set_padding
I am using borb version 3.0.2. I am executing the following code to draw a line at a certain place in the document.
# snippet_08_08.ipynb
from borb.pdf import Document, Page, PageLayout, PDF, ...
0
votes
0
answers
87
views
How to draw the border boxes in flutter using pdf json?
I have a scanned pdf and want to edit this into Flutter with JSON. So what I am doing:
I have used Adobe apis to first convert the Scanned pdf to searchable pdf using OCR and after that extracted the ...
0
votes
1
answer
69
views
Is there any way to solve the page break row Span issues in pdfKit Table?
I am using PDFKit library to build a table in my nodejs project. There are no issues if the table can fit in one page. The table break into next page when there are no enough spaces to fit the whole ...
0
votes
0
answers
79
views
ItextSharp C# : combine multiple PDFs with AcroFields specified
I have multiples PDF created with the iTextsharp library in C#. Those PDFs are created and are also using AcroFields.Item to create fields and field them with the users info.
Once I have created all ...
0
votes
1
answer
70
views
In CSS how to left-align the marker of a list item in an <ol> at .375", the text at .75", and the second (wrap-around) line of the list item at 0.0"?
How do you format an Ordered list so that each list marker (a., b.,) begins at .375in, and the list item text begins at .75 inches.
the second line of the list item (wrap-around text) should begin to ...
0
votes
0
answers
64
views
Created file with app not visible by phone but internal storage
I made an app that creates a PDF file. While the file is successfully generated, it doesn't appear in Google Files. The file, as a document, should appear in the documents section of Google Files, but ...