Search found 3 matches
- Mon Sep 03 2007
- Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
- Topic: Replace text in text objects
- Replies: 4
- Views: 12957
Re: Replace text in text objects
Here's the sample code for replacing text in text objects in .NET (that Jose sent to me): private void btnLoopObjLib_Click(object sender, EventArgs e) { //initailize library //This should be done once acPDFCreatorLib.Initialize(); //set license key acPDFCreatorLib.SetLicenseKey ( "Amyuni .Net E...
- Wed Aug 29 2007
- Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
- Topic: Replace text in text objects
- Replies: 4
- Views: 12957
- Tue Aug 28 2007
- Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
- Topic: Replace text in text objects
- Replies: 4
- Views: 12957
Replace text in text objects
Hello, Two questions here: 1) We want to translate an English PDF file to a foreign language. What we want specifically is to replace the English text (word) in each text object to the foreign text (word). We have purchased licenses for "acPDFCreator.Net.dll" and "acPDFCreatorLib.Net....