Skip to content

Commit 46de1cf

Browse files
Update release notes
1 parent 6ad7c81 commit 46de1cf

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

UpcomingReleaseNotes.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,53 @@ Shared library version was ~14 megs, static library version is ~7 megs.
77

88
- Remove deprecated NoForking mode
99
- Add BuildConfig.VERSION_NAME
10+
11+
- Implement public static String generateOutputFilename(String inputFilename), which removes .pdf suffix and adds .html suffix.
12+
13+
Rename following parameters:
14+
- setOutline to setProcessOutline
15+
- setBackgroundFormat to setBackgroundImageFormat
16+
17+
Expose following upstream pdf2htmlEX parameters to downstream users:
18+
- setOutputHtml
19+
- setFirstPage
20+
- setLastPage
21+
- setZoomRatio
22+
- setFitWidth
23+
- setFitHeight
24+
- setUseCropBox
25+
- setDPI
26+
- setEmbedCSS
27+
- setEmbedFont
28+
- setEmbedImage
29+
- setEmbedJavascript
30+
- setEmbedOutline
31+
- setSplitPages
32+
- setProcessNonText
33+
- setProcessOutline
34+
- setProcessAnnotation
35+
- setProcessForm
36+
- setPrinting
37+
- setFallback
38+
- setEmbedExternalFont
39+
- setFontFormat
40+
- setDecomposeLigature
41+
- setAutoHint
42+
- setStretchNarrowGlyph
43+
- setSqueezeWideGlyph
44+
- setOverrideFstype
45+
- setProcessType3
46+
- setHorizontalEpsilon
47+
- setVerticalEpsilon
48+
- setSpaceThreshold
49+
- setFontSizeMultiplier
50+
- setSpaceAsOffset
51+
- setToUnicode
52+
- setOptimizeText
53+
- setCorrectTextVisibility
54+
- setCoveredTextDPI
55+
- setBackgroundImageFormat
56+
- setSVGNodeCountLimit
57+
- setDebug
58+
- setProof
59+
- setQuiet

0 commit comments

Comments
 (0)