You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2023/08/13 13:32:29 UTC

[pdfbox-docs] branch master updated: PDFBOX-3330: remove link to issue that has been closed

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 70a59d73 PDFBOX-3330: remove link to issue that has been closed
70a59d73 is described below

commit 70a59d737e7854ed4449c19b6149a01dd14297e9
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sun Aug 13 15:32:25 2023 +0200

    PDFBOX-3330: remove link to issue that has been closed
---
 content/2.0/faq.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/content/2.0/faq.md b/content/2.0/faq.md
index 42a3f36b..f3748f80 100644
--- a/content/2.0/faq.md
+++ b/content/2.0/faq.md
@@ -197,12 +197,6 @@ The memory footprint depends on the PDF itself and on the resolution you use for
 - decrease the scale when calling `PDFRenderer.renderImage()`, or the dpi value when calling `PDFRenderer.renderImageWithDPI()`
 - disable the cache for `PDImageXObject` objects by calling `PDDocument.setResourceCache()` with a cache object that is derived from `DefaultResourceCache` and whose call `public void put(COSObject indirect, PDXObject xobject)` does nothing. Be aware that this will slow down rendering for PDF files that have an identical image in several pages (e.g. a company logo or a background). More about this can be read in [PDFBOX-3700](https://issues.apache.org/jira/browse/PDFBOX-3700).
 
-<a name="dropshadow"></a>
-
-### A drop shadow is missing or at the wrong position when rendering a page
-
-Please attach your file in the [PDFBOX-3000](https://issues.apache.org/jira/browse/PDFBOX-3000) issue.
-
 <a name="textantialias"></a>
 
 ### Why are some texts in poor quality and not antialiased?