giovedì 19 settembre 2024 02:15 mobile  |  3dfxzone.it  |  amdzone.it  |  atizone.it  |  forumzone.it  |  hwsetup.it  |  nvidiazone.it  |  unixzone.it  
AMDZONE.IT
 proudly powered by 3dfxzone.it
Home    |    News    |    Headlines    |    Articoli    |    Download    |    Community    |    Redazione    |    Condividi    |    Tag    |    Ricerca    |    Sitemap
ADV Informazioni e Release Notes del file: PDF24 Creator 11.19.0 Ultime News
Condividi su Facebook Condividi su Twitter Condividi su WhatsApp Condividi su reddit
Common: OpenJDK thread stack size adjustable

An option has been added to configure the thread stack size when calling the OpenJDK. There are now the options jre.xmx, jre.maxRamPercentage, jre.xss.

Common: OpenJDK Xmx parameter problem fixed

The Xmx argument is to be used in the form -Xmx1G without an = between the name and the size. We had used an =, which was not correct.

Common: GUI framework improved

This special GUI framework is used for several apps within PDF24 Creator. These improvements provide more speed so that the corresponding apps that use this framework start faster and are more responsive.

Common: App console added to other apps

The app console has been added to other windows. The console can be opened via F12 or via the sysmenu icon of the window.

Common: Setting keys are now case insensitive

Settings keys are no longer case-sensitive, as this is also the case with the Windows registry. This prevents problems.

Common: Interprocess backend starter guard added

The inter-process backend starter protection prevents the backend from being started by processes started in parallel. If you work with files in Windows Explorer and have them processed by PDF24, this can lead to parallel processes each trying to start the backend, which is unnecessary.

Common: New options regarding the AppData path

The DWORD configuration values useRoamingAppData and webview2.useRoamingAppData can be used to use the roaming appdata directory instead of the local appdata directory. In some areas of use, the data must be in the roaming area so that the user data is retained.

Common: Fixed a problem with the web optimization option

It seems that -dWriteXRefStm=false and -dWriteObjStms=false are currently required for -dFastWebView. Therefore we have added these two switches, otherwise Ghostscript will create broken PDF files.

Common: Components updated
  • WebView2 has been updated to version 128.0.2739.42
  • PDFBox updated to version 3.0.3
  • QPDF updated to version 11.9.1
  • Aspose PDF Lib updated to version 24.7
  • JRE updated to version 17.0.12
  • PDFium updated to the latest version
Toolbox: [+basePath+] placeholder added

The [+basePath+] placeholder contains the base path to the toolbox. This can be used to use absolute URLs. Can be used in HTML, CSS and JavaScript files.

Toolbox: New known path added

The new familiar folder path https://pdf24/file/toolbox/ has been added. With this path, absolute references can be used in the toolbox code.

Toolbox: Problem with watermark in background and opacity fixed

If a watermark was placed in the background and a color with less than 100% opacity was set at the same time, the opacity of the entire page content was reduced. The problem has been fixed so that the opacity of the watermark no longer affects the page content.

Toolbox: Visual invoice generator updated

We have improved some areas, especially when hiding some columns. The generator now corresponds to the version that can also be found in our online PDF tools.

Toolbox: Invoice title customizable in the XRechnung generator

With the XRechnung generator, you can now change the title of the invoice, which was previously always “Invoice”.

Reader: Text links are recognized

Text links are now recognized and the user interface changes the cursor when the user moves the mouse over such a link. Left-clicking on such a link opens it in the user's default browser. The ALT key can be used to skip link recognition so that the user can highlight the text.

Reader: New forward icon in the toolbar

The new icon fits a little better with the function that allows you to open the current PDF in another PDF24 program.

Reader: New SVG icon types are supported

You can now also use icons that do not contain fill areas, but also those that only contain stroked paths. The new forward icon is one such icon.

Reader: Improved behavior of mouse wheel and scrolling

The behavior of the mouse wheel and scrolling has been changed. The new implementation is pixel-accurate, so you can scroll to every pixel. We no longer need to dynamically adjust the gap between pages to scroll exactly to the beginning of the page. The scroll value can be configured via reader.scrollAmount. The ALT key can be used to increase the scroll value by a factor of five.

Reader: Calculation of the most visible side improved

We have changed the algorithm used to determine the most visible side. The new algorithm now compares the sizes of the visible areas.

Reader: New display mode

A new display mode with a variable number of pages per line has been implemented, which is particularly helpful when used on a widescreen monitor. This mode displays as many pages as possible horizontally and then wraps.

Reader: Problem in the algorithm for centering pages fixed

The determined available horizontal size was smaller than possible. Therefore, it could happen that the pages were not exactly centered. This has been improved.

Reader: Show navigation area improved

The code for displaying the navigation area of a PDF file for the first time has been optimized. The transition is now slightly faster and smoother.

Reader: Problem with characters not displayed fixed

We have analyzed a problem where some characters were not displayed in a certain PDF file. We have reported this case to the PDFium team. The PDFium team took up this case and optimized the code. The issue with the missing characters in this PDF is now fixed.

Launcher: New tiles in the launcher

The output profile manager and the page extraction tool have been added as tiles.

DocTool: Improved printing of Excel files on the PDF printer

A localization problem with the OLE print method of Excel documents has been fixed. Setting the ActivePrinter property for Excel documents via OLE is somewhat difficult and not as easy as for Word or PowerPoint files.

DocTool: Multiprocess check improved

The multi-process check and timeout handling have been optimized. Among other things, this means that the file UI is displayed a little faster, depending on how many files have been selected. A problem where not all files were loaded in the UI should now also be resolved.

DocTool: File UI can now be opened multiple times

The shell file UI can now be opened multiple times. A mutex no longer blocks this.

