Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-914

Using TextToPDF to create a PDF from the empty string produces unreadble PDF file (patch included)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.1
    • 1.4.0
    • Utilities
    • None
    • All

    Description

      If you create a PDF document from org.apache.pdfbox.TextToPDF like so:
      TextToPDF pdfCreator = new TextToPDF();
      PDDocument pdfDoc = pdfCreator.createPDFFromText(new StringReader("")); // Note the empty String
      then it does produce a PDF file. But the file cannot be opened as it contains no pages.
      Adobe Reader (I have 9.4.1), and Mac OSX's Preview/Quicklook cannot open the document.

      I have attached (or will do in a minute) a patch that includes a test case that reproduces the problem (no PDPages in a PDF with no text).
      And I've patched TextToPDF so that it inserts a single empty page for an empty string input.

      Attachments

        1. PDFBOX-914.patch
          6 kB
          Neil McErlean

        Activity

          People

            lehmi Andreas Lehmkühler
            neilm Neil McErlean
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: