欢迎来到天天文库
浏览记录
ID:62052895
大小:184.66 KB
页数:4页
时间:2021-04-16
《pdf转为word后去除多余的换行.docx》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、1.在中国知网中将文献来源设置为遥感学报,年限为2010年以后的;2.使用pdfeditor将中文部分删除掉;3.复制中文,使用word中宏来删除掉换行和空格,打开宏快捷键Alt+F8,打开的界面为:给其命名,然后选择创建,将以下代码复制进去sub..endsub语句块中。宏中代码为:DimiAsIntegerDimjAsIntegeri=Selection.Paragraphs.Count-1Selection.Find.ClearFormattingSelection.Find.Replacement.ClearFormattingWithSelection.Find.Text="
2、^p".Replacement.Text="".Forward=True.Wrap=wdFindContinue.Format=False.MatchCase=False.MatchWholeWord=False.MatchByte=True.MatchWildcards=False.MatchSoundsLike=False.MatchAllWordForms=FalseEndWithSelection.Find.ExecuteForj=1ToiWithSelectionIf.Find.Forward=TrueThen.CollapseDirection:=wdCollapseSta
3、rtElse.CollapseDirection:=wdCollapseEndEndIf.Find.ExecuteReplace:=wdReplaceOneIf.Find.Forward=TrueThen.CollapseDirection:=wdCollapseEndElse.CollapseDirection:=wdCollapseStartEndIf.Find.ExecuteEndWithNextj4.在word中如何使用自己创建的宏;操作如下:完成后是如图:6.最后就将pdf中的中文按照段落复制到word中,复制后点击便可去掉多余的换行符。
此文档下载收益归作者所有