Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 11,918 for

replacement

(0.18 sec)
  1. How to Eliminate Page Breaks in Word using Java

    This article describes how to eliminate page breaks in Word using Java. It has details about the environment settings, a list of programming steps, and a runnable sample code to remove all page breaks in Word using Java....containing any page break and replacement with an empty string before...

    kb.aspose.com/words/java/how-to-eliminate-page-...
  2. Latest Aspose.PSD Product Family topics - Free ...

    Get technical support of Aspose.PSD for .NET....7 50 March 27, 2025 After replacing the smart layer, various problems...problems may occur. Without replacement, exporting PNG directly is...

    forum.aspose.com/c/psd/34
  3. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then save the document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…...I'm trying to open a PDF, replace some text and then save the...ReplaceTextStrategy.Scope.REPLACE_ALL; pdfContentEditor.ReplaceText("FirstName"...

    forum.aspose.com/t/extended-features-lost/32287
  4. SmartObjects-functionality / limitations - Free...

    What is actually the limitations here? Just briefly tested it and I cannot get the warp-transformation to work. Also it seems that the image that we are trying to replace the smartobject with needs to be exactly the sa…...image that we are trying to replace the smartobject with needs...we need to do that before replacing the Smartobject? Professionalize...

    forum.aspose.com/t/smartobjects-functionality-l...
  5. Converting a Presentation to HTML in Java Uses ...

    Hello, when converting a specific PowerPoint slide (that was created based on a master template) to HTML, characters in Calibri font (but quite sure it’s not specific to this font) are not correctly converted. The chara…... The replacement of the Calibri font with...

    forum.aspose.com/t/converting-a-presentation-to...
  6. Search and replace text in EML document via .NE...

    C# source code to redact sensitive information in EML file on .NET Framework, .NET Core, and Xamarin Platforms....A basic message search and replace text in contents, comments...EML using MailMessage. Use Replace method of message Body. Save...

    products.aspose.com/email/net/redaction/eml/
  7. Using PSD files as templates for automation - B...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....different languages with the replacement of some graphic material...need to change, update or replace PSD Layer via C#. Firstly you...

    docs.aspose.com/psd/net/using-psd-files-as-temp...
  8. Search EML document without opening via .NET | ...

    C# source code to search words with pattern in EML file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/eml/
  9. Search MBOX document without opening via .NET |...

    C# source code to search words with pattern in MBOX file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/mbox/
  10. Search PST document without opening via .NET | ...

    C# source code to search words with pattern in PST file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/pst/