- Timestamp:
- 10/08/11 01:50:21 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/docx4j-extras/PdfViaIText/org/docx4j/convert/out/pdf/viaIText/Conversion.java
r1044 r1682 12 12 import org.apache.log4j.Logger; 13 13 import org.docx4j.XmlUtils; 14 import org.docx4j.convert.out.pdf.viaXSLFO.PdfSettings; 14 15 import org.docx4j.dml.wordprocessingDrawing.Inline; 15 16 import org.docx4j.fonts.Mapper; … … 69 70 * The OutputStream to write the pdf to 70 71 * 71 * */ 72 public void output(OutputStream os) throws Docx4JException { 72 * */ 73 @Override 74 public void output(OutputStream os, PdfSettings settings) throws Docx4JException { 73 75 74 76 // Document pdfDoc = new Document(); … … 189 191 org.docx4j.wml.SdtBlock sdt = (org.docx4j.wml.SdtBlock) o; 190 192 // Don't bother looking in SdtPr 191 traverseBlockLevelContent(sdt.getSdtContent().get EGContentBlockContent(),193 traverseBlockLevelContent(sdt.getSdtContent().getContent(), 192 194 parent); 193 195
Note: See TracChangeset
for help on using the changeset viewer.
