Anzeigen der neuesten Beiträge
0 Mitglieder und 5 Gäste betrachten dieses Thema.
This version fixes a bug with printing from processes with lower priority like Google Chrome or Adobe Reader X. PDFCreator now also supports transparent PNG files.
- Added x64 compile for native x64 systems- Compiled with Visual C++ 2010 instead of Visual C++ 2008 to achieve better quality code (32 bit executable is 4,362 Kb. instead of 4,364 Kb. in the official compile)- Compiled with /fp:fast to increase floating-point operations performance at the cost of some precision loss not noticeable on SumatraPDFOpt- Compiled with /Zp16 to get faster code when accesing data structures specially on newer CPU- Compiled with /GA to get faster and smaller threading code- Compiled with /favor:blend to get a good execution speed in both AMD and Intel x64 CPUs- Compiled with /vmb to get faster and smaller acceses to objects- Linked with /opt:icf,4 to remove duplicate code in resulting executables- Linked with /LARGEADDRESSAWARE to support addresses of up to 3 Gb. in x86 processors- Linked with /WS:AGGRESSIVE to agressively reduce memory usage when inactive- ZIP package created with KZIP 14/04/2007 to reduce distribution size- Added pre-release branding that was missing in my latest builds- Separate builds for x86 generic, x86 SSE, x86 SSE2 and x64 generic (x64 AMD and x64 Intel generate exactly the same code)- Included SumatraPDF.chm help file by victorvg (http://filekeeper.org/download/browser.php?path=victorvg%2FSoftware%2FTools%2Fsumatrapdf-1.3/)- Separate downloads per each optimized architecture- Remaped check for updates URLs- Downloads moved from Megaupload to website server- Identified builds by the name Sumatra PDF Opt- Added credit section on About dialog- x64 SIMD accelerated JPEG Turbo decoding- Optimization flags applied over more sets (Fitz, Freetype, libjpeg, ...)- Added -O9 NASM optimization flag- Using Profile Guided Optimizations (PGO) for x64 build. 200 KB smaller, and 10% faster. Let me know if you are interested in other platforms)- Activated BLACK_ON_YELLOW- Linked with ASMLib 2.12 by Agner Fog (http://www.agner.org/optimize/) to get a slight performance increase and merory usage reduce- Based on SumatraPDF 1.3 r2688 (2010-01-22) code base
- Added x64 compile for native x64 systems- Compiled with Visual C++ 2010 instead of Visual C++ 2008 to achieve better quality code (32 bit executable is 4,362 Kb. instead of 4,364 Kb. in the official compile)- Compiled with /fp:fast to increase floating-point operations performance at the cost of some precision loss not noticeable on SumatraPDFOpt- Compiled with /Zp16 to get faster code when accesing data structures specially on newer CPU- Compiled with /GA to get faster and smaller threading code- Compiled with /favor:blend to get a good execution speed in both AMD and Intel x64 CPUs- Compiled with /vmb to get faster and smaller acceses to objects- Linked with /opt:icf,4 to remove duplicate code in resulting executables- Linked with /LARGEADDRESSAWARE to support addresses of up to 3 Gb. in x86 processors- Linked with /WS:AGGRESSIVE to agressively reduce memory usage when inactive- ZIP package created with KZIP 14/04/2007 to reduce distribution size- Added pre-release branding that was missing in my latest builds- Separate builds for x86 generic, x86 SSE, x86 SSE2 and x64 generic (x64 AMD and x64 Intel generate exactly the same code)- Included SumatraPDF.chm help file by victorvg (http://filekeeper.org/download/browser.php?path=victorvg%2FSoftware%2FTools%2Fsumatrapdf-1.3/)- Separate downloads per each optimized architecture- Remaped check for updates URLs- Downloads moved from Megaupload to website server- Identified builds by the name Sumatra PDF Opt- Added credit section on About dialog- x64 SIMD accelerated JPEG Turbo decoding- Optimization flags applied over more sets (Fitz, Freetype, libjpeg, ...)- Added -O9 NASM optimization flag- Using Profile Guided Optimizations (PGO) for x64 build. 200 KB smaller, and 10% faster. Let me know if you are interested in other platforms)- Activated BLACK_ON_YELLOW- Linked with ASMLib 2.12 by Agner Fog (http://www.agner.org/optimize/) to get a slight performance increase and merory usage reduce- Since http://guti.leehoan.com is the new permanent URL, all internal links has been properly updated- Based on SumatraPDF 1.4 r2728 (2010-02-04) code base
Version 2.9.1(01.02.2011)Bugs beseitigtEs wurden einige kleinere Bugs beseitigt sowie ein Versionrücksprung von Ghostscript vorgenommen. In der Version 2.9.0 wurde der PDF24 Creator mit Ghostscript 9.0 ausgestattet. Diese Ghostscript-Version ist leider noch nicht stabil. In der Version 2.9.1 sind wir desshalb wieder auf eine ältere Version umgestiegen. Mit Ghostscript 9.0 kam es teilweise vor, das Text nicht mehr per Copy & Paste kopiert werden konnte. Eine korrekte Darstellung der PDF in einem PDF Reader erfolge aber dennoch.Vorbereitung für weitere Service AppsWir haben eine Schnittstelle geschaffen, mit der es möglich ist, weitere Service Apps in das Programm zu integrieren. Diese Schnittstellt dient in erster Linie für zukünftige Neuerungen. Der PDF Drucker nutzt schon jetzt die neue Schnittstelle.Verbesserung des SetupDurch Umstellungen konnten wir die Größe des Setup von ca. 13 MB auf ca. 10 MB reduzieren.