Search found 3 matches

by Pegasus
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...
by Pegasus
Wed Aug 29 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Replace text in text objects
Replies: 4
Views: 12957

Thanks Jose!


This is Emily. After I received your sample code, I learned how to do this, so I wanted to remove my question from the forum. However, I wasn't able to delete my question.

-Emily
by Pegasus
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....