PrinterInstaller: PDF printer installation improved

The location of the PostScript printer driver of the corresponding architecture is now better found. This also fixes a possible problem that the PDF printer could not be installed. Finding the driver has been optimized for the x64, x86 and arm64 architectures.

PrinterInstaller: Additional check for changed default printer added

If the default Windows printer is changed during printer installation, an attempt is made to undo this.

PDFPreviewHandler: PDF preview generator customized

The way in which the PDF24 Reader is called up to create the PDF preview has been improved. It should now also be possible to create a preview in the event of isolation.

PDFPreviewHandler: IInitializeWithFile interface implemented

The PDF preview can now be initialized with a file, which is somewhat faster and requires less RAM. However, Windows itself no longer uses this interface. However, other applications can now use it.

PDFThumbHandler: PDF thumbnail handler integrated

With the new PDF thumbnail handler, thumbnails of PDF files can now be created via the PDF24 Reader. If the PDF24 Reader is set as the default app for PDF files and the preview mode is activated in Windows Explorer, a preview of the first page is displayed instead of the PDF icon.

Settings: Many new settings customizable via the UI

Additional settings have been added to the user interface. New sections: “Preferred methods”, “Reader”, “Launcher”, “DocTool”, “Toolbox”. Each of the new sections contains some options that the user can customize. We have also expanded the “Assistant”, “Features” and “Tray icon” sections.

Backend: Single instance check improved

The single-instance check was moved to a better position because there was one case in which this test did not apply.

Compress: Option for web optimization is now also saved

The “webOptimize” option was not saved when the program was closed and was not restored when the program was restarted.

Compress: New storage location for last used values

Recently used values are now saved in the Windows registry profiles under HKEY_CURRENT_USER\Software\PDF24\Profiles\compress\lastUsedSettings.

CompressForm: Remember current settings

Checkbox added, with which the current settings can be saved, which are then loaded the next time the form is started. The storage location is HKEY_CURRENT_USER\Software\PDF24\Profiles\compressForm\remember.

OCR: OCR tool now remembers options

Recently used OCR options are now saved in a profile under HKEY_CURRENT_USER\Software\PDF24\Profiles\ocr\lastUsedSettings.

Installer: No use of -multiProcess in the directory background context menu

The -multiProcess flag for the directory background context menu has been removed, as the user cannot open this context menu for multiple directory backgrounds. If -multiProcess is not used, the GUI opens faster.

18.09.2024  
CPU & Memory & Motherboard Information Utilities: CPU-Z 2.11 - AMD & Intel Ready
17.09.2024  
AMD rilascia il driver grafico Radeon Software Adrenalin Edition 24.20.11.01
16.09.2024  
ProcTemp 2.2 è una app free che misura la temperatura della CPU in tempo reale
15.09.2024  
AMD amplia la linea di GPU Radeon RX 7000 con il chip high-end Radeon RX 7800M
14.09.2024  
BIOSTAR annuncia la video card Radeon RX 580 White con GPU AMD Polaris 20 XL
13.09.2024  
Hardware Testing & Benchmark Tools: Passmark BurnInTest 10.2 build 1015
Windows 10 & Windows 11 - Tuning & Cleaning: Microsoft PC Manager 3.12.5.0
10.09.2024  
Free PDF Viewing & Printing Tools: Adobe Acrobat Reader DC 2024.003.20112
09.09.2024  
HDCleaner 2.080 è free e ripulisce drive di storage e registro di configurazione
07.09.2024  
AMD rilascia il driver grafico Radeon Software Adrenalin Edition 24.10.37.10
02.09.2024  
GPU & Monitor - Open Source Setup & Tuning Tools: ColorControl 10.0.1.0
01.09.2024  
CleanSweep 3.0 beta 1 elimina file temporanei, file di log e report sugli errori
PDF24 Creator 11.19.0 converte doc e immagini in PDF, e rimuove pagine dai PDF
30.08.2024  
CORSAIR lancia il gaming monitor a schermo curvo XENEON 34WQHD240-C QD-OLED
29.08.2024  
AMD Radeon RX 8000 RDNA 4: svelate le configurazioni della Infinity Cache
SSD Management & Monitoring Utilities: Kingston SSD Manager x64 1.5.4.6
28.08.2024  
L'update KB5041587 di Windows 11 23H2 velocizza i video game con le CPU Ryzen
Multimedia Audio & Video & Bly-ray & DVD Players: Zoom Player Free 19.5
27.08.2024  
Una CPU Ryzen Threadripper basata su Zen 5 citata in un documento di trasporto
Tuning & Overclocking & Monitoring Utilities: AMD Ryzen Master 2.14.0.3205
Indice delle news 
Ultimi File
CPU-Z 2.11
AMD Radeon Software Adrenalin Edition 24.20.11.01
ProcTemp 2.2
Passmark BurnInTest 10.2 build 1015
Microsoft PC Manager 3.12.5.0
Adobe Acrobat Reader DC 2024.003.20112
HDCleaner 2.080
AMD Radeon Software Adrenalin Edition 24.10.37.10 WHQL
CleanSweep 3.0 beta 1
PDF24 Creator 11.19.0
Zoom Player Free 19.5
Passmark PerformanceTest 11.0 build 1019
Indice dei file 
A M D Z O N E . I T
3dfxzone.it         |       amdzone.it         |       atizone.it         |       forumzone.it         |       hwsetup.it         |       nvidiazone.it         |       unixzone.it         |       feed rss         |       links
AMDZone.it è servito da una applicazione proprietaria di cui è vietata la riproduzione parziale o totale (layout e/o logica). I marchi e le sigle in esso citate sono proprietà degli aventi diritto. Note legali. Privacy.