PDF-XChange Editor

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
PDF-XChange Editor 10.6.0.396
Build 10.6.0.396

Released May 6th, 2025 . Requires maintenance through May 6th, 2025


mqdefault.jpg
Zaloguj lub Zarejestruj się aby zobaczyć!


Presenting Version 10.6




NEW Added the util.expandMacros method to enable the evaluation of strings with macros in JavaScript.

Parameters
cString - String that may contain macros
oCtx - (Optional) A `Context` object that defines a context for macro evaluation.
Context object
Context is a generic JavaScript object that represents a macro evaluation context. It has the following properties.
oDoc - (Optional) A document used for many macroses, like %[DocName], %[Page], etc. If not specified, and the script is executed in some document context, this document will be used.
nPage - (Optional) Current page index. If not specified or the value is negative, the current page from oDoc will be used.
nNumPages - (Optional) Number of pages in the document. If not specified or the value is non-positive, the value from oDoc will be used.
oDate - (Optional) Date to use in date/time related macros. If not specified, the current date will be used.
Returns
A string with macros expanded.
Example:
console.println(util.expandMacros("%[DocTitle] / %[User] / %[Date:yyyy-MM-dd]", {oDate: new Date()}));


NEW Added the ability to specify options for processing comments and form fields in the 'Overlay Pages' feature. (T#6821, 7408) (
Zaloguj lub Zarejestruj się aby zobaczyć!
,
Zaloguj lub Zarejestruj się aby zobaczyć!
)


