Enhancing iText Documents with Update Features: Tips & Tricks

Enhancing iText Documents with Update Features: Tips & Tricks

Scott Lv8

Enhancing iText Documents with Update Features: Tips & Tricks

Table of Contents

Disclaimer: This post includes affiliate links

If you click on a link and make a purchase, I may receive a commission at no extra cost to you.

ITextUpdateFile

https://techidaily.com

Declaration

ITextFileUpdatesComponent : IDispatch

https://techidaily.com

Overview

A Text File Update can be used to either create a new file with the specified content or to modify those existing using “Append” and “Search & Replace” operations. Multiple operations can be performed on the specified files.

Methods

NewAppendOrCreateOperation() - returns ITextUpdateAppendOrCreate
Creates a new text update operation for appending text to an existing file or create a new one with specified content.

NewReplaceOperation() - returns ITextUpdateFile
Creates a new text update operation for replacing text.

RemoveOperation(Object Operation);
Removes and destroys a file update operation object.

https://techidaily.com

Properties

String Include
Gets or sets the name of the file that will be created or modified. It is possible to define wildcards (e.g:*.txt).

String Exclude
Gets or sets the name of the file which won’t be modified. It is possible to define wildcards.

Bool SearchSubfolders
Gets or sets the property of the operation to search in all the directories contained in the current folder the file(s) specified in the “Include” and “Exclude” fields.

String ExecuteTime
Gets or sets the time the operation will be executed. Supported values: ”install”, “uninstall”, “both”.

Bool AbortInstallationOnError
Gets or sets the way windows installer threats the execution file of the operation: abort installation and rollback or skip the file and restore the original state.

Bool CreateBackupFileBeforeUpdate
Gets or sets the property of the operation to create a backup file before execution. In some cases, the operation will have undesired results. It is advised to enable this option in case such an event occurs. This way the file can be restored to it’s unchanged, original state from the backup copy generated before the operation took place.

Bool ImpersonateInstallingUser
Gets or sets the property of the operation for user installing the application, not under the Local System account.

ITextUpdateAppendOrCreate CreateOrUpdateOperation
Gets the text update operation for creating or updating an existing file.

Array ReplaceOperations
Gets the collection of text updates to replace operations.

IComponent Component
Gets the component which will contain the text update.

See also

ITextFileUpdatesComponent

ITextUpdateAppendOrCreate

Did you find this page useful?

Please give it a rating:

Thanks!

Report a problem on this page

Information is incorrect or missing

Information is unclear or confusing

Something else

Can you tell us what’s wrong?

Send message

Also read:

  • Title: Enhancing iText Documents with Update Features: Tips & Tricks
  • Author: Scott
  • Created at : 2024-10-14 20:05:23
  • Updated at : 2024-10-17 10:11:00
  • Link: https://fox-ssl.techidaily.com/enhancing-itext-documents-with-update-features-tips-and-tricks/
  • License: This work is licensed under CC BY-NC-SA 4.0.