Hot to get PDFBox 1.5 .Net Version dlls? - lucene

I have troubles with certain PDFs when indexing for Lucene (System.NullreferenceExceptions).
I figured out that there is a new version (1.5.0) is available we work currently with 0.7.3, but how do i get the .dll for .net?
Thanks in advance
Dirk

You can build the .NET version of PDFBox yourself as described here.
Or you can grab unofficial binaries:
1.8.x
1.7.0
1.2.1
0.8

Related

webdrivermanager-java brotli CVE?

Looking to use webdrivermanager-java version 5.1.0
It has a dependency on org.brotli:dec 0.1.2 (dec-0.1.2.jar), which was released in 2017.
NVD reports CVS-2020-8927 about brotli versions before 1.0.8 - but it's not specific to native or java releases.
Can anyone clarify if this CVE applies to the webdrivermanager java release? If so, is there a brotli java release planned to rectify this? 0.1.2 is the most recent in mvnrepository.
If this is an issue, would webdrivermanager consider revising its java code to use another library?
Thanks.
Bob
I'll close this now.
After further reflection, this CVE is for a "Buffer Overflow" which must refer to the full "C" based brotli code, not the small java decompression utility (Buffer Overflows are not found in Java).
Thanks.
Bob

Mono v.4 old version

I try to install a server using Mono v.4.
The current version is 5.2.
I reached for the sources.list mono debian/snapshots/X.XX.X as recommanded
(where X.XX.X = 4.0.4, 4.8.0, 4.9.0 or 5.0.0) but it always installs the 3.2.8 or 5.0.0.100 anyway.
Has somebody the mirror to a mono 4.XX.X, please ?
Or other solution to access the mono v.4 ?
Thanks
I finally found the sources of all versions of Mono.
I let them here for those who can need.
List of Mono versions
Sources downloads.
Hope that will help.

Is it possible to get TLSv 1.1 to work with Coldfusion 6.1

We have a legacy system that runs on Coldfusion 6.1 with JVM 1.6.0 build 24. It appears that TLSv 1.1 was added in build 111. Is it possible to get Coldfusion 6.1 to work with that build (or higher) and what would I have to do?
TLS 1.1 is only supported in Java 1.8 on CF10 (Oddly 1.7 and above in CF11)
I dont think CF 6.1 will work properly on higher versions of JDK. You may want to try to upgrade it to 1.8 to see if that helps.
See this Adobe Blog as a starting guide to updating your Java: http://blogs.coldfusion.com/post.cfm/how-to-change-upgrade-jdk-version-of-coldfusion-server
Also see this: http://www.coldfusionmuse.com/index.cfm/2014/12/8/colfusion-jvm-versions-sslv3-tls

PDF versions supported by PDFBOX

I've been looking for all the PDF versions that are supported by Apache PDFBOX. I'm using PDFBOx 0.7.3 version and actually i'm able to process all PDF's from 1.5 and older but i need to process newer versions (1.6, 1.7 and so on). Do you know if upgrading PDFBOX could solve this issue? also is there any guide to upgrade PDFBOX? if so could you provide it? Which version do you recommend?
Thank you for response, actually i decided upgrade the PDFBox to 1.8.8, i think is the latest stable, and it works, I'm now able to parse the PDF1.5 and newer.
Thanks.

xdebug for PHP 5.2 on Windows 7 64bit

Previous posters have linked to http://fusionxlan.com/PHPx64.php to install 64-bit capable versions of xdebug.
I need PHP 5.2 compatibility for Magento, and fusionxlan has disappeared and archive.org doesn't have a copy.
Does anyone have a copy of the fusionxlan download or dll that they can share?
Thanks,
JD
So I finally found a solution to this. The combination of the recently released (both of them) Netbeans 6.9 and Xdebug 2.1.0 thread-safe 5.2 VC6 (32-bit) works a treat on Windows 7 64-bit. Oh happy day!
And BTW, the new features in Netbeans 6.9 rock. Particularly the CSS selector click-thru and auto-complete.