Recent content by ERC

  1. E

    Save Word to PDF (header missing)

    Hi, I am working on highlighted texts on a Word document. Both the body and header texts works perfectly fine in getting and replacing the highlighted texts. But when I am about to save the document as PDF file, the header texts remained highlighted on the new PDF file. Could someone tell me...
  2. E

    Save Word as PDF A

    Hi, You can use the ExportPDF action on MS Word VBO business object :)
  3. E

    Replace Header Text in Word

    hello, i have made a custom code for get highlighted text on word header. you can use this code to customize the replace highlighted text on header as well. hope this helps :) Dim d As Object = GetDocument(handle,document_name) Dim s As Object = Nothing Dim f As Object = Nothing Dim r As...
  4. E

    Replace Highlighted Header Text in Word

    Hi Everyone, I would like to seek your help in replacing Highlighted Header texts in MS Word document. I already finished replacing all the highlighted texts in the document's body but my problem is on the header text. Even though the header text is also highlighted, when i use the get...
Top