NEW Added the option to quickly open sessions with supported methods from the context menu. (T# 7024)


NEW Added functionality to replace images with images from the clipboard. (T# 6313) (
Zaloguj lub Zarejestruj się aby zobaczyć!
)


NEW Added the ability to sort only selected bookmarks, which does so by their location in the "Sort Bookmarks" feature. (T#7070) (
Zaloguj lub Zarejestruj się aby zobaczyć!
)


NEW Added export and import features (with merge) to the signatures and initials dialog box.


NEW Added the ability to modify dynamic stamps in the 'Stamps Palette'. (T# 5035)


NEW Added custom icons and mouseover titles in the launch applications dialog box. (
Zaloguj lub Zarejestruj się aby zobaczyć!
)

Zaloguj lub Zarejestruj się aby zobaczyć!



NEW Adding an option to disable the transparency grid in the recompress images feature. (
Zaloguj lub Zarejestruj się aby zobaczyć!
)

Zaloguj lub Zarejestruj się aby zobaczyć!



NEW Added the 'Colorize Document' feature, which enables the changing of document's colors, the remapping of colors, and the conversion of documents to Black and White/Grayscale.

Zaloguj lub Zarejestruj się aby zobaczyć!



NEW Added an option to isolate printer drivers from the application process, which helps to increase security and stability (Print Dialog Box > Advanced Print Options > More).

Zaloguj lub Zarejestruj się aby zobaczyć!



NEW Added two new group policy options. One to manage permissions for creating self-signed certificates, and another to use certificates from files.

Zaloguj lub Zarejestruj się aby zobaczyć!


Bugfixes and Improvements


  • Fixed the issue with empty date/time properties in Sharepoint.

  • Fixed some security and stability issues. Click
    Zaloguj lub Zarejestruj się aby zobaczyć!
    for further information.

  • Fixed an issue with only capturing the first matched regular expression in single bookmark titles when using the "Create Link from Bookmarks" feature. (T#7267) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue with the Editor losing focus on the active document tab after using either the 'All Tabs to One Tab Group' or 'Sort All Tabs Alphabetically' commands. (T# 7403) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue with processing bookmark title templates without macros in the 'Bookmark Every Nth Page' feature. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue with exporting annotations to MS Office document formats. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the handling of clicks on image controls in JS dialog boxes. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue with retrieving values from the list box control in JS dialog boxes.

  • Improved the rendering of snap marks on high dpi monitors. (T#7389)

  • Improved rendering for some fonts when font hinting is enabled. (T#6333)

  • Improved validation for digital signatures.

  • Fixed the issue where the display of units in dialog boxes was clipped when specific fonts were set as the 'Common UI' font. (T# 7135) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue where sorting attachments by 'Location in Document' didn't order them by page. (T# 7351) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue where using the 'Resize Pages' or 'Sort Pages by Bookmarks' feature caused an unspecified error. (T# 7374)

  • Fixed the issue where the 'Generate Bookmarks from Text' feature did not use the correct case for generated bookmarks. (T# 7399) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue with copying URLs from links when the 'Select Text' tool is activated. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue where folders would lock when users double-clicked them to open files.

  • Fixed the issue with the document recovery panel, which was not loading existing recovery data until a document was opened. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the problem with full screen windows in cases where systems have monitors with different resolutions and users enable full screen on the monitor with the smaller resolution. (T# 7360) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the preview handler for Outlook, which now correctly supports its 'Per Monitor' and 'Compatible' modes, especially for systems with multiple monitors.

  • Fixed an issue with single-click selection of form fields in the 'Add Custom Stamp' dialog box.

  • Fixed an issue with the toolbar's chevron icon being too small on high dpi displays. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed the issue with a "df-" prefix being added to new bookmarks as a result of dragging and dropping documents to the Thumbnails pane.

  • Fixed issues with the Preferences > Accessibility > CursorSize parameter usage.

  • Fixed the crash in the Comments pane when users check/uncheck comments while the 'Show Unchecked Only' filter is enabled.

  • Fixed the crash caused by using app.closeDoc(this) inside a link's JavaScript action. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed an issue with disappearing comment style command icons on the toolbar when the 'Reset' feature is used. (T# 7329) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed an issue with scrolling pages by touch when documents are opened and scrollbars disabled. (T# 7322) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed an issue with updating the 'Default Layer' command on a toolbar when users open/close documents, or switch between documents. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed an issue with handling clicks on the scrollbar track area above/below the thumb. (T# 7452) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed an issue with grid/guide line style images being too small on high resolution displays (Preferences -> Measurement). (T# 7432) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed a bug with artifacts remaining after the deselection of vertical/horizontal line comments located on different pages. (T# 7420) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Fixed issues with the 'Rename Document' dialog box where the "name is wrong" pop-up could prevent the processing of keyboard shortcuts for pasting items.

  • Fixed an issue with starting autoscroll by MMClick. (Middle Mouse Click) Now MMClick-hold-and-drag starts autoscrolling pages immediately.

  • Fixed an issue with the 'Search' feature when the proximity is 'Same Document' and the 'Include Attachments' option is enabled. (T# 7385) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Improved conversion of Hebrew (RTL text direction) PDF files to MS Office.

  • Added the %[FolderPath] macro and replaced "Folder Name" with "Folder Path" in the UI text, in order to match the functionality. (T#7331) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Added the ability to copy/paste text lists into the items-list for list/combo form fields. (T# 6946)

  • Added the ability to insert blank pages into documents that have a specific page count in the 'Combine Files' feature. (T# 7161)

  • Improved the handling of 'capture groups' for regular expressions in the "Create Link from Bookmarks" feature. (T#7397) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Updated the functionality to select pages that correspond to bookmarks with the option to include child bookmarks. (T#7290) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Changed line metrics for annotations and fields.

  • Improved HTML to PDF conversion.

  • Improved the download speed for GoogleDrive, OneDrive and Box.com file systems.

  • Fixed the issue that was causing delays with scanning.

  • Added a merge option for signatures and initials in the import settings feature.

  • Added an option to add comment and link objects imported via FDF/XFDF to the default layer. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Added the ability to add AM/PM to the 12h date format using the 'TT' pattern in the 'Create Custom Stamp' feature. (T# 7265) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Added the ability to use a 24h date format for date fields in the 'Create Custom Stamp' feature. (T# 7221) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Added the ability to create and manage date formats for date fields in the 'Create Custom Stamp' feature.

  • Added the ability to use macros in text fields in the 'Create Custom Stamp' feature. (T# 7148)

  • Added the ability to edit text, date and counter fields after they have been placed in the 'Create Custom Stamp' feature.

  • Added an option to select the original value for the 'Set Margins' feature. (T# 7437)

  • Added the ability to recognize some Signature fields when using the 'Identify Forms' tool. (T# 7416)

  • Refactored/improved filtering comments by type/author/check/state. (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

  • Added word wrapping for text in the 'Document Details' popup that displays when the mouse is hovered over the 'Recents/History' list. (T# 7433)

  • Changed the shape of the cursor to a small dot when the Pencil Tool is activated and a stylus is hovering over the page. (T# 7386) (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry