Filter
Exclude
Time range
-
Near
Jun 11
↳ Attack the Server-Side Converters If your target converts uploaded PDFs to images or text (e.g., PDFBox, ImageMagick, Apache Tika), throw polyglot payloads at it (like SVG-MSL or XXE in XMP metadata). A simple document conversion pipeline can quickly escalate to arbitrary file read or RCE. ↳ Exploit Embedded Content & Font Engines Test modern PDF viewers by embedding HTML via catalog dictionaries (⁠/AF⁠ ⁠/EF⁠) or leveraging font matrix injections (e.g., Type1 font breakouts). Verify that your processing sandboxes strictly restrict font rendering engines and external stream fetching. ↳ Automate and Validate Continuously Integrate mal-PDF generation into your automated scanner or CI/CD pipeline. If an uploaded document "phones home" or exfiltrates local environment variables, your parser isolation is failing. Build, test, and lock it down.
1
5
2,286
Apache PDFBox JBIG2 ImageIO plugin 3.0.5 is now available for download: buff.ly/RNhSUUY PDFBox is an open source Java library for working with PDF documents. For more info, visit buff.ly/XuChCBd
1
2
20
1,693
CVE-2026-33929: Apache PDFBox Examples: Path Traversal in PDFBox ExtractEmbeddedFiles Example Code openwall.com/lists/oss-secur… CVE-2026-23907 fix is flawed. A user having writing rights on /home/ABC could be victim to a malicious PDF resulting in a write attempt e.g. to /home/ABCDEF.

2
484
やっぱり、どう考えても8帳票作るために帳票ソリューションを導入するのはもったいないのぅ~ PDFBoxとJava AIで内製スクラッチなら爆速で低コストじゃろ
3
92
株式報酬SaaSで帳票PDF生成を担うNstockの実践知。申込書型(座標指定)・契約書型(docx変換)・帳簿型(HTML変換)の3パターンに分類し、PDFBoxを基盤に統一した構成と運用課題を共有 / その帳票PDF、どう作る? 3つの生成パターンとライブラリの選び方 zenn.dev/nstock/articles/b0f…
3
6
395
PNGって任意のチャンクを入れられるので、RGB24bitのJPEGとアルファチャンネル8bitのJPEGを埋め込むって事をやってるけど、これはPDFBoxでPNGの代わりにSoftMaskを掛けたJPEGの埋め込みに使ってる。何回も使われるPNGならクソ軽量化になる
1
14
862
CVE-2026-23907: Apache PDFBox Examples: Path Traversal in PDFBox ExtractEmbeddedFiles Example Code openwall.com/lists/oss-secur… Users who have copied this example into their production code should review it to ensure that the extraction path is acceptable

1
1
5
1,300
PDFBoxでPDFを作る時にPNG埋め込みは絶対に重い。ImageMagick等でアルファチャンネルJPEGとRGBのJPEGを作って、ソフトマスクで埋め込んだ方がいい 特にテンプレとして必ず埋め込むPNGはソフトマスクで透過させて埋め込むと10倍くらい速くなるし、PDFサイズも小さくなる
1
9
493
Replying to @esrtweet
Today, I got a big kick in the gonades. My boss asked me to manipulates PDFs. Estimated time to learn enough of PDF 1.4 specifications to write something ok-ish: 8 weeks (and using libs like pdfbox). With AI? One day, then going through the code to remove shit, ask AI to correct specific things, cleaning up and repeating. For sure, the level required to do it is very high, because the AI makes mistakes you can only see and correct with experience. But man, I was exhausted. Basically, AI did the easiest part and subtly fucked the hard part. Yet, I skipped weeks of prototyping and skimming the specs. I am totally unable to do 4 days in a week like that. No more "natural break". The thing is that companies will ask something close to thay performance due to AI. The new generation has a huge handicap, because they can't easily build XP. AI remove them that capability. It will burst when we will be unable to work and the new generation will be unable to correct AI. That's going to be really bad, because we will push it to the max and widen that gap.
1
4
242
再開発している論文向けPDF翻訳の進捗。 画像認識で、各PDFBoxをカテゴライズできるから、カテゴリーごとに翻訳のON,OFFができる。
5
314
Apache BatikとApache PDXBoxを繋ぎ込めばSVGをPDFに描画できそう PDFBoxのContentStreamをGraphics2Dにするラッパーもあるので普通にできるのではないだろうか つまりNotoEmojiの絵文字をそのままPDFに描画できると
1
3
322
19 Oct 2025
Batch Invoicing Made Easy: Build a Year-End Insurance Processor with Quarkus, JBeret, and PDFBox Learn how to handle millions of policies, calculate premiums, and generate compliant PDFs step by step in modern Java. buff.ly/nTGmSwC
1
8
19
1,855
19 Oct 2025
Just dropped a new hands-on guide: How to run German-style year-end insurance invoicing in Java with Quarkus, #JBeret & #PDFBox. Think: millions of policies, chunked processing, and legally compliant PDFs. buff.ly/nTGmSwC #Java #Quarkus #Enterprise
3
15
1,610
Apache PDFBox version 2.0.35 is now available for download: buff.ly/uto6lrJ #opensource
4
1,101
Replying to @xexexelena
Если нужно только добавить, ничего не удаляя, я бы добавил текстовой аннотацией, для этого есть куча бесплатных утилит, а если нужно программно, то PDFBox на java свободный, там прямо строчки три
1
3
326
8 Jul 2025
ChatGPTは低レベルのPDFへのアクセスはOSSではできないと断言して何度も諦めやがったけど、Apache PDFBoxでかなりのことはできるぞ。自動タグ付けももう少しで実用的なレベルに仕上がると思う。こういうのは、俺は得意なんだよ。現実的にどうやって落とし所を作るのか。経験がものをいう。
2
287
Replying to @b_o_ns4
Apache PDFBoxの派生であってイチから作ったわけではないですが、苦労しましたね…… そして喉元過ぎたのでノウハウをだいぶん忘れた(w
1
3
77
21 Jun 2025
Apache PDFBox(Java)を使って構造と読み上げ順と画像の代替テキストを抽出、表示位置を取得して画像上にマッピングしてみた。スクリーンリーダーでの読み上げ方も忠実にテキスト化できた。当然ながらタグ付けされていないものはできない。
2
249
22 May 2025
Apache PDFBox Java library 使えばって STAFF 回答が今見れない MATLAB Answers に😅 ex. 先頭ページ削除 jFile = java.io.File(inputFileName); document = org.apache.pdfbox.pdmodel.PDDocument.load(jFile); splitter = org.apache.pdfbox.multipdf.Splitter;

え? そうなんですか? 今まで所在不明なフリーソフト使ってました....
1
2
2,909
Apache PDFBox 2.0.34 is now available for download: buff.ly/bYmytIa #opensource

3
18
1,817