Is there a list of Pro Features?

Forum for the PDF-XChange Editor - Free and Licensed Versions

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
User avatar
Bhikkhu Pesala
User
Posts: 1776
Joined: Tue May 29, 2007 9:29 am
Location: East London
Contact:

Is there a list of Pro Features?

Post by Bhikkhu Pesala »

I have searched help and the forums, but could not find a list of feature not supported by the Free version without adding a watermark.

Does such a list exist to save me searching through all of the menus?
Windows 10 Home 64-bit • AMD Ryzen 5 3400G, 8 Gb
Review: http://www.softerviews.org/PDF-XChange.html
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Is there a list of Pro Features?

Post by Sasha - Tracker Dev Team »

Hello Bhikkhu Pesala,

Here's a list of commands that are PRO:

Code: Select all

	//Document
	// delete pages
	cmd.document.deletePages
	// delete empty pages
	cmd.document.deleteEmptyPages
	// replace pages
	cmd.document.replacePages
	// move pages
	cmd.document.movePages
	// insert pages
	cmd.document.insertEmptyPages
	cmd.document.insertPages
	cmd.document.insertText
	cmd.document.insertRTF
	//crop pages
	cmd.document.cropPages
	cmd.document.removeCroppedContent
	cmd.tool.cropPage
	cmd.cropPage.apply
	//resize pages
	cmd.document.resizePages
	//swap pages
	cmd.document.swapPages
	//duplicate pages
	cmd.document.duplicatePages
	//split pages
	cmd.document.splitPages
	// flatten
	cmd.comments.flatten
	cmd.comments.flattenSel
	// extract document selection
	cmd.document.createNewDocFromSel
	cmd.newDocSelection
	// Watermarks
	cmd.document.watermarks.add
	cmd.document.watermarks.manage
	cmd.document.watermarks.removeAll
	// Background
	cmd.document.background.add
	cmd.document.background.update
	cmd.document.background.remove
	//Headers and footers
	cmd.document.headerAndFooter.add
	cmd.document.headerAndFooter.manage
	cmd.document.headerAndFooter.removeAll
	//Bates Numbering
	cmd.document.batesNumbering.add
	cmd.document.batesNumbering.addMulti
	cmd.document.batesNumbering.manage
	cmd.document.batesNumbering.removeAll
	//
	// content editing
	cmd.tool.editContent
	cmd.tool.addText
	// transform selection
	cmd.object.transformSelection
	// Redaction
	cmd.document.applyRedactions
	cmd.annots.applyRedactions
	// create doc from blank pages
	cmd.newDocBlank
	cmd.newDocCombine
	// insert pages
	cmd.newDocText
	cmd.newDocRTF
	// Insert images
	cmd.newDocImage
	cmd.document.insertImages

	// Insert scanned pages
	cmd.newDocScanner
	cmd.scanner.list
	cmd.newDocCustomScan
	cmd.ScanUsingPreset
	cmd.document.insertScannedPages

	// Add digital signature
	cmd.document.signatures.sign
	cmd.document.signatures.certify
	cmd.document.signatures.certify.invisible
	cmd.document.signatures.timestamp
	cmd.tool.digisig

	// Clear digiral signatures
	cmd.document.signatures.clear
	cmd.digisig.clear

	// Initials & Signatures
	cmd.document.signatures.placesign
	cmd.signs.list

	//Attachments
	cmd.attachmentsView.new
	cmd.attachmentsView.edit
	cmd.tool.annot.fileAttachment

	//Layers
	cmd.layersView.addNewGroup
	cmd.layersView.addNewLayer	

	//PRO PLUS VERSION
	// Form Editing commands
	cmd.tool.editFields
	cmd.tool.editFields.renameField
	cmd.tool.editFields.setAsRequired
	cmd.forms.calcOrder
	cmd.tool.editFields.createMulti
	cmd.tool.editFields.mode.select
	cmd.tool.editFields.mode.text
	cmd.tool.editFields.mode.check
	cmd.tool.editFields.mode.radio
	cmd.tool.editFields.mode.list
	cmd.tool.editFields.mode.combo
	cmd.tool.editFields.mode.button
	cmd.tool.editFields.mode.signature
	cmd.tool.editFields.mode.barcode
	cmd.tool.editFields.mode.date
	cmd.tool.editFields.mode.image
	cmd.tool.editFields.keepMode
And also, all of the commands from the Bookmarks Plugin, OCR Plugin, Markdown Plugin.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
User avatar
Bhikkhu Pesala
User
Posts: 1776
Joined: Tue May 29, 2007 9:29 am
Location: East London
Contact:

Re: Is there a list of Pro Features?

Post by Bhikkhu Pesala »

Thanks Sasha

I finally made the leap from version 6.xx to version 7.xx and I am busy rewriting my review.

There have been a lot of changes in the last year, but so far I am liking the new Ribbon UI, although it takes some time to adjust.
Windows 10 Home 64-bit • AMD Ryzen 5 3400G, 8 Gb
Review: http://www.softerviews.org/PDF-XChange.html
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17893
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Is there a list of Pro Features?

Post by Tracker Supp-Stefan »

Hello Bhikkhu,

Glad to hear you like the Ribbon. Yes some getting used to will be necessary, but it is part of the learning process I presume :)

Let us know if we can assist you with anything else while you are updating your review!

Regards,
Stefan
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Is there a list of Pro Features?

Post by Sasha - Tracker Dev Team »

Hello Bhikkhu,

One of the major features is U3D plugin that allows 3D support. Also, I suggest viewing the release videos for the quick feature review:
viewforum.php?f=72

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply