Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143772 | Apr 4,2019 01:49 PM UTC | Jul 24,2019 10:40 AM UTC | WinForms | 9 |
![]() |
Tags: DocIO |
hey
i'm trying to insert subfile in mainfile, but after adding i lose one bookmark.
exemple:
Dim a As WordDocument = New WordDocument()
Dim sec As WSection = a.AddSection
Dim para As WParagraph = sec.AddParagraph
para.AppendText("x")
sec.PageSetup.Orientation = PageOrientation.Landscape
Dim suba As WordDocument = New WordDocument(chemin + "\testword\plancheReperageCartoucheStandard.doc")
a.Replace("x", suba, True, True)
i lose bookmark planMasse
??
what's the problem !!
you found in attach file the subdocument
thank's
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.