Am 27.04.2014 um 01:15 schrieb Todd Fantz <[email protected]>:

> Hi,
> 
> After creating a new DynaPDFEditTextMBS object, I call .EditPage and then 
> follow the existing editor.FindPattern + editor.ReplacePattern  with other 
> pairs of FindPattern+ReplacePattern instance.
> 
> The problem is that only the first one works and gets written to the file?

Are you sure you have no bug in your code?

I just tried my "edit text.rbp" example and put those lines there:

      found = editor.FindPattern("2002")
      editor.ReplacePattern("2010")
      
      found = editor.FindPattern("verbleibenden")
      editor.ReplacePattern("test1")
      
      found = editor.FindPattern("Allgemeine")
      editor.ReplacePattern("test2")
      
and all three are saved.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to